/* 基本タグ */
body {background-color: #FFFFFF;margin: 0px;}
a {color: #003399;}
a:hover {color: #FF6666;}

/* 非表示用 */
.alt {display: none;}

/* ヘッダ部分 */
#headBlock {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
#headnavBlock {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
}
#head {
	position: relative;
	width: 100%;
	min-width: 500px;
	background-color: #000033;
	text-align: right;
	height: 60px;
}
#headform1 {
	position: absolute;
	right: 145px;
	top: 3px;
	width: 390px;
}
#headform2 {
	position: absolute;
	right: 335px;
	top: 3px;
	width: 390px;
}
#headform3 {
	position: absolute;
	right: 5px;
	top: 27px;
	text-align: right;
	width: 390px;
}
#headform4 {
	position: absolute;
	right: 10px;
	top: 3px;
	width:390px;
}
#headform5 {
	position: absolute;
	right: 240px;
	top: 3px;
	width:390px;
}
#headform6 {
	position: absolute;
	right: 115px;
	top: 3px;
	width:390px;
}
#headformE {
	position: absolute;
	right: 220px;
	top: 3px;
	width: 390px;
}
#headformC {
	position: absolute;
	right: 150px;
	top: 3px;
	width: 390px;
}
#headnav {
	width: 100%;
	background-color: #E0DFE3;
	background-image: url(../images/head_bg_1.gif);
	background-repeat: repeat;
	height: 16px;
	margin-top: 10px;
}

/*news*/
.bt {
	padding: 10px;
}
.date {
	font-size: small;
	font-weight: bold;
	color: #0099CC;
	text-align: left;
	vertical-align: top;
	width: 75px;
	padding-bottom: 3px;
}
.news {
	font-size: small;
	font-weight: normal;
	color: #333333;
	line-height: 1.1em;
	text-align: left;
	vertical-align: top;
	overflow: auto;
	height: 200px;
	margin:5px;
}
.news td {
	padding-bottom: 0.5em;
}
.bt2 {
	padding-left: 20px;
	margin: 0px;
	padding-bottom: 5px;
}
.bt3 {
	padding-left: 20px;
}
.space {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 198px;
}
.news li {
	margin-left: -15px;
	padding-left: 0px;
	padding-bottom: 5px;
}
.news ul {
	margin-top: 5px;
	margin-bottom: 0px;
}

#foot {
	clear: both;
	font-size: 12px;
	color: #666666;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0D207C;
	padding: 2px;
	margin-top: 25px;
	margin-left: 0px;
}

#foot address {
	font-style: normal;
}
/*Banner*/
#bannerBlock {
	width:350px;
	height:30px;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	}
.banner ul {
	margin: 0;
	padding: 0;
}
.banner li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}
.banner a {
	top: 0px;
	text-indent: -9999px;
	text-decoration: none;
	width: 350px;
	height: 30px;
	display: block;
		background-image: url(../../top02image/banner.jpg);
	background-repeat: no-repeat;
}
.banner a:hover {
	background: url(../../top02image/banner.jpg) -350px 0px no-repeat;
}