@charset "UTF-8";

.section .article p { margin-bottom: 20px; }

/* text-indent
-------------------------------------------------------*/
.indent { text-indent: 1em; }

/* news_text
-------------------------------------------------------*/
#news h2 span {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	float: right;
	margin: 12px 10px 0 0;
}
#news span.day_archive {
	display:block;
	width: 70px;
	float:left;
}
#news span.news_txt_archive {
	display: block;
	width: 200px;
	float: right;
}

/* user_text
-------------------------------------------------------*/
#index p.user_text {
	font-size: 12px;
	margin-top: 10px 0 10px 0;
	float: right;
}
p.user_text {
	font-size: 12px;
	margin: 5px 0 5px 0;
	float: right;
}
p.user_text a {
	color: #333;
	text-decoration: underline;
}
p.user_text a:hover,
#news dl dd a {
	color: #3366C8;
	text-decoration: none;
}
#news dl dd a:hover {
	color: #3366C8;
	text-decoration: underline;
}

/* h1-h6
-------------------------------------------------------*/
h1#logo {
	width: 546px;
	height: 95px;
	float: left;
}
#main h2, .section h2 {
	display: block;
	height: 80px;
	font-size: 28px;
	color: #3366C8;
	line-height: 80px;
	vertical-align: middle;
	background: url(../images/ttl_bar.gif) left center no-repeat;
	padding: 0 20px 0 30px;
	margin-bottom: 25px;
}
.section h3, .section .article h3 {
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	background-color: #d75252;
	padding: 5px 20px 5px 20px;
	margin-bottom: 10px;
}
.section h3 img,
.section h3 span {
	display: inline;
	vertical-align: middle;
}
 .section h3.h3_midashi2 {
	 background: none;
	 color: #d75252;
	 border-bottom:1px solid #d75252;
	 border-left: 8px solid #d75252;
	 padding-left: 10px;
 }
.section .article h4 {
	color: #d75252;
	font-size: 20px;
	margin-bottom: 5px;
}
h4.h4_midashi2 {
	color: #d75252;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #d75252;
	border-left: 5px solid #d75252;
}
.section h4 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom:15px;
}
.section .article h5 {
	font-size: 16px;
	font-weight: bold;
}

.blue { color: #3366C8; }