@charset "utf-8";

/* ページの基本設定 */
body {
	margin-top:0px;
	font-size: 110%;
	line-height:1.8;
	background-image:url(img/wrapper.gif);
	background-repeat:repeat;
	background-position:left 113px;
}

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; 
}

#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;
}




