@charset "utf-8";

/*---------------------------------------
  common
---------------------------------------*/
img{border:none;}
br.clear{clear:both;}
dl,dt,dd,ul,ol,li,form,th,td,p,h1,h2,h3,h4,h5{margin:0;padding:0;list-style:none;}
table{border-collapse:collapse;}
tr{vertical-align:top;}


body{
	margin:0;
	padding:0;
	background:#fff;
	line-height:145%;
	color:#333;
	font-family:Verdana,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:1em;
}

#container{
	width:975px;
	margin:0 auto;
	overflow:hidden;
}

a:link{color:#3f3f8c;text-decoration:underline;}
a:visited{color:#800080;text-decoration:underline;}
a:hover{color:#3f3f8c;text-decoration:none;}

/*---------------------------------------
  Header
---------------------------------------*/
#header{
	width:975px;
	height:139px;
	background:url("../img/header/bg.jpg") top left no-repeat;
	overflow:hidden;
	position:relative;
}

#header p{
		background:url("../img/header/logo.gif") top left no-repeat;
		position:absolute;
		top:12px;
		left:0px;
		margin:0;
	}

ul#hnav{
	background:url("../img/header/navi_bg.gif") top left no-repeat;
	position:absolute;
	top:91px;
	left:0;
	width:975px;
	height:48px;
}
ul#hnav li{float:left;}
#header p a,ul#hnav li a{display:block;}
#header p a:hover,ul#hnav li a:hover{background:transparent;}
#header p a:hover img,ul#hnav li a:hover img{visibility:hidden;}

/* 2017.03.09 文字拡大時表示への対応 */
ul#faq-sitemap{
	position:absolute;
	top:54px;
	right:0px;
	width:auto;
}
ul#faq-sitemap li{
	float:left;
	font-size:0.9em;
	padding:0 15px 0 0;
}
ul#faq-sitemap li a{
	display:block;
	background:url("../img/header/icon.gif") center left no-repeat;
	padding:0 0 0 15px;
}

ul#faq-sitemap li a:hover{background:url("../img/header/icon_r.gif") center left no-repeat;}

dl#fsChg{
	position:absolute;
	top:12px;
	left:662px;
	overflow:hidden;
	font-size:0.8em;
}

dl#fsChg dt{float:left;}
dl#fsChg dd{float:left;padding:0 5px;cursor:pointer;}

/* 2011.03.31 Easy Web Browsing 音声読み上げ・閲覧補助 */
ul#ewb{
	position:absolute;
	top:12px;
	left:662px;
	overflow:hidden;
}
/* /2011.03.31 Easy Web Browsing 音声読み上げ・閲覧補助 */

ul#english-kids{
	position:absolute;
	top:14px;
	left:814px;
}

ul#english-kids li{float:left;padding:0 10px 0 0;}
ul#english-kids li a{display:block;}
ul#english-kids li a:hover {display:block;}
ul#english-kids li a:hover img{visibility:hidden;}
ul#english-kids li#hnv-english{background:url("../img/header/nav_english_r.gif") top left no-repeat;}
ul#english-kids li#hnv-kids{background:url("../img/header/nav_kids_r.gif") top left no-repeat;}

#siteSearch{
	position:absolute;
	top:52px;
	left:650px;
	overflow:hidden;
	width:320px;
}

#siteSearch dt{float:left;}
#siteSearch dt input{width:190px;}
#siteSearch dd{float:left;}
#siteSearch dd.btn{padding:0 5px 0 0;}

#siteSearch dd.btn input{
/* 総務省の指導により、検索ボタンのスタイルを外す（2010.05.31)
	background:#2866b1;
	color:#fff;
	border:1px solid #fff;
*/
	padding:2px;
}
#siteSearch dd.detail{margin:3px 0 0 0;font-size:0.8em;}
#siteSearch dd.detail a{
	display:block;
	background:url("../img/header/icon_search.gif") center left no-repeat;
	padding:0 0 0 10px;
}
#siteSearch dd.detail a:hover{
	background:url("../img/header/icon_search_r.gif") center left no-repeat;
}

/*---------------------------------------
  topic path
---------------------------------------*/
#topic-path{
	width:945px;
	padding:5px 15px;
	background:url("../img/topic_path/bg.gif") bottom left repeat-x;
	font-size:0.8em;
}

#topic-path li{display:inline;}

/*---------------------------------------
  main-sub
---------------------------------------*/
#main-sub{
	width:975px;
	margin:0 auto;
	overflow:hidden;
	background:url("../img/main_sub/sub_bg.gif") top left repeat-y;
}

/*---------------------------------------
  main
---------------------------------------*/
#main.ct{
	width:742px;
	margin:0 auto;
	padding:0 116px 0 116px;
	min-height:700px;
	_height:700px;
	background:url("../img/main_sub/main_bg.gif") top left repeat-x;
}
#main{
	float:right;
	width:742px;
	padding:0 0 0 20px;
	min-height:700px;
	_height:700px;
	background:url("../img/main_sub/main_bg.gif") top left repeat-x;
}

.pageTop{text-align:right;padding:10px;}
.pageTop img{vertical-align:middle;}
/*---------------------------------------
  sub
---------------------------------------*/
#sub{
	float:left;
	width:213px;
}

#sub dl{
	border:1px solid #99a3b4;
	border-bottom:none;
	font-size:0.9em;
}
#sub dl dt{
	padding:15px;
	border-bottom:1px solid #99a3b4;
	background:#666666;
/*	background:#848ea0; 旧背景カラー*/
	color:#fff;
	font-weight:bold;
}
#sub dl dd{border-bottom:1px solid #99a3b4;}
#sub dl dd a{display:block;padding:15px 5px 15px 15px;}
#sub dl dd a:link{color:#333;} /* text-decoration:none; アクセシビリティ上、削除 */
#sub dl dd a:visited{color:#333;} /*text-decoration:none; アクセシビリティ上、削除 */
#sub dl dd a:hover{color:#333;background:#fff;text-decoration:none;}



/*---------------------------------------
  footer
---------------------------------------*/
#fnav{
	clear:both;
	width:762px;
	padding:30px 0 8px 213px;
	background:url("../img/main_sub/sub_bg.gif") top left repeat-y;
	text-align:center;
	font-size:0.8em;
}

#fnav.ct{
	margin:0 auto;
	clear:both;
	width:95%;
	padding:30px 0 8px 0;
	background:none;
	text-align:center;
	font-size:0.8em;
}

#fnav p{
	text-align:right;
	background:url("../img/icon/pagetop.gif") center right no-repeat;
	padding-right:16px;
	margin-bottom:30px;
}
#fnav ul li{display:inline;}

#footer{
	padding:6px 10px 10px 20px;
	border-top:1px solid #a5a5a5;
	width:945px;
	overflow:hidden;
}

#footer dl#fAddress{
	float:left;
}

dl#fAddress dt{float:left;width:60px;}
dl#fAddress dd{float:left;}
dl#fAddress dd.txt{padding:5px 0 0 0;width:250px;font-size:0.8em;line-height:1.2em;}
dl#fAddress dd.link{padding:1.4em 0 0 10px;}

dl#fQr{
	float:right;
	width:260px;
	font-size:0.8em;
	margin:5px 0 0 0;
	background:url("../img/footer/mb_icon.gif") 0 17px no-repeat;
}
dl#fQr dt{float:left;line-height:1.2em;margin:15px 0 0 0;padding:0 0 0 20px;width:170px;}
dl#fQr dd{float:right;text-align:right;}
