@charset "shift_jis" ;
@import url('reset.css');
@import url('menu.css');
@import url('page.css');

body {
	color: #003663 !important;
	background-color: #fff !important;
	margin-bottom: 25px; !important
}
#contents {
	width: 800px;
	margin: 0 auto;
}
#body {
	background: #fff url(../img/bodybg.gif) repeat-y left top;
}
#contents:after,
#body:after,
#under:after,
.parallel:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
/*\*/
* html #contents,
* html #body,
* html #under,
* html .parallel {
	height: 1em;
	overflow: visible;
}
/**/
a:link,a:visited { color: blue; }
a:hover,a:active { color: red; }
a {text-decoration: none;}

#title,
#title a {
	display:block;
	width: 800px;
	height: 50px;
}
#title {
	background: #fff url(../img/title.jpg) no-repeat left top;
}
#line3 {
	background: #fff url(../img/xline.jpg) repeat-y left top;
	width: 800px;
	height: 3px;
}
#line5 {
	background: #fff url(../img/xline.jpg) repeat-y left top;
	width: 800px;
	height: 5px;
	border-bottom: 1px #fff solid;
}
#topmain {
	border: 1px #D5DDE5 solid;
	margin-bottom: 1px;
	height: 352px;
	height: 422px;
}
#main {
	background: url(../img/mainbg.jpg) no-repeat left top;
	min-height: 500px;
}
#toppht {
	background: #fff url(../img/photo.jpg) no-repeat left top;
	width: 800px;
	height: 240px;
	border-bottom: 1px #fff solid;
}
#topline {
	height: 1px;
	background-color: #D5DDE5;
}
#topinfo {
	background: #fff url(../img/topinfo.jpg) no-repeat left top;
	width: 597px;
	height: 210px;
}
#topnews {
	background: #fff url(../img/newsbg.jpg) repeat-x left top;
	border: 1px #fff solid;
	width: 595px;
	height: 135px;
}
#topnewstit {
	background: url(../img/newstit.jpg) no-repeat left top;
	width: auto;
	height: 28px;
}
#topnewstit a {
	display:block;
	width: 50px;
	height: 18px;
	margin: 5px 0px 0px 520px;
}
#topnews dl {
	margin: 8px 10px 0px;
}
#topnews dt {
	background: url(../img/newspoint.gif) no-repeat left 1px;
	font-size: 9pt;
	float:left;
	clear: left;
	width: 5em;
	padding-left: 10px;
}
#topnews dd {
	font-size: 9pt;
	padding: 0px 0px 5px 6em;
}
#undertop {
	background: #fff url(../img/undertop.gif) no-repeat left top;
	width: 800px;
	height: 2px;
}
#under1 {
	float:left;
	background: #fff url(../img/under1.jpg) no-repeat left top;
}
#under1,
#under1 a {
	display:block;
	width: 200px;
	height: 100px;
}
#under2 {
	float:left;
	background: #fff url(../img/under2.jpg) no-repeat left top;
	width: 360px;
	height: 100px;
}
#under3 {
	float:left;
	background: #fff url(../img/under3.jpg) no-repeat left top;
}
#under3,
#under3 a {
	display:block;
	width: 240px;
	height: 100px;
}
/*
#list table {
	border: 1px #003663 solid;
	border-collapse: collapse;
}
#list td {
	border: 1px #003663 solid;
	vertical-align: top;
}
*/

.bold {font-weight: bold;}
.left {text-align: left;}
.ringht {text-align: ringht;}
.center {text-align: center;}
.size8 {font-size: 8pt;}
.size10 {font-size: 10pt;}
.size11 {font-size: 11pt;}
.size12 {font-size: 12pt;}
.size14 {font-size: 14pt;}
