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

h2 {
	font-size: 25px;
	font-weight: normal;
	color: #0E1265;
	margin-top: 25px;
}
#main_main{
	width:793px;
	margin-left:30px;
	margin-top: 8px;
	margin-bottom: 40px;
}
#info {
}
#head{
	float:left;
	width:793px;
	height:35px;
	background-image: url(../images/information/information_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:20px;
	padding-top:7px;
}
#info h4 {
	font-size: 16px;
	font-weight: lighter;
	color: #333333;
}
#date{
	float:right;
	width:100px;
	font-size: 11px;
	margin-top:-20px;
}
#info_in{
	color: #666666;
	clear:both;
	font-size: 13px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1F3FC;
	border-left-color: #E1F3FC;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#foot{
	width:793px;
	height:9px;
	margin-bottom: 40px;
	background-image: url(../images/information/information_foot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}