@charset "shift_jis";

/*----------------------------------------------------------
contents
----------------------------------------------------------*/
#contents #main{
	float: left;
	width: 579px;
	font-size: 80%;
	padding-bottom: 50px;
}
#contents #main .left{
	width: 31px;
	margin-right: 21px;
	padding-right: 54px;
	padding-left: 53px;
}
#contents #main .right{
	width: 420px;
}
#contents #main h3{
	margin-bottom: 15px;
}
#contents #main .line{
	background-image: url(../img/line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#contents #main .line h4{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #626262;
	padding-left: 10px;
	line-height: 100%;
	font-weight: bold;
	margin-bottom: 3px;
}
#contents #main .line h4 a{
	background-image: url(img/icon.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	color: #03326C;
	text-decoration: none;
}
#contents #main .line p{
	padding-left: 5px;
}
#contents #main .line p a{
	color: #03326C;
}
#contents #main .line p a:hover{
	text-decoration: none;
}