@charset "utf-8";
/* 主なボックスの初期化 */

html, body, 
h1, h2, h3, h4, h5, h6,
p, div, blockquote, address,
ul, ol, li, dl, dt, dd {
	font-family:
				"ヒラギノ角ゴ Pro W3",
				"Hiragino Kaku Gothic Pro W3",
				Osaka,
				"メイリオ",
				Meiryo,
				"ＭＳ Ｐゴシック",
				"MS P Gothic",
				sans-serif;
	color:#2c2c2c;
	margin: 0px;
	padding: 0px;
}

/* リストマーク非表示 
ol, ul, li {
	list-style-type: none;
}*/

ol {margin-left:30px;}



/* 画像の縦位置を下に 
img {
	vertical-align: bottom;
}*/

/* リンク画像のボーダーを非表示 */
a img  {
	border:none;
}

/* テーブルのボーダーを重ねて表示 */
table {
	border-collapse: collapse;
} 

/* floatを解除する clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
	position: relative;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */




/* ページの基本設定 */
body {
	margin-top:0px;
	font-size: 95%;
	line-height:1.8;
}

ul{
	margin:0;
	padding:0;
	}
li{
	margin-left:20px;
	padding:0 0 0 5px;
	} 


/* ページレイアウト枠 */
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	overflow:auto;
	overflow: hidden; 
	overflow: visible !important;
}

#wrapper a{color:#792012;}
#wrapper a:visited{color:#792012;}

#header {
	height:113px;
	background-color:#ffffff;	
	background-image:url(img/head_bg.gif);
	background-position:top center;
	background-repeat:repeat-x;
}
/*ヘッダー内スタイル-------------------------------*/
	#header-inner {
	width: 920px;	
	height:80px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	}

	#header-inner p{
	color:#2c2c2c;
	text-align: right;
	}
	
	.logo {
	float: left;
	width:295px;
	margin-left:0px;
	}
	/*ホーム・サイトマップ*/
	#topnavi {
	float:right;
	text-align:right;
	font-size:11px;
	width:370px;
	margin:20px 5px 5px 5px;/*上、右、下、左*/
	}
	
	#topnavi img{
	margin-bottom:5px;
	padding:0;
	}




	/*グローバルナビゲーション */
	#globalnavi{
	margin:0;
	padding:0;
	width:920px;
	height: 33px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/glovalmenu_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	}

	ul#navi {
	padding: 0px;
	}
	ul#navi li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	}
	ul#navi a {
	display:block;
	margin: 0px;
	padding: 0px;
	color:#000000;
	}
	ul#navi li span{
	text-indent:-9999px;
	position:absolute;
	}

	ul#navi .b01 {
	background-image: url(img/b01.gif);
	background-repeat:no-repeat;
	width: 184px;
	height: 33px;
	}

	ul#navi .b02 {
	background-image: url(img/b02.gif);
	background-repeat:no-repeat;
	width: 184px;
	height: 33px;
	}
	ul#navi .b03 {
	background-image: url(img/b03.gif);
	background-repeat:no-repeat;
	width: 184px;
	height: 33px;
	}

	ul#navi .b04 {
	background-image: url(img/b04.gif);
	background-repeat:no-repeat;
	width: 184px;
	height: 33px;
	}
	ul#navi .b05 {
	background-image: url(img/b05.gif);
	background-repeat:no-repeat;
	width: 184px;
	height: 33px;
	}

	ul#navi  a.b01:hover {
	background: url(img/b01.gif) no-repeat;
	background-position: 0px -33px; 
	}
	ul#navi  a.b02:hover {
	background: url(img/b02.gif) no-repeat;
	background-position: 0px -33px; 
	}
	ul#navi  a.b03:hover {
	background: url(img/b03.gif) no-repeat;
	background-position: 0px -33px; 
	}
	ul#navi  a.b04:hover {
	background: url(img/b04.gif) no-repeat;
	 background-position: 0px -33px; 
	}
	ul#navi  a.b05:hover {
	background: url(img/b05.gif) no-repeat;
  	background-position: 0px -33px; 
	}
	
	ul#navi .b01_on a {
	background:url(img/b01.gif) no-repeat;
	background-position: 0px -33px;
	text-decoration: none;
	}
	ul#navi .b02_on a {
	background:url(img/b02.gif) no-repeat;
	background-position: 0px -33px;
	text-decoration: none;
	}
	ul#navi .b03_on a {
	background:url(img/b03.gif) no-repeat;
	background-position: 0px -33px;
	text-decoration: none;
	}
	ul#navi .b04_on a {
	background:url(img/b04.gif) no-repeat;
	background-position: 0px -33px;
	text-decoration: none;
	}	
	ul#navi .b05_on a {
	background:url(img/b05.gif) no-repeat;
	background-position: 0px -33px;
	text-decoration: none;
	}	
	
	#globalnavi a {
	  color: #ffffff;
	  display: block;
	  overflow: hidden;
	  text-decoration: none;
	}
/*ヘッダー内スタイル-------------------------------*/

/*ボックス内スタイル-------------------------------*/
#box {
	width:98%;
	border-style:solid;
	border-width:1px;
	border-color:#005FC2;
	background-color:#ffffff;
	background-image:url(img/h2_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	margin:0px 0px 20px 0px;/*上、右、下、左*/
	}
	
.title {
   border-bottom: 1px solid #005FC2;
   font-weight:600;
   padding:0px 0px 0px 15px;/*上、右、下、左*/}
	
#box p {padding-left:15px;padding-right:15px;}





/*フッタースタイル-------------------------------*/

#footer {
	width: 100%;
	height:230px;	
	background-image:url(img/footer_bg.gif);
	background-repeat:repeat;
	background-position:top;
	background-color:#000000;
	}
	
#footer-inner {
	margin-left:auto;
	margin-right:auto;
	width: 920px;
}

#footer-inner p{
	color:#ffffff;
	text-align:center;
	padding-top:10px;
	padding-left:30px;
	margin-bottom:30px;
	line-height:2em;
	font-size:85%;
}
#footer-inner #footlink{
	color:#ffffff;
	text-align:left;
	padding-top:10px;
}

#footer-inner #footlink a{
	color:#ffffff;
	text-align:left;
	padding-top:10px;
}
/*フッタースタイル-------------------------------*/

/*見出しスタイル-------------------------------*/
h1 {
	margin: 0px;
	padding: 0px;
	}
	
h2 {
	width:665px;
	background-image:url(img/h2_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;

	border-style:solid;
	border-width:1px;
	border-color:#7C785E;
	background-color:#F7F7F2;
	
	padding-left:15px;
	padding-top:3px;
	margin-bottom:15px;
	font-size:90%;}
	
h3 {
	background-image:url(img/h3_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#ffffff;
	
	padding-left:15px;
	padding-top:3px;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top:30px;
	font-size:90%;}
	
.bold {
	width:665px;
	background-image:url(img/h2_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;

	background-color:#F7F7F2;
	
	padding-left:15px;
	padding-top:3px;
	margin-bottom:15px;
	font-size:90%;}
	
/*カテゴリリスト*/
#List dt {
	font-size: 90%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding:3px;
}
#List dd {
	font-size: 85%;
	background-color: #FFF;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #DFDFDF;
	margin-left:20px;
}
#List dl a {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	display:block;
	text-decoration:none;
}


/*新しいウィンドウ*/
#List dl a.blank {
	background-image: url(img/blank.gif);
}

#List dl a.pdf {
	background-image: url(img/pdf.gif);
}

#List dl a:hover {
	background-color:#E8E8D0;
}

#List dt .day {
	color:#666666;
	text-decoration:none;
}

#List .news-even {
	background-color: #F6F6F6;
}


/*PDFファイル*/
.pdf {
	background-image: url(img/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-left: 20px;
}

.blank {
	background-image: url(img/blank.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-left: 20px;
}

#wrapper-inner {
	width: 920px;
	background-image:url(img/sidebar_bg.gif);
	background-position:top right;
	background-repeat:repeat-y;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	}
	
/*サイドバースタイル-------------------------------*/	

	/*サイドバー */
	#sidebar {
	float: right;
	width: 200px;
	padding:0px;/*上、右、下、左*/
	
	}


	#sidebar img {
	margin-bottom:3px;}
   	
	.sidemenu {
	width:91%;
	background-image:url(img/h2_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;

	border-style:solid;
	border-width:1px;
	border-color:#7C785E;
	background-color:#F7F7F2;
	
	padding-left:15px;
	padding-top:3px;
	margin-bottom:3px;
	font-size:90%;
	font-weight:600;}

/*サイドバースタイル-------------------------------*/

	#fla {
	width:730px;
	height:295px;
	margin:0px;/*上、右、下、左*/
	padding:0px;
	background-color:#000000;
	}

	.top3Navi {
	width: 190px;
	height:295px;
	background-image:url(img/top3navi_bg.jpg);
	float: right;
	margin-top:0px;
	text-align:center;
}

	.top3Navi img {
	margin-top:9px;
}

	#topimage {
	margin:0px;/*上、右、下、左*/
	padding:0px;
	background-color:#000000;
	width:730px;
	}

/*メイン-------------------------------*/
	#main {
	margin:0px 205px 20px 0px;/*上、右、下、左*/
	padding:10px 15px;
	}

	
/*サイドバーボタン*/
.btn img {margin:2px;}

#topbox {
	float:left;
	width:222px;
	font-size:85%;
	
	border-style:solid;
	border-width:2px;
	border-color: #DFDFDF;
	margin-right:2px;
	}
	
#topbox p {
	padding:5px;
	}
	

/*２列リスト-------------------------------*/

ul #kominato {width: 90%;}

#kominato li{
	width: 40%;
	margin-left:20px;
	padding:10px 10px 10px 32px;
	list-style-type: none;
	float: left;
	display: block;
	
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;	

}

#kominato li a{
	width:90%;
	list-style-type: none;
	float: left;
	display: block;
	

}

#kominato li a:hover {
	background-color:#E8E8D0;
}

#text{width:620px;
margin-left:auto;
margin-right:auto;}


