@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
	min-width: 1050px; /* 全体の最小幅 */
	margin: 0;
	padding: 0;
	background-color: #949094; /* 全体の背景色 */
	color: #000066; /* 全体の文字色 */
	font-size: 90%; /* 全体の文字サイズ */
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, "HGPコ゛シックM", "MS Pゴシック", sans-serif;
	width:100%;
}
a img {
	border: none;
}
img{
    -ms-interpolation-mode: bicubic;
}

/* --- コンテナ --- */
#header div.container,
#content div.container,
#footer div.container {
	width: 1050px; /* コンテナの幅 */
	margin: 0;
	position:relative;
}


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#header{
	padding-bottom: 1px; /* ヘッダの下パディング */
	background-color: #000066; /* ヘッダの背景色 */
}

/* --- トップエリア --- */
#header div.top {
	background: url(../image/header_top_bg.png) repeat-x top;
	border-bottom: 1px #e0e0e0 solid;
}

/* --- サイトタイトル --- */
#header div.siteTitle {
	height:58px;
	margin-left: 6px;
	padding: 4px 0 0 0;
}
#header div.siteTitle div {
	float:left;
	margin-left: 2px;
}
#header div.siteTitle img {
	border: none;
}

/* --- オープニングエリア（トップページ） --- */
#header div.opening {
	padding: 8px 0; /* 上下、左右 */
	background: #e8f8fd url("../image/opening_back1.gif") repeat-x top;
	border-bottom: 1px #eef7fe solid;
}

/* --- ヘッダメニュー --- */
#header div.nl {
	background: #4e83b3 url("../image/menu_btn_bg_off.png") repeat-x top;
	border-top: 2px #84aed2 solid;
	border-bottom: 2px #2c5170 solid;
	height: 54px;
}
/* --- メニュー本体 --- */
#header div.nl ul {
	width: 1046px;
	margin: 0 0 0 5px;
	padding: 0;
	border-left: 1px #2c5170 solid;
	border-right: 1px #84aed2 solid;
	list-style-type: none;
	text-align: center;
	height: 54px;
}
#header div.nl li {
	width: 149px;
	float: left;
	overflow: hidden;
}
/* 最初の項目と最後の項目 */
#header div.nl li.first,
#header div.nl li.last {
	width: 150px;
}
/* リンクエリア */
#header div.nl li a {
	display: block;
	position: relative;
	padding: 8px 2px 0; /* 上、左右、下 */
	border-left: 1px #84aed2 solid;
	border-right: 1px #2c5170 solid;
	text-decoration: none;
	font-size: 12pt;
	line-height: 22px;
	font-weight: bold;
	color: #ffffff;
	height: 46px;
}
#header div.nl li a .en {
	display: block;
	font-family: Arial;
	font-size: 0.8em; /* 英字の文字サイズ */
	font-weight: normal; /* 文字の太さ（ノーマル） */
	color: #ffff99; /* 英字の文字色 */
}
#header div.nl li a:hover,
#header div.nl li.active a {
	background: #5e91bd url(../image/menu_btn_bg_on.png) repeat-x top;
	color: #ffff99;
}
#header div.nl li a:hover span.en,
#header div.nl li.active span.en {
	color: #ffff00;
}
/* --- トピックパス（下層ページ） --- */
#header div.topicPath {
	margin: 0;
	padding: 0 2px; /* 上下、左右 */
	background-color: #cfdce3;
}
#header div.topicPath ol {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
}
#header div.topicPath li {
	display: inline;
	line-height: 22px;
}
#header div.topicPath li a {
	padding-right: 12px;
	background: url(../image/topic_path_gray.gif) no-repeat right;
}
/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ --- */
#content {
	padding: 35px 0 10px; /* 上、左右、下 */
	background-color: #99ccff;
}

/* --- ▼メインカラム内の設定開始 --- */

/* --- メインカラム --- */
#main {
	width: 830px; /* メインカラムの幅 */
	float: left;
}
* html #main { overflow-x:hidden; } /* IE6 */

/* --- メインカラム セクション 共通 --- */
#main div.section {
	margin: 12px 0 12px 20px; /* 上右下左 */
}

/* --- メインカラム ヘッダセクション --- */
#main div.header {
}
#main div.header .title {
	position: relative;
	background: url(../image/emphasis_back2.gif) no-repeat top;
	height: 18px;
}
#main div.header .title span{
	position: absolute; bottom: 0; left: 16px;
	font-size: 22pt;
	color: #000066;
}
#main div.header .content {
	font-size: 1.1em;
	color: #000066;
	padding-top: 16px;
	padding-left: 28px;
	padding-bottom: 20px;
}

/* --- メインカラム　標準セクション --- */
#main div.normal {
}
#main div.normal .title {
	margin: 0; /* 見出しエリアのマージン（上、左右、下） */
	padding: 6px 11px 0; /* 見出しエリアのパディング（上下、左右） */
	background: #ebf0f3 url(../image/heading_back5_6.gif ) repeat-y right; /* 見出しエリアの背景 */
	height: 26px;
}
#main div.normal .title span {
	margin: 0;
	padding-left: 16px;
	background: url("../image/heading_square11.gif") no-repeat left center;
	font-size: 1.3em; font-weight: bolder;
	line-height: 1em;
}
#main div.normal .content {
	margin: 1em 0 0; /* 見出しエリアのマージン（上、左右、下） */
	font-size: 1em;
	color: #000066;
	padding-top: 0;
	padding-left: 28px;
	padding-bottom: 20px;
}

/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */

/* --- ナビゲーションバー --- */
#nav {
	float: right;
	width: 220px;
}

/* --- ナビゲーションバー セクション 共通 --- */
#nav div.section {
	margin: 0 0 10px 0; /* 上右下左 */
}

/* --- ナビゲーションバー　標準セクション --- */
#nav div.normal {
	margin: 0 0 0 10px; /* 上右下左 */
	padding: 2px;
	border: 1px #e0e0e0 solid;
	background: #a4d53b url("../image/box_back_green1.gif") repeat-x top;
	margin-bottom: 4px;
}

#nav div.normal .title {
	margin: 0 0 1em; /* 上、左右、下 */
	padding: 4px 0; /* 上下、左右 */
	height: 1.2em;
	background-color: #ffff33;
	font-size: 1.3em; font-weight: bolder;
	text-align: center;
}
#nav div.normal .content {
	font-size: 0.9em;
	color: #000066;
	padding-top: 0;
	padding-left: 6px;
	padding-bottom: 20px;
}
#nav div.normal .contact {
	padding: 3px;
	background-color: #ffaa00;
	border: 1px white solid;
	text-align: center;
}
#nav div.normal .contact a {
	display: block;
	padding: 12px 2px; /* 上下、左右 */
	background: #3f99b3 url("../image/box_back_blue2.gif") repeat-x top;
}
#nav div.normal .contact a:hover {
	background: #54b3cf url("../image/box_back_blue1.gif") repeat-x top;
}
#nav div.normal .maplink {
}
#nav div.normal .maplink a {
	display: block;
	line-height: 1.6em;
	text-decoration: underline;
	font-size: 1.2em;
	background-image: url("../image/ball_go_m.png");
	background-repeat: no-repeat;
	background-size: 34px 26px;
	padding-left: 38px;
}
#nav div.normal .maplink a:hover {
	font-weight: bold;
	background-size: 36px 27px;
}
#nav div.normal .counter {
	padding: 8px 0;
	text-align: center;
}
#nav div.normal .banner {
	padding: 0;
	text-align: center;
}
#nav div.normal .banner a {
	display: block;
	border: 2px #dddddd solid;
	margin: 2px 0;
}
#nav div.normal .banner a:hover {
	border: 2px blue solid;
}

/* --- ▲サイドバー内の設定終了 --- */


/* --- 罫線 --- */
#content hr.clear {
clear: right; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}

/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
padding: 0 0 10px 30px; /* フッタのパディング（上下、左右） */
background: #cfdce3 url(../image/foot_back1.gif) repeat-x top; /* フッタの背景 */
border-top: 1px #bdcfd9 solid; /* フッタの上境界線 */
border-bottom: 7px #336797 solid; /* フッタの下境界線 */
}

/* --- フッタメニュー --- */
#footer ul.nl {
margin: 0 0 20px; /* フッタメニューのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
}
/* --- メニュー項目 --- */
#footer ul.nl li {
padding: 0 7px 0 11px; /* 項目のパディング（上右下左） */
background: url(../image/menu_triangle1.gif) no-repeat 0 0.2em; /* 項目の背景（マーカー） */
display: inline;
}
/* ガイドメニュー */
#footer ul.guide {
margin: 0 0 20px; /* ガイドメニューのマージン（上書き） */
}

/* --- アドレス・コピーライト --- */
#footer address {
font-style: normal;
line-height: 140%; /* 行の高さ */
}

/* --- ▲フッタ内の設定終了 --- */


/* --- ▼広告枠内の設定開始 --- */

/* --- フッタ --- */
#adarea {
	margin: 0;
	padding: 0;
	width:100%;
	height:1.5em;
	line-height:1.5em;
	text-align: center;
	font-size:1.0em;
	color: #949094;
	background-color: #1f1c22;

	display:none;
}
/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */
.clearFix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearFix { zoom: 1; } /* IE6 */
*:first-child+html .clearFix { zoom: 1; } /* IE7 */

/* --- ▲その他の設定終了 --- */
