#cont h1 {
	background:none repeat scroll 0 0 #999999;
	padding:12px 0 8px 20px;
	width:100%;
}

#cont h1 span{
	border-bottom:1px solid #FFFFFF;
	color:#ffffff;
	display:block;
	font-size:16px;
	line-height:1em;
	padding:0 0 8px 5px;
}

.main_image {
	width: 500px;
}


/*bottom_nav 始まり*/
table#bottom_nav {
	text-align:center;
	width:100%;
	border-collapse:collapse;
	margin-top: 20px;
	margin-bottom: 20px;
}
table#bottom_nav td {
	border: 1px solid #999999;
	width: 25%;
}

table#bottom_nav a {
	background:none repeat scroll 0 0 #FFFFFF;
	color:#000000;
	display:block;
	line-height:25px;
}
table#bottom_nav a:hover {
	background:#EEE;
	text-decoration: none;
}

table#bottom_nav #thisPage  {
	background:none repeat scroll 0 0 #EEEEEE;
	color:#000000;
	display:block;
	line-height:25px;
	font-weight: bold;
}

/*bottom_nav 終わり*/


.top_text {
	font-weight: bold;
	color: #003399;
	width: 500px;
	font-size: 18px;
	margin-bottom: 20px;
}



/*h2設定始まり*/
table.border-b {
	height: 3px;
	width: 100%;
	border-collapse: collapse;
}
table.border-b .line_l {
	background-color: #999999;
	width: 190px;
}
table.border-b .line_c {
	width: 1px;
}
table.border-b .line_r {
	background-color: #999999;
	width: 309px;
}

#cont h2{
	background:url("../common/images/line_dott_999999.gif") repeat-x scroll 0 100% transparent;
}
#cont h2 span {
	display:block;
	font-size:14px;
	line-height:1em;
	padding:12px 0 10px;
}
#cont h2 span img {
background:none repeat scroll 0 0 black;
border:medium none;
margin-right:5px;
}

/*h2設定終わり*/


.main_box {
	color:#333333;
	font-size:14px;
	line-height:150%;
	padding-top:5px;
	width: 500px;
	margin-bottom: 10px;
	}
table.main_box tr td.image {
	height:45px;
	width: 250px;
	text-align: center;
}
table.main_box tr td.text {
	vertical-align: top;
	width: 245px;
	padding-right: 15px;
	padding-left: 20px;
}
table.main_box tr td a img {
	width: 215px;
	height: 32px;
	border: 1px solid #FFF;
}
table.main_box tr td a:hover img {
	width: 215px;
	height: 32px;
	border: 1px solid #ff0000;
}

.main_box #it_image {
	text-align: center;
	width: 250px;
	margin-top: 10px;
}
.main_box #it_text {
	vertical-align: top;
	width: 245px;
	padding-right: 15px;
	padding-left: 30px;
}



/*ページトップへ*/
.toTop {
	text-align: right;
	margin-bottom: 20px;
	margin-top: 10px;
}

