@charset "utf-8";
/* CSS Document */

h2{
	width:700px;
	height:120px;
	text-align:right;
	margin:0px auto 10px auto;
}

#detailbox{
	width:700px;
	margin:30px auto;
	text-align:center;
	font-size:13px;
}

#detailbox_inner{
	width:665px;
	text-align:left;
	margin:40px 100px 100px 35px;
}

/*.sec_line{
	width:670px;
}*/

#detailbox_inner a {
	text-decoration:none;
}

.sec_line{
	border-top: #03489E solid 1px;
	border-bottom: #03489E solid 1px;
	border-left: #03489E solid 8px;
	margin-top: 25px;
	margin-left: 0px; /*ブラウザ間の見え方の差を防止*/
	padding: 6px 0px 5px 8px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	background-color: #F7F7FF;
}

.sec_subline{
	list-style-image:url(../img/cr_og.gif);
	border-bottom: medium none;
	margin-top:10px;
	margin-left:40px;
	padding-left:0px;
	font-size:12px;
	line-height:1.6;
	width:570px;
}

