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

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #0E1265;
	margin-top: 25px;
}
#main_main{
	width:750px;
	margin-left:50px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#contents {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#contents h4 {
	font-size: 16px;
	font-weight: lighter;
	color: #333333;
	margin-bottom: 0px;
}
#contents h4 img{
	position: absolute;
}
#contents h4 span{
	margin-left: 15px;
}
#contents_in{
	clear:both;
	font-size: 13px;
	margin-left: 20px;
}
.text{
	margin-top:0px;
	margin-left: 20px;
	margin-bottom: 30px;
}

#contents_in p{
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#contents_in h5 {
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
	margin-top: 5px;
}