@charset "Shift_JIS";
/*                              */
body
	{
	text-align:center; /* IEでセンタリング */
	font-size:100%; /* 文字サイズ */
	color: #000000; /* 文字カラー */
	background:#ffffff url(../img/back002.gif) repeat-x;
	margin:0px auto 0px auto; /* 余白（外側） */
	padding:0px; /* 余白（内側） */
	}

#container
	{
	width:800px; /* 幅 */
	text-align:left; /* 文字寄せ */
	padding: 0px; /* 余白（内側） */
	margin:0px auto 0px auto; /* Mozilla系ブラウザでセンタリング */
	background-color:#ffffff;
	}


#header
	{
	width:800px;
	height:115px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:url(../img/headbg.gif) repeat-x;
	clear:both;
	}

.logo
	{
	float:left;
	display:block;
	width:350px;
	height:60px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}



.sitemap
	{
	float:right;
	margin: 5px;
	padding: 0px;
	}

.fontsize
	{
	margin: 3px;
	padding: 0px;
	float:right;
	}

#contents
	{
	width:800px;
/*	min-height:200px;*/
	text-align:left;
	margin: 0px 0px 0px 0px;
	background-color:#ffffff;
	padding: 0px;
	}

#sidemenu
	{
	width:200px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:right;
	}

#sim
	{
	width:196px;
	margin: 5px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	background-color:#e0ecef;
	float:right;
	clear:both;
	}

#sim2
	{
	width:200px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 1px;
	float:right;
	background-color:#eeeeee;
	clear:both;
	}

.simenu3
	{
	width:196px;
	height:60px;
	margin: 1px;
	padding: 0px 1px 0px 1px;
	text-align:left;
	float:left;
	}

.simenu
	{
	width:196px;
	height:35px;
	margin: 1px;
	padding: 0px 1px 0px 1px;
	text-align:left;
	background-image :  url(../img/sidemenubg.gif) ;
	background-position : center ; /* 位置は左端の真ん中 */
	background-repeat : no-repeat ; /* 背景だけど繰り返し表示しない */
	float:left;
	}

.simenu2
	{
	width:196px;
	height:35px;
	margin: 1px;
	padding: 0px 1px 0px 1px;
	text-align:left;
	background-color: #e0ecef;
	background-image :  url(../img/sidemenubg02.gif) ;
	background-position : center ; /* 位置は左端の真ん中 */
	background-repeat : no-repeat ; /* 背景だけど繰り返し表示しない */
	float:left;
	}

.simenufont
	{
	margin: 11px 0px 3px 25px;
	padding: 0px;
	color:#0066CC;
	font-size:12px;
	font-weight:bold;
	}

.blue
	{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color:#0066CC;
	font-weight:bold;
	}

.simenufont2
	{
	margin: 11px 0px 3px 30px;
	padding: 0px;
	color:#0066CC;
	font-size:12px;
	font-weight:bold;
	}

#space
	{
	width:10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	}

.menufont
	{
	line-height:120%;
	font-size:90%;
	}

#main
	{
	width:590px;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	display:block;
/*	background-color:#000000;*/
	}

#footmenu
	{
	text-align:center;
	vertical-align:top;
	width:100%;
	height:150px;
	margin: 0px 0px 0px 0px;
	margin:0px auto 0px auto; /* Mozilla系ブラウザでセンタリング */
	padding: 0px 0px 0px 0px;
	background:url(../img/foot.gif) repeat-x;
	clear:both;
	}

#footer
	{
	text-align:left;
	width:800px;
	margin:0px auto 0px auto; /* Mozilla系ブラウザでセンタリング */
	padding: 0px 0px 0px 0px;
	clear:both;
	}

.footfont
	{
	float:left;
	color:#0066CC;
	font-size:90%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 5px;
	}

.footright
	{
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
	}

.line
	{
	width:770px; /* 幅 */
	height:1px; /* 幅 */
	padding: 0px; /* 余白（内側） */
	margin: 5px; /* Mozilla系ブラウザでセンタリング */
	background:url(../img/linebg.gif) repeat-x;
	}

/*                              */
a:link
	{
	color:#0066CC; /* 文字色 */
	text-decoration:none; /* 下線無 */
	}

a:active
	{
	color:#666666; /* 文字色 */
	text-decoration:none; /* 下線無 */
	}

a:visited
	{
	color:#0066CC; /* 文字色 */
	text-decoration:none; /* 下線無 */
	}

a:hover
	{
	color:#666666; /* 文字の種類 */
	text-decoration:underline; /* 下線有 */
	}

img
	{
	border:none; /* リンク線無 */
	margin:0; /* 余白（外側） */
	padding:0px; /* 余白（内側） */
	}

h1
	{
	display:none;
	}
h2
	{
	display:none;
	}

ul
	{
	list-style : none ; /* マーカー無し */
	clear:both;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	}



ul li
	{
	margin: 0px 10px 0px 0px;
	font-size:90%;
	line-height:150%;
	background-image : url(../img/icon.gif) ;
	background-position : left center ; /* 位置は左端の真ん中 */
	background-repeat : no-repeat ; /* 背景だけど繰り返し表示しない */
	padding-left : 25px ; /* 「画像の横幅+マーカーとの距離」を左方向に空ける */
	float:left;
	}

.menu
	{
	width:800px;
	height:45px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:url(../img/menubg.gif) repeat-x;
	clear:both;
	}


.bl
	{
	width:100%;
	height:20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#ffffff;
	clear:both;
	}
.blfont
	{
	font-size:90%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	color:#999999;
	}

#titleimg
	{
	margin: 15px 5px 10px 0px;
	padding: 0px;
	}

.indextitle
	{
	width:550px;
	height:150px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.flashtitle
	{
	width:800px;
	height:400px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.pabetitle
	{
	width:800px;
	height:250px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

.pabetitle2
	{
	width:550px;
	height:100px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

.pabetitle3
	{
	width:100%;
	height:50px;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	border-bottom:#cccccc solid 1px;
	}

.pt
	{
	width:520px;
	height:30px;
	margin: 10px 0px 10px 5px;
	padding: 0px;
	background:url(../img/pdfbar.gif) no-repeat;
	border-bottom:#cccccc dotted 1px;
	}
.ptfont
	{
	font-size:90%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 35px;
	color:#333333;
	}

.mb
	{
	width:100%;
	height:25px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	float:right;
	background:url(../img/menubar.gif) no-repeat;
	}

.mbfont
	{
	font-size:13px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 35px;
	font-weight:bold;
	}

.mb2
	{
	width:550px;
	height:25px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

.mb2font
	{
	font-size:95%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	color:#0066CC;
	font-weight:bold;
	}

/*------サブタイトル------*/
.sbtitle
	{
	width:100%;
	margin: 10px 0px 5px 0px;
	padding: 0px;
/*	background:#eeeeee;*/
	border-bottom:#cccccc dotted 1px;
	float:right;
	clear:both;
	}

.sbtitle_n
	{
	width:100%;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	clear:both;
	}

.sbtitlefont
	{
	color:#0066CC;
	font-size:90%;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	font-weight:bold;
	}

.sbtitle2
	{
	width:290;
	margin: 10px 0px 5px 0px;
	padding: 0px;
/*	background:#eeeeee;*/
	border-bottom:#cccccc dotted 1px;
	float:left;
	}

.sbtitle3
	{
	width:290;
	margin: 10px 0px 5px 0px;
	padding: 0px;
/*	background:#eeeeee;*/
	border-bottom:#cccccc dotted 1px;
	float:right;
	}

/*------文書------*/
.text
	{
	width:570px;
	margin: 0px;
	padding: 5px 5px 10px 5px;
	vertical-align:top;
	font-size:13px;
	line-height:130%;
	clear:both;
	}

.text_nf
	{
	width:580px;
	margin: 0px;
	padding:0px;
	vertical-align:top;
	float:right;
	clear:both;
	}

.text_nw
	{
	margin: 0px;
	padding: 5px 5px 10px 5px;
	vertical-align:top;
	font-size:13px;
	line-height:130%;
	float:right;
	clear:both;
	}

.textcenter
	{
	margin: 0px;
	padding:3px;
	font-size:90%;
	line-height:130%;
	text-align:center;
	clear:both;
	display:block;
	}

.textgroup
	{
	width:200px;
	float:right;
	margin: 0px;
	padding: 5px 5px 10px 5px;
	font-size:90%;
	line-height:130%;
	clear:both;
	}

.texthalf1
	{
	width:290px;
	float:left;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-size:80%;
	line-height:130%;
	}

.texthalf2
	{
	width:290px;
	float:right;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-size:80%;
	line-height:130%;
	}


/*------リンク文字------*/
.linktext
	{
	width:500px;
	padding: 0px 5px 5px 15px;
	clear:both;
	}

.ltfont
	{
	margin: 0px 10px 5px 0px;
	font-size:90%;
	background-image : url(../img/icon_r.gif) ;
	background-position : left center ; /* 位置は左端の真ん中 */
	background-repeat : no-repeat ; /* 背景だけど繰り返し表示しない */
	padding-left : 17px ; /* 「画像の横幅+マーカーとの距離」を左方向に空ける */
	}

/*------文字右寄せ------*/
.copy
	{
	float:left;
	width:95%;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	text-align:right;
	vertical-align:top;
	font-size:90%;
	line-height:120%;
	}

/*------オルト指定------*/

.alt
	{
	display:none;
	}

/*------トップへ------*/
.gotop
	{
	float:right;
	width:100%;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	text-align:right;
	vertical-align:top;
	font-size:90%;
	line-height:120%;
	clear:both;
	}

/*------イメージ左右寄せ------*/
.rightimg
	{
	margin: 2px;
	padding: 0px;
	float:right;
	line-height:150%;
	color:#0066CC;
	}

.leftimg
	{
	margin: 2px;
	padding: 0px;
	float:left;
	text-align:left;
	line-height:150%;
	color:#0066CC;
	}


/*------メニュー------*/
#mainmenu
	{
	padding:0px;
	margin:0px;
	}
#mainmenu li,#mainmenu li a
	{
	float:left;
	display:block;
	padding:0px;
	margin:0px;
	}
#m01 a
	{
	background:url(../img/menu01.gif) no-repeat;
	margin: 0px 0px 0px 1px;
	width:130px;
	height:45px;
	}
#m01, #m01 a:hover
	{
	background:url(../img/menu11.gif) no-repeat;
	width:130px;
	height:45px;
	}
#m02 a
	{
	background:url(../img/menu02.gif) no-repeat;
	width:130px;
	height:45px;
	}
#m02, #m02 a:hover
	{
	background:url(../img/menu12.gif) no-repeat;
	width:130px;
	height:45px;
	}

#m03 a
	{
	background:url(../img/menu03.gif) no-repeat;
	width:130px;
	height:45px;
	}
#m03, #m03 a:hover
	{
	background:url(../img/menu13.gif) no-repeat;
	width:130px;
	height:45px;
	}

#m04 a
	{
	background:url(../img/menu04.gif) no-repeat;
	width:130px;
	height:45px;
	}
#m04, #m04 a:hover
	{
	background:url(../img/menu14.gif) no-repeat;
	width:130px;
	height:45px;
	}

/*------テーブル------*/
.tr
	{
	clear:both;
	}

.td00
	{
	font-size:90%;
	width: 100px;
	border-left: 1px #333333 solid;
	border-top: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
	padding: 3px;
	float:left;
	}
.th00
	{
	font-size:90%;
	width: 100px;
	background:#eeeeee;
	border-left: 1px #333333 solid;
	border-top: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
	padding: 3px;
	float:left;
	}

.td01
	{
	font-size:90%;
	width: 150px;
	border-left: 1px #333333 solid;
	border-top: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
	padding: 3px;
	float:left;
	}
.td02
	{
	font-size:90%;
	width: 150px;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	border-top: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
	padding: 3px;
	float:left;
	}


.td10
	{
	font-size:90%;
	width: 100px;
	border-left: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
	padding: 3px;
	float:left;
	}

.td11
	{
	font-size:90%;
	width: 150px;
	border-left: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
	padding: 3px;
	float:left;
	}
.td12
	{
	font-size:90%;
	width: 150px;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
	padding: 3px;
	float:left;
	}


.tr2
	{
	width:100%;
	margin: 3px 0px 3px 0px;
	padding: 0px;
	clear:both;
	border-bottom: 1px #999999 dotted;
	float:right;
	}


.tdn
	{
	font-size:90%;
	line-height:150%;
	width: 90px;
	padding: 5px;
	float:left;
	}

.tdn2
	{
	font-size:90%;
	line-height:150%;
	width:430;
	padding: 5px;
	float:left;
	white-space:nomal;
	}

.tr3
	{
	width:180px;
	}

.tdb
	{
	width:580px;
	font-size:90%;
	margin: 0px;
	padding: 0px;
	border-top: 1px #666666 solid;
	border-left: 1px #666666 solid;
	}

.tdb_c
	{
	font-size:90%;
	margin:0px;
	padding:3px;
	border-bottom: 1px #666666 solid;
	border-right: 1px #666666 solid;
	text-align:center;
	}

.tdb_l
	{
	margin:0px;
	padding:3px;
	font-size:90%;
	border-bottom: 1px #666666 solid;
	border-right: 1px #666666 solid;
	text-align:left;
	}

.tdb_r
	{
	margin:0px;
	padding:3px;
	font-size:90%;
	border-bottom: 1px #666666 solid;
	border-right: 1px #666666 solid;
	text-align:right;
	}

.maptext
	{
	margin: 0px;
	padding:5px;
	font-weight:bold;
	font-size:90%;
	background:#ffffff;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	border:1px solid #0066CC;
	}

.maptext2
	{
	margin: 0px;
	padding:3px;
	font-size:90%;
	background:#eeeeee;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	border:1px solid #333333;
	}

.search
	{
	width:100%;
	height:45px;
	margin: 5px 0px 5px 0px;
	padding:5px 0px 0px 5px;
	font-size:90%;
	float:left;
	color:#666666;
	background:#ffffff url(../img/searchbg.gif) repeat-x;
	}

input.form
	{
	margin: 0px 2px 0px 2px;
	padding: 0px;
	background:#ffffff;
	font-size:90%;
	border: none;
	border: 1px #cccccc solid;
	}
input.submit/*検索*/
	{
	margin: 0px 2px 0px 2px;
	padding: 3px;
	border: none;
	font-size:90%;
	background:#cccccc;
	color: #333333;
	}
input.reset/*取消*/
	{
	margin: 0px 2px 0px 2px;
	padding: 3px;
	border: none;
	font-size:90%;
	background:#cccccc;
	color: #333333;
/*	border:#669900 1px solid;*/
	}
form
	{
	margin:0px
	}

#fmenu
	{
	width: 100%;
	background: url(../img/back002.gif) repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
	}

.information_title
	{
	width:800px;
	height:35px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

*.logbox
	{
	float:right;
	width: 800px;
	height: 100px;
	padding: 0px;
	margin: 0px auto 10px auto;
	overflow: auto;
	}

.list
	{
	width:770px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 2px 0px;
	float: left;
	border-bottom:1px dotted #cccccc;
	}

.listday
	{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	float: left;
	font-size:80%;
	width:70px;
	text-align:left;
	color:#666666;
	}
.listtext
	{
	margin: 0px 0px 0px 10px;
	padding: 2px 0px 0px 0px;
	float: left;
	font-size:80%;
	width:650px;
	}
