﻿@charset "utf-8";
/*article*/
#article {
	width: 900px;
	padding: 20px;
	border: 1px solid #dae2ea;
}
#bread {
	padding-bottom: 10px;
	border-bottom: 1px solid #aaaaaa;
}
#title {
	font-size: 28px;
	color: #004986;
	text-align: center;
	padding: 10px 0;
}
#subtitle {
	font-size: 20px;
	color: #004986;
	text-align: center;
}
#info {
	color: #888888;
	text-align: center;
}
#info a {
	color: #888888;
}
.article-infos .increase, .article-infos .decrease {
	width: 16px;
	height: 16px;
}
.comment-form .textarea-wrap .textarea {
	width: 826px;
}
.article-detail .article-detail-inner p {
	font-size: 16px;
	line-height: 200%;
}
.article-detail .article-detail-inner p img {
	text-indent: 0px !important;
	max-width: 900px;
}
#sidebar {
	width: 298px;
}
#sidebar dl {
	margin-bottom: 10px;
	border: 1px solid #acbfd1;
	border-top: 3px solid #052e80;
}
#sidebar dt {
	height: 39px;
	line-height: 39px;
	background-image: ;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #0071d1;
}
#sidebar dd ul li {
	list-style: disc inside;
}