@charset "utf-8";

/*****************************************
				Container
*****************************************/
#container {
	min-height: 100%;
	_height: 100%;
}
/*****************************************
				Header
*****************************************/
#header { position: relative; }
#headerContents {
	background: #FFF;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999 !important;
}
#headerContentsInner {
	width: 1000px;
	height: 160px;
	margin: 0 auto;
	position: relative;
}
#logoTitle {
	width: 130px;
	height: 144px;
	margin: 5px 0 0 0;
	float: left;
}
#logoTitle a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/header/logo_title.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#logoTitle a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*****************************************
			Search Form
*****************************************/
#searchBox {
	width: 835px;
	height: 110px;
	margin: 28px 0 0 0;
	float: right;
	overflow: hidden;
}
#searchBox .tab {
	width: 343px;
	height: 56px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#searchBox .tab li {
	width: 109px;
	height: 56px;
	margin: 0 5px 0 0;
	float: left;
	_display: inline;
}
#searchBox .tab li a {
	background: url(../img/header/tab.png) 0 0 no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#searchBox .tab li.nav01 a { background-position: 0 0; }
#searchBox .tab li.nav02 a { background-position: -109px 0; }
#searchBox .tab li.nav03 a { background-position: -218px 0; }
#searchBox .tab li.nav01 a.active,
#searchBox .tab li.nav01 a:hover { background-position: 0 -56px; }
#searchBox .tab li.nav02 a.active,
#searchBox .tab li.nav02 a:hover { background-position: -109px -56px; }
#searchBox .tab li.nav03 a.active,
#searchBox .tab li.nav03 a:hover { background-position: -218px -56px; }
/*****************************************
			Google Search
*****************************************/
#googleArea {
	background: #EEE;
	width: 835px;
	height: 54px;
	border-radius: 0 3px 3px 3px;
}
#googleBox { padding: 6px; }
#gsc-iw-id1,
#gsc-iw-id2 {
	height: 39px !important;
	border: solid 2px #17428D;
}
#gsc-iw-id1 input,
#gsc-iw-id2 input {
	position: relative;
	top: 10px;
}
.gsc-input-box-hover { box-shadow: none !important; }
.gsib_a { padding: 0 0 0 5px !important; }
.gsc-search-button input,
.gsc-search-button-v2 {
    width: 107px !important;
    min-width: 107px !important;
    height: 43px !important;
    margin: 0 !important;
    padding: 0 !important;
	border: none !important;
}
/*****************************************
				Search
*****************************************/
#search {
	background: #EEE;
	width: 823px;
	height: 42px;
	padding: 6px;
	border-radius: 3px;
	overflow: hidden;
}
#field_search {
	width: 690px;
	height: 39px;
	line-height: 39px;
	border: solid 2px #17428D;
	padding: 0 5px;
	font-size: 100%;
	float: left;
	_display: inline;
}
#btn_search {
	width: 107px;
	height: 43px;
	background: url(../img/search/btn_search.png) 0 0 no-repeat;
	border: none;
	text-indent: 110%;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	float: right;
	_display: inline;
}
/*****************************************
			Search Keyword
*****************************************/
#wellSearchKeyword {
	width: 835px;
}
#wellSearchKeyword ul {
	background: #EEE;
	height: 38px;
	padding: 6px 8px 8px 8px;
	border-radius: 3px;
	list-style: none;
	letter-spacing: -0.4em;
}
#wellSearchKeyword li {
	background: url(../img/parts/list_point02.png) 0 5px no-repeat;
	margin: 0 15px 0 0;
	padding: 0 0 0 10px;
	line-height: 17px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	letter-spacing: normal;
	font-size: 93%;
}
/*****************************************
				Tools
*****************************************/
#tools {
	width: 480px;
	padding: 7px 6px;
	position: absolute;
	top: 25px;
	right: 0;
}
/*****************************************
			Size Changer
*****************************************/
#sizeChanger {
	width: 138px;
	margin: 0 6px 0 0;
	float: left;
	_display: inline;
	overflow: hidden;
}
#sizeChanger dt {
	background: url(../img/tool/textsize.png) 0 50% no-repeat;
	width: 63px;
	height: 31px;
	float: left;
	_display: inline;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#sizeChanger dd {
	background-color: #13408F;
	width: 36px;
	height: 31px;
	border-radius: 3px;
	overflow: hidden;
	float: left;
	_display: inline;
	color: #fff;
}
#sizeChanger dd#df { margin: 0 3px 0 0; }
#sizeChanger dd a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/tool/tools_textsize.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	color: #fff;
}
#sizeChanger dd#df a { background-position: 0 0; }
#sizeChanger dd#zf a { background-position: -36px 0; }
#sizeChanger dd#df a:hover { background-position: 0 -31px; }
#sizeChanger dd#zf a:hover { background-position: -36px -31px; }
/*****************************************
			Color Changer
*****************************************/
#colorChanger {
	width: 171px;
	margin: 0 6px 0 0;
	float: left;
	_display: inline;
	overflow: hidden;
}
#colorChanger dt {
	background: url(../img/tool/colorchanger.png) 0 50% no-repeat;
	width: 41px;
	height: 31px;
	float: left;
	_display: inline;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#colorChanger dd {
	margin: 0 2px 0 0;
	width: 31px;
	height: 31px;
	float: left;
	_display: inline;
}
#colorChanger dd#bg_black { margin: 0; }
#colorChanger dd a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/tool/tools_colorchanger.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#colorChanger dd#bg_default a { background-position: 0 0; }
#colorChanger dd#bg_blue a { background-position: -31px 0; }
#colorChanger dd#bg_yellow a { background-position: -62px 0; }
#colorChanger dd#bg_black a { background-position: -93px 0; }
#colorChanger dd#bg_default a:hover { background-position: 0 -31px; }
#colorChanger dd#bg_blue a:hover { background-position: -31px -31px; }
#colorChanger dd#bg_yellow a:hover { background-position: -62px -31px; }
#colorChanger dd#bg_black a:hover { background-position: -93px -31px; }
/*****************************************
			Foreigners
*****************************************/
#foreigners {
	width: 65px;
	height: 31px;
	float: left;
	list-style: none;
	position: relative;
}
#btn_foreigners {
	background: url(../img/tool/tool_foreigners.png) 0 0 no-repeat;
	width: 65px;
	height: 31px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}
#foreigners ul {
	display: none;
	width: 108px;
	height: auto;
	padding: 3px 0 0 0;
	background: #FFF;
	position: absolute;
	top: 31px;
	right: 0;
	z-index: 9999;
	overflow: hidden;
}
#foreigners ul li {
	margin: -1px 0 0 0;
	border: 1px solid #CCC;
}
#foreigners ul li a {
	background: #FFF;
	display: block;
	padding: 3px 5px;
	text-decoration: none;
}
#foreigners ul li a:hover {
	background: #17428D;
	color: #FFF;
}
/*****************************************
				Reading
*****************************************/
#browserSupport {
	background: url(../img/tool/btn_vds.png) 0 0 no-repeat;
	width: 90px;
	height: 31px;
	float: right;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#browserSupport:hover { background-position: 0 -31px; }
#rsPlayer {
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
}
/*****************************************
			Global Navigation
*****************************************/
#gNav {
	background: #13408E;
	width: 100%;
	height: 65px;
	margin: 160px 0 0 0;
	clear: both;
}
#gNav ul {
	width: 1000px;
	margin: 0 auto;
	list-style: none;
	position: relative;
}
#gNav ul li {
	height: 65px;
	float: left;
	_display: inline;
	position: relative;
	color: #FFF;
}
#gNav ul li.nav01 { width: 148px; }
#gNav ul li.nav02 { width: 146px; }
#gNav ul li.nav03 { width: 128px; }
#gNav ul li.nav04 { width: 256px; }
#gNav ul li.nav05 { width: 234px; }
#gNav ul li.nav06 { width: 88px; }
#gNav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../../common/img/gnav/gnav.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	color: #FFF;
}
#gNav ul li.nav01 a { background-position: 0 0; }
#gNav ul li.nav02 a { background-position: -148px 0; }
#gNav ul li.nav03 a { background-position: -294px 0; }
#gNav ul li.nav04 a { background-position: -422px 0; }
#gNav ul li.nav05 a { background-position: -678px 0; }
#gNav ul li.nav06 a { background-position: -912px 0; }
#gNav ul li.nav01 a:hover { background-position: 0 -65px; }
#gNav ul li.nav02 a:hover { background-position: -148px -65px; }
#gNav ul li.nav03 a:hover { background-position: -294px -65px; }
#gNav ul li.nav04 a:hover { background-position: -422px -65px; }
#gNav ul li.nav05 a:hover { background-position: -678px -65px; }
#gNav ul li.nav06 a:hover { background-position: -912px -65px; }
/* Drop Down */
#gNav ul li ul {
	background: none;
	width: 1004px;
	display: none;
	height: auto;
	margin: 0;
	padding: 2px 0 0 0;
	position: absolute;
	top: 65px;
	z-index: 9999;
	overflow: hidden;
}
#gNav ul li.nav01 ul { left: 0; }
#gNav ul li.nav02 ul { left: -148px; }
#gNav ul li.nav03 ul { left: -294px; }
#gNav ul li.nav04 ul { left: -422px; }
#gNav ul li.nav05 ul { left: -678px; }
#gNav ul li.nav06 ul { left: -912px; }
#gNav ul li ul li {
	width: 247px;
	height: 50px;
	border: 1px solid #BBB;
	margin: 2px 2px 0 0;
	padding: 0;
	position: relative;
	float: left;
	_display: inline;
	box-shadow: none;
	background-color: #FFF !important;
}
#gNav ul li ul li a {
	display: block;
	padding: 15px 10px 0 34px;
	width: 203px;
	height: 35px;
	background: url(../img/gnav/gnav_list_blue.png) 10px 50% no-repeat !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	text-indent: 0;
	text-decoration: none;
	color: #13408E;
	font-weight: bold;
	overflow: visible;
	white-space: normal;
	line-height: 1.41;
	_zoom: 1;
}
#gNav ul li ul li.line2 a {
	padding: 5px 20px 0 34px !important;
	height: 45px !important;
}
#gNav ul li ul li:hover { background-color: #F0F0FF !important; }
#gNav ul li.nav04 ul { display: none !important; }
/*****************************************
				Wrapper
*****************************************/
#wrapper {
	clear: both;
	padding: 2px 0 0 0;
}
/*****************************************
			Topicpath
*****************************************/
#topicpath {
	background: #EEE;
	padding: 5px 0;
}
#topicpath ol {
	width: 1000px;
	margin: 0 auto;
	padding: 3px 0;
	list-style: none;
	letter-spacing: -0.4em;
}
#topicpath ol li {
	margin: 0 8px 0 0;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	line-height: 31px;
	letter-spacing: normal;
	vertical-align: top;
	font-size: 93%;
}
#topicpath ol li a {
	margin: 0 8px 0 0;
}
#topicpath ol li.first {
	width: 99px;
	height: 31px;
	overflow: hidden;
}
#topicpath ol li.first a {
	background: url(../img/parts/current.png) 0 0 no-repeat;
	width: 99px;
	height: 31px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#topicpath ol li.first a:hover { background-position: 0 -31px; }
/*****************************************
			Local Navigation
*****************************************/
#lNav {
	width: 996px;
	border: 2px solid #DDD;
	margin: 0 auto 25px auto;
}
#lNav ul {
	padding: 8px 10px 0 10px;
	border-top: none;
	letter-spacing: -0.4em;
	text-align: left;
	font-size: 93%;
	list-style: none;
}
#lNav ul li {
	background: url(../img/parts/list_point02.png) 0 9px no-repeat;
	margin: 0 14px 5px 0;
	padding: 2px 0 2px 11px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
	vertical-align: top;
}
/*****************************************
				Main
*****************************************/
#main { overflow: hidden; }
/*****************************************
			Main Contents
*****************************************/
#mainContents {
	width: 1000px;
	margin: 0 auto 20px auto;
	padding: 10px 0 0 0;
}
/*****************************************
			Page Title
*****************************************/
#pageTitle,
.newsTitle {
	background: #0F3D90;
	width: 974px;
	margin: 0 auto 15px auto;
	padding: 13px;
	border-radius: 4px;
}
#pageTitle .innerTitle,
.newsTitle .innerTitle {
	width: 961px;
	padding: 0 0 0 13px;
	border-left: 5px solid #FFD700;
	display: block;
	font-size: 179%;
	font-weight: bold;
	line-height: 1.41;
	color: #FFF;
}
/*****************************************
				Contents
*****************************************/
#contents,
.contentsCalendar {
	padding: 0 10px;
	overflow: hidden;
	position: relative;
	z-index: 1000;
}
/*****************************************
			Contents Title
*****************************************/
#contents h2,
.contentsCalendar h2 {
	background: url(../img/title/h2_title.png) 8px 9px no-repeat;
	margin: 15px -10px 8px -10px;
	padding: 2px 5px 2px 30px;
	border: 3px solid #0A3A92;
	border-radius: 4px;
	font-size: 129%;
	font-weight: bold;
	color: #400;
}
#contents h3,
.contentsCalendar h3 {
	background: url(../img/title/h3_title.png) 9px 13px no-repeat #EEE;
	margin: 15px -10px 8px -10px;
	padding: 4px 5px 4px 25px;
	border-radius: 4px;
	font-size: 122%;
	font-weight: bold;
	color: #4065B4;
}
#contents h4,
.contentsCalendar h4 {
	margin: 15px -10px 8px -10px;
	padding: 3px 5px 1px 10px;
	border: 1px solid #4065B4;
	border-left: 4px solid #4065B4;
	font-size: 115%;
	font-weight: bold;
}
#contents h5,
.contentsCalendar h5 {
	margin: 15px -10px 8px -10px;
	padding: 3px 5px 1px 10px;
	border: 1px solid #999;
	border-left: 4px solid #999;
	font-size: 115%;
	font-weight: bold;
}
#contents h6,
.contentsCalendar h6 {
	margin: 15px -10px 8px -10px;
	padding: 3px 5px 1px 10px;
	border: 1px solid #999;
	font-size: 115%;
	font-weight: bold;
}
/*****************************************
			List Index
*****************************************/
.list_index { clear: both; }
.list_index ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
.list_index ul li {
	background-position: 3px 4px !important;
	margin: 0 !important;
	padding: 4px 3px 4px 34px !important;
	border-bottom: 1px dotted #CCC;
}
/*****************************************
			Directory News
*****************************************/
#dirNews {
	margin: 0 0 20px 0;
	overflow: hidden;
	position: relative;
}
#dirNews h3 {
	background: #0F3D90;
	padding: 5px 12px;
	font-size: 172%;
	font-weight: bold;
	color: #FFF;
}
#dirNewsList {
	height: 190px;
	margin: 0 auto;
	border-top: none;
	overflow: auto;
	position: relative;
	border: 2px solid #0F3D90;
	border-top: none;
}
#dirNews dl {
	margin: -1px 0 0 0;
	padding: 8px;
	border-top: dotted 1px #999;
	overflow: hidden;
}
#dirNews dl dt {
	width: 10.5em;
	padding: 4px 0;
	float: left;
	_display: inline;
	color: #0F3D90;
}
#dirNews dl dd {
	padding: 4px 0;
	margin: 0 0 0 11em;
}
/*****************************************
			Directory Index
*****************************************/
#dir,
#dirRel {
	width: 1020px;
	overflow: hidden;
	letter-spacing: -0.4em;
}
#dirRel {
	margin: 15px 0 0 0;
}
.dirIndex,
.dirIndexSpecial,
#dirRelInfo {
	width: 314px;
	margin: 0 20px 20px 0;
	padding: 1px;
	border: 2px solid #0F3D90;
	letter-spacing: normal;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	overflow: hidden;
}
.dirIndex h3,
.dirIndexSpecial h3,
#dirRelInfo h3 {
	background: url(../img/parts/dir_title.png) 6px 6px no-repeat;
	background-color: #0F3D90;
	padding: 8px 8px 8px 18px;
	font-size: 114%;
	font-weight: bold;
	line-height: 1.41;
	overflow: hidden;
	color: #FFF;
    text-shadow: 1px 1px 3px #000;
}
#dirRelInfo { border: 2px solid #008F61;}
#dirRelInfo h3 { background: url(../img/parts/bg_g.png) 0 0 repeat #000; }
#dirRel .dirIndex { border: 2px solid #FF7F00; }
.dirIndexSpecial { border: 2px solid #CC3300; }
#dirRel .dirIndex h3 { background: url(../img/parts/bg_o.png) 0 0 repeat #000; }
.dirIndexSpecial h3 { background-color: #CC3300; }
.dirIndex h3 a,
.dirIndexSpecial h3 a,
#dirRelInfo h3 a { color: #FFF; }
.dirIndex h3 a:hover,
.dirIndexSpecial h3 a:hover,
#dirRelInfo h3 a:hover { color: #FF0; }
.dirIndex p,
#dirRelInfo p {
	margin: 5px 0 0 0;
	padding: 0 8px;
	line-height: 1.41;
}
.dirIndex ul,
.dirIndexSpecial ul,
#dirRelInfo ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
.dirIndex ul li,
.dirIndexSpecial ul li,
#dirRelInfo ul li {
	padding: 4px 8px 4px 18px;
	background: url(../img/parts/list_point02.png) 8px 12px no-repeat;
}
.dirIndex ul li p,
.dirIndexSpecial ul li p,
#dirRelInfo ul li p {
	display: block;
	margin: 2px 0 0 0 !important;
	padding: 0 0 0 5px;
	border-left: solid 3px #AAA;
	_zoom: 1;
}
.dirIndex ul li.bg,
.dirIndexSpecial ul li.bg,
#dirRelInfo ul li.bg { background-color: #E4ECF7; }
/*****************************************
		Directory Index Q&A
*****************************************/
#dirIndexQA {
	width: 994px;
	margin: 10px 0 0 0;
	padding: 1px;
	border: 2px solid #333;
	overflow: hidden;
	letter-spacing: normal;
}
#dirIndexQA h3 {
	background: url(../img/parts/dir_title.png) 6px 6px no-repeat;
	background-color: #333;
	padding: 8px 8px 8px 18px;
	font-size: 114%;
	font-weight: bold;
	line-height: 1.41;
	color: #FFF;
}
#dirIndexQA h3 a { color: #FFF; }
#dirIndexQA h3 a:hover { color: #FF0; }
#dirIndexQABox {
	padding: 1px 0 2px 0;
	border-top: none;
}
#searchQA {
	padding: 8px;
	background: #EEE;
	overflow: hidden;
	_zoom: 1;
}
#field_search_QA {
	padding: 0 5px;
	width: 892px;
	/width: 882px;
	height: 26px;
	line-height: 26px;
	border: none;
	float: left;
	_display: inline;
}
#btn_search_QA {
	margin: 0 0 0 10px;
	width: 60px;
	height: 26px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	background: url(../img/parts/dir_search.png) 0 0 no-repeat;
	background-color: #333;
	border: none;
	text-indent: 105%;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 3px;
	color: #fff;
}
#btn_search_QA:hover { background-color: #666; }
#dirIndexQA ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
#dirIndexQA ul li {
	margin: 0;
	padding: 4px 8px 4px 18px;
	background: url(../img/parts/list_point02.png) 8px 12px no-repeat;
}
/*****************************************
			Page Information
*****************************************/
#pageInfo {
	background: #EEE;
	border-top: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
}
#pageInfoInner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 93%;
	color: #000;
}
#pageInfo ul {
	background: url(../img/parts/pageinfo.png) 0 0 repeat-y;
	width: 700px;
	margin: 10px 0 0 0;
	float: left;
	_display: inline;
	list-style: none;
	overflow: hidden;
	_zoom: 1;
}
#pageInfo ul li {
	background: url(../img/parts/pageinfo.png) 100% 0 repeat-y;
	float: left;
	_display: inline;
	line-height: 30px;
}
#pageInfo ul li span {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
#counter span {
	background: url(../img/parts/icon_count.png) 10px 5px no-repeat;
	padding: 0 10px 0 54px;
}
#update span {
	background: url(../img/parts/icon_update.png) 10px 8px no-repeat;
	padding: 0 10px 0 63px;
}
#print a {
	background: url(../img/parts/icon_print.png) 10px 2px no-repeat;
	padding: 0 10px 0 44px;
	display: block;
	color: #000;
}
#print a:hover { color: #C03; }
/*****************************************
			Page Top
*****************************************/
#pageTop {
	background: url(../img/parts/pagetop.png) 0 0 no-repeat;
	background-color: #0A3A93;
	width: 200px;
	height: 50px;
	display: block;
	float: right;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	color: #FFF;
}
#pageTop:hover { background-position: 0 -50px; }
/*****************************************
				Footer
*****************************************/
#footer {
	background: url(../img/footer/footer_bg.png) 0 0 repeat;
	margin-top: 0;
}
#footerInner {
	background: url(../img/footer/map_bg.png) 0 0 no-repeat;
	width: 1000px;
	margin: 0 auto;
}
#footerContents {
	width: 1000px;
	height: 212px;
	padding: 20px 0 0 0;
	overflow: hidden;
	border-bottom: 1px dotted #000050;
	position: relative;
}
#footerContents h2 {
	background: url(../img/footer/footer_logo.png) 0 0 no-repeat;
	width: 163px;
	height: 54px;
	margin: 0 0 15px 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#footerLink {
	margin: 0 0 8px 0;
	overflow: hidden;
}
#footerLink dt {
	background: url(../img/footer/city.png) 0 0 no-repeat;
	width: 107px;
	height: 19px;
	margin: 4px 20px 0 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	_display: inline;
}
#footerLink dd {
	width: 112px;
	height: 26px;
	margin: 0 10px 0 0;
	float: left;
	_display: inline;
}
#footerLink dd a {
	background: url(../img/footer/btn_footer.png) 0 0 no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#footerLink #btn_guide a { background-position: 0 0; }
#footerLink #btn_building a { background-position: -112px 0; }
#footerLink #btn_access a { background-position: -224px 0; }
#footerLink #btn_guide a:hover { background-position: 0 -26px; }
#footerLink #btn_building a:hover { background-position: -112px -26px; }
#footerLink #btn_access a:hover { background-position: -224px -26px; }
#footerAddress { overflow: hidden; }
#footerAddress dt {}
#footerAddress dd.tel {
	background: url(../img/footer/icon_tel.png) 0 7px no-repeat;
	padding: 0 20px 0 24px;
	font-size: 129%;
	font-weight: bold;
	float: left;
}
#footerAddress dd.fax {
	float: left;
	padding: 3px 0 0 0;
}
#footerAddress dd.fax span {
	margin: 0 0.5em 0 0;
}
#footerHour {
	overflow: hidden;
	position: relative;
	line-height: 1.31;
}
#footerHour dt {
	width: 6em;
	float: left;
}
#footerHour dd {
	width: 26em;
	float: left;
/*	margin: 0 0 0 6em;	*/
}
#footerHour dd span.blue { color: #3279C9; }
#footerHour dd span.red {
	color: #D80000;
	display: block;
}
#footerHour dd#btn_handling {
	width: 162px;
	height: 26px;
	float: left;
	margin: 10px 0 0 0;
}
#footerHour dd#btn_handling a {
	background: url(../img/footer/btn_handling.png) 0 0 no-repeat;
	width: 162px;
	height: 26px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#footerHour dd#btn_handling a:hover { background-position: 0 -26px; }
#btn_chikkunroom {
	background: url(../img/footer/btn_chara.png) 0 0 no-repeat;
	width: 254px;
	height: 212px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 10px;
	right: 0;
}
#footerBottom {
	height: 44px;
	overflow: hidden;
}
#footerNav {
	width: 750px;
	padding: 13px 0 0 0;
	float: left;
	_display: inline;
	letter-spacing: -0.4em;
	text-align: left;
	list-style: none;
	font-size: 93%;
	overflow: hidden;
}
#footerNav li {
	background: url(../img/footer/footer_nav.png) 100% 0 repeat-y;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
	vertical-align: top;
	line-height: 18px;
}
#footerNav li a { text-decoration: none; }
#footerNav li a:hover { color: #C03; }
#footerBlock {
	background: #0F3D91;
	width: 100%;
	padding: 30px 0 10px 0;
	overflow: hidden;
}
#footerContact {
	background: #FFF;
	width: 996px;
	margin: 0 auto;
	padding: 2px;
	border-radius: 8px;
}
#footerContactInner {
	border: 2px solid #4AA9F3;
	border-radius: 8px;
}
#footerContact h3 {
	background: url(../img/footer/btn_inq.png) 0 0 no-repeat;
	width: 297px;
	height: 69px;
	margin: -26px auto 0 auto;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}
#contactContents {
	display: none;
}
#contact01,
#contact02 {
	overflow: hidden;
}
#contact01 .contactBox,
#contact01 .contactBox02 {
	background: url(../img/footer/dot_line.png) 0 0 repeat-x;
	width: 480px;
	margin: -2px 8px 9px 8px;
	padding: 9px 0 0 0;
	float: left;
	overflow: hidden;
}
#contact01 .contactBox dt {
	background: #0F3D91;
	width: 7em;
	padding: 5px 0;
	border-radius: 2px;
	color: #FFF;
	text-align: center;
	float: left;
}
#contact01 .contactBox02 dt {
	width: 7em;
	float: left;
}
#contact01 .contactBox02 dt span.box {
	background: #0F3D91;
	width: 7em;
	padding: 5px 0;
	border-radius: 2px;
	color: #FFF;
	text-align: center;
	display: block;
}
#contact01 .contactBox02 dt span.red {
	width: 7em;
	padding: 5px 0 0 0;
	color: #D90000;
	text-align: center;
	display: block;
}
#contact01 .contactBox dd,
#contact01 .contactBox02 dd,
#contact02 .contactBox03 dd {
	margin: 0 0 0 9.5em;
	font-size: 86%;
	line-height: 1.51;
}
#contact02 .contactBox03 {
	background: url(../img/footer/dot_line.png) 0 0 repeat-x;
	width: 976px;
	margin: 0 8px 9px 8px;
	padding: 9px 0 0 0;
	overflow: hidden;
}
#contact02 .contactBox03 dt {
	background: #0F3D91;
	width: 7em;
	padding: 5px 0;
	border-radius: 2px;
	color: #FFF;
	text-align: center;
	float: left;
}
#contactLeft {
	width: 480px;
	padding: 0 0 0 8px;
	float: left;
}
#contactRight {
	width: 480px;
	padding: 0 8px 0 0;
	float: right;
}
#contact02 .contactBox {
	width: 480px;
	margin: 0 0 9px 0;
	overflow: hidden;
}
#contact02 .contactBox dt {
	width: 7em;
	text-align: right;
	float: left;
	color: #0F3D91;
	line-height: 1.21;
}
#contact02 .contactBox dd {
	margin: 0 0 0 9em;
	padding: 0 0 1px 0.5em;
	font-size: 86%;
	line-height: 1.41;
	border-left: 2px solid #0F3D91;
}
#contactClose {
	background: url(../img/footer/btn_close.png) 0 0 no-repeat;
	width: 290px;
	height: 55px;
	margin: 10px auto;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}
#contactClose:hover { background-position: 0 -55px; }
/*****************************************
			Jinkou
*****************************************/
#jinkouBox {
	background: #0F3D91;
	border-radius: 5px;
	width: 160px;
	height: 115px;
	overflow: hidden;
	position: absolute;
	top: 89px;
	left: 500px;
}
#jinkou {}
/*****************************************
			Copy Right
*****************************************/
#copyright {
	width: 249px;
	padding: 13px 0 0 0;
	overflow: hidden;
	font-size: 72%;
	line-height: 18px;
	text-align: right;
}
/*****************************************
				Ad Banner
*****************************************/
#adBanner {
	background: url(../img/parts/dot_blue.png) 0 0 repeat-x #FFF;
	width: 100%;
	overflow: hidden;
	position: fixed;
	_position: static;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
#adBannerInner {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	overflow: hidden;
	position: relative;
}
#adBanner ul {
	width: 864px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#adBanner ul li {
	width: 137px;
	height: 52px;
	margin: 0 0 10px 7px;
	overflow: hidden;
	float: left;
	_display: inline;
}
#adBanner ul li img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#bnr_about {
	background: url(../img/banner/bnr_about.png) 0 0 no-repeat;
	width: 130px;
	height: 52px;
	margin: 0 6px 0 0;
	float: left;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#bnr_about:hover { background-position: 0 -52px; }
#btn_bnr_close {
	background: url(../img/banner/btn_close.png) 0 0 no-repeat;
	width: 62px;
	height: 20px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 82px;
	left: 0;
	cursor: pointer;
}
#adBanner.setCloseBanner { position: static; }
#adBanner.setCloseBanner #btn_bnr_close { display: none; }
/*****************************************
			Banner Text
*****************************************/
#adBanner .bnrText {
	padding: 5px;
	width: 125px !important;
	height: 40px !important;
	border: solid 1px #CCC;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	line-height: 1.21;
	background: #FFF;
	text-align: left;
	overflow: hidden;
}
#adBanner .bnrText a { display: inline !important; }
/*****************************************
				Ranking
*****************************************/
#rankingQA {}
#rankingQA h2 {
	background: #0F3D90;
	color: #FFF;
	font-size: 150%;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 5px 0 5px 15px;
	border: none;
	border-radius: 0;
}
#rankingQA dl {
	border: 2px solid #0F3D90;
	padding: 8px 12px 5px 12px;
}
#rankingQA dl { color: #0F3D90; }
#rankingQA dl dt {
	float: left;
	margin: 0 0 5px;
	text-align: center;
	width: 20px;
}
#rankingQA dl dd { margin: 0 0 5px 25px; }
#rankingQA dl dt.rank01 { background: url(../img/parts/icon_rank01.png) 50% 5px no-repeat; }
#rankingQA dl dt.rank02 { background: url(../img/parts/icon_rank02.png) 50% 5px no-repeat; }
#rankingQA dl dt.rank03 { background: url(../img/parts/icon_rank03.png) 50% 5px no-repeat; }
/*****************************************
			PR Box
*****************************************/
.prBox {
}
.prBoxContents {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.prBoxContents img {
	float: left;
}
.prBoxContents ul,
.prBoxContents ol {
	margin: 0 0 0 210px !important;
}
.prBoxContents ul li.sub {
}
.prBoxContents ul li.sub ul {
	margin: 0 !important;
	padding: 0 0 0 15px !important;
	list-style: circle !important;
}
.prBoxContents ul li.sub ul li {
	background: none !important;
	padding: 0 0 0 0 !important;
}
.prDesc {
	margin: 0 !important;
	padding: 5px;
	background: #FC9;
}
/*****************************************
			parliamentBox
*****************************************/
.parliamentBox {
}
.parliamentBoxContents {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.parliamentBoxContents img {
	float: left;
}
.parliamentBoxContents .box1st {
	width: 360px;
	margin: 0 0 0 20px !important;
	float: left;
}
.parliamentBoxContents .box2nd {
	width: 360px;
	float: right;
}
.parliamentBoxContents ul li.sub {
}
.parliamentBoxContents ul li.sub ul {
	margin: 0 !important;
	padding: 0 0 0 15px !important;
	list-style: circle !important;
}
.parliamentBoxContents ul li.sub ul li {
	background: none !important;
	padding: 0 0 0 0 !important;
}
.parliamentBox h2 {
	margin: 15px 0 8px 0 !important;
}
