@charset "utf-8";
/* CSS Document */
/* 全体リード部分 */
#contents .lead {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11pt;
	line-height: 15pt;
	color: #666666;
	height: auto;
	width: 625px;
}
#contents .lead a {
	color: #666666;
	text-decoration: underline;
}
#contents hr {
	clear: left;
	height: 0px;
	width: 625px;
	margin-top: 6px;
	margin-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888844;
}
#contents .up_date {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	font-weight: normal;
	color: #999999;
}

/* 詳細部分 */
#contents .sub_title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11pt;
	font-weight: bold;
	color: #8C8C46;
	clear: both;
	height: auto;
	width: 625px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	margin-top: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DADAB4;
	border-bottom-color: #DADAB4;
	background-color: #F7F7EE;
}
#contents .sub_lead {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	line-height: 14pt;
	font-weight: normal;
	color: #666666;
	margin-top: 3px;
}
#contents .each_img {
	list-style-type: none;
	margin-top: 4px;
}
#contents .image {
	float: left;
	height: auto;
	width: 200px;
	margin-right: 8px;
	display: block;
}


