@charset "utf-8";


* {
	padding:0;
	margin: 0;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

body {
	color:#222222;
	background-attachment: fixed;
	background-color: #ffffff;
	font-size: 13px;
}


#content {
	width: 650px;
	padding-bottom: 0px;
}

#content .box_out {
	background-color: #EEEEEE;
	margin-top: 1px;
	margin-bottom: 2px;
	padding: 5px;
}
#content .box_in {
	background-color: #FFFFFF;
	border: 2px solid #D9D9D9;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}



h3 {
	font-size: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

#content h3 {
	font-size: 15px;
	line-height: 15px;
	color: #FFFFFF;
	background-image : url(image/h3.gif);
	height: 24px;
	padding-left: 15px;
	margin-top: 1px;
	padding-top: 8px;
	font-weight: normal;
	background-color: #D7516F;
}
#content h3 span {
	font-size: 11px;
	color: #ffffff;
	line-height: 12px;
	padding-left: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}
#content h4 {
	color: #D04161;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #EEBBC7;
	font-size: 14px;
	line-height: 18px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}



#content .to_top {
	text-align: center;
	padding-right: 20px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 10px;
}

