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

/*-----------main_sub-----------*/
#main_sub {
	float: left;
	width: 210px;
	margin-top: 25px;
	padding-bottom: 75px;
}
#main_sub h2 {
	font-size: 20px;
	font-weight: normal;
	color: #0E1265;
}
#main_sub img{
	margin-top:10px;
	margin-left:20px;
}


#main_main{
	width: 596px;
	float: left;
	margin-top: 70px;
	margin-left: 34px;
}
#main_main h2 {
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}
table{
	margin-top:10px;
	margin-bottom:10px;
}
th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	text-align: left;
}
td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#main_main p{
	margin-bottom:30px;
	margin-right:42px;
	text-align: right;
}