@charset "utf-8";
#contents{
	font-size:14px;
}
.sec1_1{
	border-bottom: 1px dotted #ccc;
	margin-top: 20px;
}
.sec1_1 h4{
	color: #335999;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
.sec1_1 ul{
	margin-bottom: 20px;
	overflow: hidden;
}
.sec1_1 ul li{
	float: left;
	margin-right: 30px;
}
.sec1_1 h4 a{
	color: #335999;
	text-decoration: underline;
}
.sec1_1 ul li a{
	color: #3D3938;
	text-decoration: underline;
}
.sec1_1 h4 a:hover,
.sec1_1 ul li a:hover{
	text-decoration: none;
}