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



#mainBlock h1{
	width: 720px;
	height: 50px;
	line-height: 50px;
	text-indent: 15px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 24px;
	background-color: #000000;
	color: #ffffff;
}
#mainBlock h2{
	width: 720px;
	line-height: 42px;
	font-size: 32px;
	font-weight: bold;
	color: #C30;
	text-align: center;
}
#mainBlock h3{
	width: 720px;
	/*line-height: 46px;*/
	margin: 0px 0px 10px 0px;
	text-indent: 2px;
	color: #333;
	height: auto;
	background-image: url(../commonImage/blue_title.jpg);
	background-position: 0% bottom;
	background-repeat: no-repeat;
	line-height: 140%;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
#mainBlock p{
	width: 100%;
	margin: 0px auto 20px auto;
	padding: 10px 0px;
	font-size: 13px;
	line-height: 2em;
	color:#222222;
}
#link_list{
	width:100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#link_list a{
	color: #003399;
	font-weight:bold;
}
#link_list a:hover{
	color: #666;
}
#link_list ul{
	width:100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#link_list li{
	width:50%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
	font-size: 13px;
	line-height: 2.5em;
}
