@charset "UTF-8";

/* ブラウザ初期化*/

*{
	margin: 0px;
	padding: 0px;
}

/* デフォルト設定*/

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	line-height:1.6;
	letter-spacing:0.01em;
	
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

	
	
}

/* テーブル*/

#table1{
	width:100%;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;

	border-top-color:#999999;
	border-left-color:#999999;
	border-right-color:#999999;

	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
		}
	
#table1 th,#table1 td{
	padding:2px;
	padding-left:8px;
	border-bottom:solid 1px #999999;
	}	

#table1 th{
color:#FFFFFF;
	background-color:#666666;
	padding-left:8px;
	width:25%;
	vertical-align:middle;
}		
	
	


#tableh{
	width:100%;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;

	border-top-color:#999999;
	border-left-color:#999999;
	border-right-color:#999999;

	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
		}
	
#tableh th,#tableh td{
	padding:8px 8px;

	}	
	
#tableh ul li.pdf{

	}
		
#tableh ul li.excel{

	}


#tableh th{
color:#FFFFFF;
	background-color:#666666;
	padding-left:8px;
	width:20%;
	vertical-align:middle;
}		
	
#tableh td.off0 {
	border-bottom:solid 1px #FFFFFF;
	}
	
#tableh td.sepa {
	border-bottom:dotted 1px #999999;

	}
	
	
#tableh th{
	border-bottom:solid 1px #999999;	
	}

#tableh td{
	border-bottom:solid 1px #999999;
		background:#FFFFEE;	
	}


	
#table1 .no_ul{
	background-color:#EAEAEA;
	border-bottom:solid 1px #FFFFFF;
	}


#table1 .no_ul2{
	border-bottom:none;
	background:#F3F3F3;
	}


#table2{
	width:100%;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;

	border-top-color:#999999;
	border-left-color:#999999;
	border-right-color:#999999;

	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
		}
	
#table2 th, #table2 td{
	padding:2px;
	padding-left:8px;
	border-bottom:solid 1px #999999;
	}	

#table2 .recth1{
color:#FFFFFF;
	line-height:25px;
	background-color:#666666;
	padding-left:8px;
	width:80%;
	vertical-align:middle;
	font-weight:600;
}		
	
#table2.th rech{
 width:70%;
	}
#table2.recth3{
 width:30%;
 background-color:#666666;
	}

#table5{
	width:100%;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;

	border-top-color:#999999;
	border-left-color:#999999;
	border-right-color:#999999;

	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
		}

#table5 th, #table5 td{
	padding:3px;
	padding-left:8px;
	border-bottom:solid 1px #999999;
	}
	
#table5 th {
	background:#F8F4ED;
	}

.shth1{	
	width:65%;
	background:#666666 !important;
	line-height:20px;
	vertical-align:bottom;
	color:#FFFFFF;
	font-weight:600;
	}


.shth2{	
	width:35%;
	background:#666666 !important;
		color:#FFFFFF;
	font-weight:600;
	}


#table3{
	width:100%;
	border-top-style:solid;
	border-right-style:solid;

	border-top-color:#999999;
	border-right-color:#999999;

	border-top-width:1px;
	border-right-width:1px;
		}
	
#table3 th,#table3 td{
	padding:2px;
	padding-left:8px;
	padding-right:5px;
	border-left:solid 1px #999999;
	border-bottom:solid 1px #999999;
	}	

 #table3 .pritb1{
 	width:25%;
	background:#B0B0B0;
	}

 #table3 .pritb2{
 	width:55%;
	background:#B0B0B0;
	}
	
 #table3 .pritb3{
 	width:20%;
	background:#B0B0B0;
	}


	
#news000{
		width:100%;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;

	border-top-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-right-color:#FFFFFF;

	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	}
	
	
	

/* レイアウトベース*/




/* -トップページ・2階層目以降共通部分-*/

html,body{
    height:100%;
	padding:0px;
	margin:0px;
}

#wrapper{
	width:820px;
	height:100%;
	margin:0px auto;
	background:url(../img/nav_haikei.jpg) repeat-y;
	}


#wrapper #gnavi{
	margin:81px 0 0 0;
	height:100%;
	width:150px;
	float:left;

	}

#wrapper #contents{
	width:650px;
	float:right;
	}
	
#main{
	width:650px;
	height:auto;

	}
		

			



/* -トップページ用-*/

#body1{
	background:url(../img/wrapper_haikei.gif) repeat-x;
	}


/* -トピックス用-*/


#t_contents{
	width:686px;
	margin:0px auto;
	background:url(../img/tp_haikei.jpg) repeat-y;
	
	}
	
#t_main{
	width:650px;
	height:auto;
	padding:0 18px;
	vertical-align: top ;
	}	

#t_header{
	width:650px;
	padding:0 18px;
	}	
	
	
/* -2階層目以降用-*/

#body2{
	background:url(../img/wrapper_haikei2.jpg) repeat-x;

	}	

h1{
	text-align:right;
	margin:-3px 0 0 0;
	
	}
	
#subnavi{
	margin:8px 0 0 0;
	height:25px;
		}		
		
#subnavi h2 {
	float:left;
	margin:0;
	padding:0;
	border-bottom:solid #CCCCCC 5px;
	}	
	
#pankuzu{
	clear:both;
	font-size:10px;
	letter-spacing: 0.1em;
	line-height:3; 
	}		


	
/* グローバルナビゲーション*/	


#wrapper #gnavi address{
margin:40px 20px 0 20px;
text-align:center;
font-size:10px;
color:#FFFFFF;
letter-spacing:0;
	}

#gnavi h2 em {
	visibility: hidden;
	}
	
#gnavi a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;

}	


h2#gnavi0 a{
	display: block;
	height: 26px;
	width: 155px;
	background:url(../img/home.jpg) no-repeat;
	}
		
h2#gnavi1 a{
	display: block;
	height: 59px;
	width: 155px;
	background:url(../img/g_navi1.jpg) no-repeat;
	}
		
h2#gnavi1 a:hover,#header h2#gnavi1 a:active{
	display: block;
	height: 59px;
	width: 155px;
	background:url(../img/g_navi1_f2.jpg) no-repeat;
	}
	
h2#gnavi2 a{
	display: block;
	height: 59px;
	width: 155px;
	background:url(../img/g_navi2.jpg) no-repeat;
	}
		
h2#gnavi2 a:hover,#header h2#gnavi2 a:active{
	display: block;
	height: 59px;
	width: 155px;
	background:url(../img/g_navi2_f2.jpg) no-repeat;
	}
	
h2#gnavi3 a{
	display: block;
	height: 59px;
	width: 155px;
	background:url(../img/g_navi3.jpg) no-repeat;
	}
		
h2#gnavi3 a:hover,#header h2#gnavi3 a:active{
	display: block;
	height: 59px;
	width: 155px;
	background:url(../img/g_navi3_f2.jpg) no-repeat;
	}			
	
h2#gnavi4 a{
	display: block;
	height: 59px;
	width: 155px;
	background:url(../img/g_navi4.jpg) no-repeat;
	}
		
h2#gnavi4 a:hover,#header h2#gnavi4 a:active{
	display: block;
	height: 59px;
	width: 155px;
	background:url(../img/g_navi4_f2.jpg) no-repeat;
	}	

h2#gnavi5 a{
	display: block;
	height: 60px;
	width: 155px;
	background:url(../img/g_navi5.jpg) no-repeat;
	}
		
h2#gnavi5 a:hover,#header h2#gnavi5 a:active{
	display: block;
	height: 60px;
	width: 155px;
	background:url(../img/g_navi5_f2.jpg) no-repeat;
	}
	
	
/* フッター*/	

#footer1{
	clear:both;
	width:650px;
	height:30px;
	text-align:right;
	font-size:10px;
	margin:10px 0 10px 0;
	background:url(../img/foot_line.gif) no-repeat;
	}

#footer1 ul{
	padding-top:25px;
	
	}


#footer1 li{
	float:right;
	margin:5px 0 0 0;

		
	}		

#footer2{
	clear:both;
	width:650px;
	height:115px;
	text-align:right;
	font-size:10px;
	margin:40px 0 20px 0;
	background:url(../img/habia_m_haikei.gif) no-repeat;
	}

#footer2 ul{
	padding-top:90px;
	
	}

#footer2 li{
	float:right;
	margin:5px 0 0 0;
	vertical-align:bottom;
	}		





#footer3{
	width:650px;
	height:115px;
	font-size:10px;
	margin:40px 18px 20px 18px;
	background:url(../img/habia_m_haikei.gif) no-repeat;
	}

#footer3 ul{
	padding-top:90px;
	
	}

#footer3 li{
	float:right;
	margin:5px 0 0 0;
	vertical-align:bottom;
	}








.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}