@charset "utf-8";

/***************************************************
	common.css
	共通レイアウトスタイル定義
***************************************************/

/* Base
------------------------------------------------------------ */
html {	overflow-y: scroll;}
body {
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
/*	font-family: Verdana, Arial, Helvetica, Sans-Serif;*/
	text-align: center;
}
/* 記号文字対策 */
body {	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Verdana, Arial, Helvetica, Sans-Serif;}
/*
body {	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, Sans-Serif;}
* html body {    font-family: 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, Sans-Serif;}
*:first-child+html body {    font-family: 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, Sans-Serif;}
*/
img {	vertical-align: bottom;}
hr	{	display: none;}

#wrap {
	font-size: 108%;
	overflow: hidden;
}
/* ------------------------------------------------------------
Font Size (default:14px)
 10px = 71.4% 11px = 78.6% 12px = 85.7% 13px = 92.9% 14px = 100%
 15px = 107% 16px = 111.4% 17px = 121% 18px = 128.6%
------------------------------------------------------------ */

/* Link
------------------------------------------------------------ */
a { outline: none; }
a:link {
	color: #0000a0;
	text-decoration: underline;
}
a:visited {
	color: #671d42;
	text-decoration: underline;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
a:active {	color: #0099ff;}

/* for All Pages
------------------------------------------------------------ */
.alt	{	display: none;}
.clear	{	clear: both;}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* IE6 */
* html .clearfix { zoom: 1; }
/* IE7 */
*:first-child+html .clearfix { 	display: inline-block; }

/* css rollover */
.ov_btn a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/* script rolloverclass : ov_jq */

/*-----container-----*/
#container {
	background: #FFFFFF url(../img/common/container_bg.jpg) 0 0 repeat-x;
}

/*-----header-----*/
#header {
	position: relative;
	width: 950px;
	margin: 0 auto;
	height: 133px;
	text-align: left;
}
#header #siteLogo {
	float: left;
	width: 265px;
	padding-top: 50px;
}
#header #anotherlanguage {
	position: absolute;
	top: 5px;
	left: 0;
}
#header #anotherlanguage li {
	display: inline;
}
#header #navigation {
	float: right;
	width: 410px;
	margin-top: 2px;
}
#header dl.fontsize {
	float: left;
	width: 175px;
	margin-right: 10px;
	padding-right: 5px;
	background:#ffffff url(../img/common/fontsize_bg.png) 100% 0 no-repeat;
	line-height: 1;
}
#header dl.fontsize dt {
	float: left;
	width: 103px;
}
#header dl.fontsize dd {
	float: left;
	width: 24px;
	padding: 2px 0 2px 2px;
}
#header dl.fontsize .large-text {}
#header dl.fontsize .medium-text {	width: 20px;}
#header dl.fontsize .small-text {	width: 17px;}

#header dl.fontsize a {
	display: block;
	height: 24px;
	text-indent: -9999px;
	line-height: 1;
}
#header dl.fontsize .large-text a {	background: url(../img/common/fonts_l.jpg) 0 0 no-repeat;}
#header dl.fontsize .medium-text a {	background: url(../img/common/fonts_m.jpg) 0 0 no-repeat;}
#header dl.fontsize .small-text a { background: url(../img/common/fonts_s.jpg) 0 0 no-repeat;}
#header dl.fontsize a.textresizer-active {	background-position: 0 0;}

#header .searchBox {
	float: left;
	padding: 3px 15px 0 0;
	line-height: 1;
}
#header .searchBox #search,
#header .searchBox input.q_txt {
	width: 150px;
	padding: 1px 0;
	font-size: 78.6%;
}
#header .searchBox #submit,
#header .searchBox input.sa_btn {
/*	padding-bottom: 2px;*/
	vertical-align: text-bottom;
}

#topNavi {
	position: absolute;
	width: 100%;
	height: 28px;
	padding: 6px 0 0 200px;
	top: 34px;
	left: 345px;
	background: #ffffff url(../img/common/topNavi_bg.png) 0 0 no-repeat;
	line-height: 1;
}
#topNavi a {
	margin-right: 8px;
	color: #0000a0;
}
#btnRss {
	position: absolute;
	top: 75px;
	left: 880px;
}

/*-----titleArea-----*/
#titleArea {
	padding-bottom: 17px;
	background: url(../img/common/titleArea_bg.jpg) 0 100% repeat-x;
}

/* gNavi */
#gNavi {	border-bottom: 5px solid #14a668;}
#gNavi ul {
	width: 980px;
	margin: 0 auto;
	padding: 5px 0 0 10px;
	text-align: left;
}
#gNavi li {
	float: left;
	width: 182px;
	padding-left: 10px;
}
#gNavi li a {
	display: block;
	height: 56px;
	text-indent: -9999px;
}
#gNavi li.n01 a {	background: url(../img/common/gNavi_01.jpg) 0 0 no-repeat;}
#gNavi li.n02 a {	background: url(../img/common/gNavi_02.jpg) 0 0 no-repeat;}
#gNavi li.n03 a {	background: url(../img/common/gNavi_03.jpg) 0 0 no-repeat;}
#gNavi li.n04 a {	background: url(../img/common/gNavi_04.jpg) 0 0 no-repeat;}
#gNavi li.n05 a {	background: url(../img/common/gNavi_05.jpg) 0 0 no-repeat;}
#gNavi li a:hover {	background-position: 0 -56px;}

/*-----contents-----*/
#contents {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 5px 0 0;
	text-align: left;
}
#topic_path {
	position: relative;
	top: -14px;
	padding-bottom: 7px;
	padding-left: 10px;
	background: url(../img/common/border_01.png) 0 100% repeat-x;
}

/* sNavi */
#sNavi {
	float: left;
	width: 200px;
}

/* main */
#main {
	float: right;
	width: 736px;
}
#main #mainContents {
	float: left;
	width: 570px;
}
#main #mainNavi {
	float: right;
	width: 150px;
}

/*-----footer-----*/
#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: left;
}
#footer #btmNavi {
	padding: 0 15px 20px 0;
	text-align: right;
}

#council_address {
	padding: 5px 0;
/*	font-size: 85.7%;*/
	border-top: 5px solid #14a668;
}
#copyright {
	padding: 5px 0;
	font-size: 85.7%;
/*	border-top: 1px solid #14a668;*/
}
