@charset "utf-8";
/* CSS Document */



/* 全体構造
---------------------------------------------------- */

body {
	font-size: 12px;
	_font-size: 75%;
	*font-family: Helvetica, Geneva, Arial, SunSans-Regular, "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

a:hover{
	color: #FF3300;
}

li { margin-bottom: 0.35em;}

img { border: none;}


#wrapper {
	margin: 0;
	padding: 0;
	text-align: left;
	background: url(../img/header_bg.gif) repeat-x;
}


.img_l {
	display: inline;
	float: left;
	margin: 0 8px 8px 0;
	padding: 0;
}

.img_r {
	display: inline;
	float: right;
	margin: 0 0 8px 8px;
	padding: 0;
}


.cbox { 
	zoom: 100%;
}
.cbox:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

.to_top {
	clear: both;
	font-size: 100%;
	text-align: right;
	margin: 0;
	padding: 3em 0 2em;
}

.to_top2 {
	clear: both;
	font-size: 100%;
	text-align: right;
	margin: 0;
	padding: 2em 0 0;
}




/* ヘッダー
---------------------------------------------------- */

#header {
	width: 715px;
	height: 113px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/header_bg.gif) repeat-x;
}


#header h1{
	float: left;
	width: 170px;
	height: 20px;
	font-size: 100%;
	margin: 15px 0 0;
	padding: 0;
}
#header h1 a{
	display: block;
	width: 170px;
	height: 20px;
	text-indent: -9999px;
	background: transparent url(../img/header_h1.gif) no-repeat;
}
#header h1 a:hover{
	background: transparent url(../img/header_h1.gif) no-repeat;
}

#header h2{
	float: left;
	width: 245px;
	height: 20px;
	font-size: 100%;
	margin: 0 0 18px;
	padding: 0;
}
#header h2 a{
	display: block;
	width: 245px;
	height: 20px;
	text-indent: -9999px;
	background: transparent url(../img/header_h2.gif) no-repeat;
}
#header h2 a:hover{
	background: transparent url(../img/header_h2.gif) no-repeat;
}

#header h3{
	clear: left;
	font-size: 125%;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#header h4{
	font-size: 92%;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}











/* ナビゲーションエリア
---------------------------------------------------- */

#navi_area {
	float: right;
	width: 450px;
	margin: 0;
	padding: 0;
}









/* 言語選択ナビゲーション 日本語
---------------------------------------------------- */

#lang_navij {
	float: right;
	position: relative;
	width: 297px;
	height: 23px;
	background: url(../img/lang_navij.gif) no-repeat;
	margin: 9px 0 0;
	padding: 0;
}

#lang_navij li{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#lang_navij li, #lang_navij a{
	height: 23px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

#lang_navij01{ left: 0; width: 95px; }
#lang_navij02{ left: 101px; width: 95px; }
#lang_navij03{ left: 202px; width: 95px; }



#lang_navij01 a:hover, #lang_navij01 a:visited:hover{ background: transparent url(../img/lang_navij.gif) 0 0 no-repeat; }
#lang_navij02 a:hover, #lang_navij02 a:visited:hover{ background: transparent url(../img/lang_navij.gif) -101px 0 no-repeat; }
#lang_navij03 a:hover, #lang_navij03 a:visited:hover{ background: transparent url(../img/lang_navij.gif) -202px 0 no-repeat; }









/* 言語選択ナビゲーション 英語
---------------------------------------------------- */

#lang_navie {
	float: right;
	position: relative;
	width: 297px;
	height: 23px;
	background: url(../img/lang_navie.gif) no-repeat;
	margin: 9px 0 0;
	padding: 0;
}

#lang_navie li{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#lang_navie li, #lang_navie a{
	height: 23px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

#lang_navie01{ left: 0; width: 95px; }
#lang_navie02{ left: 101px; width: 95px; }
#lang_navie03{ left: 202px; width: 95px; }



#lang_navie01 a:hover, #lang_navie01 a:visited:hover{ background: transparent url(../img/lang_navie.gif) 0 0 no-repeat; }
#lang_navie02 a:hover, #lang_navie02 a:visited:hover{ background: transparent url(../img/lang_navie.gif) -101px 0 no-repeat; }
#lang_navie03 a:hover, #lang_navie03 a:visited:hover{ background: transparent url(../img/lang_navie.gif) -202px 0 no-repeat; }










/* ボディ要素
---------------------------------------------------- */

#main {
	clear: both;
	width: 715px;
	text-align: left;
	margin: 0 auto;
}

#main h1 {
	font-size: 125%;
	margin: 0 0 0.25em;
	padding: 0;
}

.top_text {
	float: left;
	width: 540px;
	margin: 0 0 15px;
	padding: 0.5em 0.5em 0;
	border-top: #999999 solid 1px;
}
.top_text h6{
	float: right;
	font-size: 100%;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../img/arrow01.gif) top left no-repeat;
}
.top_text p{
	font-size: 100%;
	text-indent: 1em;
	margin: 0 auto 0.35em;
	padding: 0;
}

.news {
	clear: both;
	width: 715px;
	margin: 0 0 1.5em;
	padding: 0;
	background: url(../img/news_mid.gif) repeat-y;
}

.news h3{
	display: block;
	width: 715px;
	height: 30px;
	font-size: 100%;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: url(../img/news_title.jpg) no-repeat;
}

.news ul{
	list-style-type: none;
	margin: 0.5em 0.5em 0.25em 1em;
	padding: 0;
}

.news ul li{
	clear: both;
	margin-bottom: 0.5em;
}

.news ul li p{
	float: left;
	margin-bottom: 0.1em;
	padding: 0 1em 0 0;
}

.newsend {
	display: block;
	width: 715px;
	height: 5px;
	font-size: 10%;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: url(../img/news_end.gif) no-repeat;
}














/* 共通フッター
---------------------------------------------------- */

#footer {
	clear: both;
	width: 100%;
	font-size: 92%;
	color: #FFFFFF;
	margin: 50px 0 0;
	padding: 1em 0;
	background-color: #008EBD;
}

#footer p{
	width: 715px;
	font-size: 92%;
	text-align: left;
	margin: 0 auto 1em;
	padding: 0;
}

#footer address{
	width: 715px;
	font-size: 92%;
	font-style: normal;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
#footer address a:link{ font-size: 115%; font-weight: bold; color: #FFFFFF;}
#footer address a:visited{ font-size: 115%; font-weight: bold; color: #FFFFFF;}
#footer address a:hover{ font-size: 115%; font-weight: bold; color: #FF3300;}
#footer address a:active{ font-size: 115%; font-weight: bold; color: #FFFFFF;}











/* コンテンツ内 レイアウト
---------------------------------------------------- */
.con_l {
	float: left;
	width: 185px;
	margin: 0;
	padding: 0;
}

.con_r {
	float: right;
	width: 523px;
	margin: 0;
	padding: 0;
}

.con_navi {
	width: 523px;
}

.con_r h3{
	clear: both;
	width: 503px;
	height: 25px;
	font-size: 120%;
	color: #FFFFFF;
	margin: 0 0 0.5em;
	padding: 5px 10px 0;
	background: url(../img/h3_short.gif) no-repeat;
}
.con_r h3.center{ text-align: center;}

.con_r p{
	font-size: 100%;
	text-indent: 1em;
	margin-bottom: 0.35em;
}

p.right {
	text-align: right;
	text-indent: 0;
}

p.none { text-indent: 0;}
p.end { margin-bottom: 1.5em;}
ul.end { margin-bottom: 1.5em;}
ol.end { margin-bottom: 1.5em;}
table.end { margin-bottom: 1.5em;}
caption.top { margin-top: 1.5em;}

.b_line{
	border-bottom: #999999 solid 1px;
}
.r_line{
	border-right: #999999 solid 1px;
}

dl.kome {
	margin: 0 0 0.35em 1em;
}
dl.kome dt{
	float: left;
}
dl.kome dd{
	margin: 0 0 0.15em 1.25em;
}

p.green { color: #009933;}


p.gre a:link{ color: #009933;}
p.gre a:visited{ color: #009933;}
p.gre a:hover{ color: #FF3300;}
p.gre a:active{ color: #009933;}




p.orange { color: #FF3300;}


span.green { color: #009933;}


ul.disc {
	list-style-type: disc;
	margin-left: 2.5em;
	padding: 0;
}
ul.disc li span{ margin-left: 10em;}
ul.none {
	list-style-type: none;
	margin-left: 2.5em;
	padding: 0;
}










/* ニュース&amp;トピックス
---------------------------------------------------- */
dl.topics {
	margin: 1em 0 3em 1em;
	padding: 0 0 3em;
	border-bottom: #008EBD dotted 5px;
}

dl.topics dt{
	font-weight: bold;
	margin: 0 0 0.5em;
	padding: 0;
}
dl.topics dd{
	text-indent: 1em;
	margin: 0 0 0.35em 0.5em;
	padding: 0;
}












/* 左エリア ナビゲーション
---------------------------------------------------- */
.leftnavi_top {
	width: 162px;
	height: 19px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 4px 0 0 23px;
	background: url(../img/navi_top.gif) no-repeat;
}

p.navi01_off {
	width: 175px;
	height: 18px;
	font-weight: bold;
	text-indent: 0;
	margin: 0 0 3px;
	padding: 2px 0 0 13px;
	background: url(../img/navi01_off.gif) no-repeat;
}
p.navi01_on {
	width: 175px;
	height: 18px;
	font-weight: bold;
	text-indent: 0;
	margin: 0 0 3px;
	padding: 2px 0 0 13px;
	background: url(../img/navi01_on.gif) no-repeat;
}
p.navi01_on a:link{ color: #FFFFFF;}
p.navi01_on a:visited{ color: #FFFFFF;}
p.navi01_on a:hover{ color: #FFFFFF;}
p.navi01_on a:active{ color: #FFFFFF;}

p.navi02_off {
	width: 175px;
	height: 35px;
	font-weight: bold;
	text-indent: 0;
	line-height: 1.2;
	margin: 0 0 3px;
	padding: 5px 0 0 13px;
	background: url(../img/navi02_off.gif) no-repeat;
}
p.navi02_on {
	width: 175px;
	height: 35px;
	font-weight: bold;
	text-indent: 0;
	line-height: 1.2;
	margin: 0 0 3px;
	padding: 5px 0 0 13px;
	background: url(../img/navi02_on.gif) no-repeat;
}
p.navi02_on a:link{ color: #FFFFFF;}
p.navi02_on a:visited{ color: #FFFFFF;}
p.navi02_on a:hover{ color: #FFFFFF;}
p.navi02_on a:active{ color: #FFFFFF;}

p.navi03_off {
	width: 178px;
	height: 55px;
	font-weight: bold;
	text-indent: 0;
	margin: 0 0 3px;
	padding: 5px 0 0 13px;
	background: url(../img/navi03_off.gif) no-repeat;
}
p.navi03_on {
	width: 178px;
	height: 55px;
	font-weight: bold;
	text-indent: 0;
	margin: 0 0 3px;
	padding: 5px 0 0 13px;
	background: url(../img/navi03_on.gif) no-repeat;
}
p.navi03_on a:link{ color: #FFFFFF;}
p.navi03_on a:visited{ color: #FFFFFF;}
p.navi03_on a:hover{ color: #FFFFFF;}
p.navi03_on a:active{ color: #FFFFFF;}

p.navi04_off {
	width: 180px;
	_width: 178px;
	height: 70px;
	font-weight: bold;
	text-indent: 0;
	margin: 0 0 3px;
	padding: 5px 0 0 13px;
	background: url(../img/navi04_off.gif) no-repeat;
}
p.navi04_on {
	width: 180px;
	_width: 178px;
	height: 70px;
	font-weight: bold;
	text-indent: 0;
	margin: 0 0 3px;
	padding: 5px 0 0 13px;
	background: url(../img/navi04_on.gif) no-repeat;
}
p.navi04_on a:link{ color: #FFFFFF;}
p.navi04_on a:visited{ color: #FFFFFF;}
p.navi04_on a:hover{ color: #FFFFFF;}
p.navi04_on a:active{ color: #FFFFFF;}















