@charset "utf-8";

/*****************************************
				Container
*****************************************/
#container {
	min-height: 100%;
	_height: 100%;
}
/*****************************************
				Header
*****************************************/
#header {
	position: relative;
	z-index: 9999;
}
#headerContents {
	width: 1000px;
	margin: 0 auto;
	padding: 61px 0 4px 0;
	overflow: hidden;
}
#logoTitle {
	width: 238px;
	height: 80px;
	margin: 10px 0;
	float: left;
	_display: inline;
}
#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;
}
#headerButton {
	width: 214px;
	height: 96px;
	overflow: hidden;
	float: right;
}
#headerButton a {
	width: 103px;
	height: 96px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#btn_search_map {
	background: url(../img/header/btn_search_map.png) 0 0 no-repeat;
	float: left;
}
#btn_search_map:hover { background-position: 0 -96px; }
#btn_search_section {
	background: url(../img/header/btn_search_section.png) 0 0 no-repeat;
	float: right;
}
#btn_search_section:hover { background-position: 0 -96px; }
/*****************************************
			Header Navigation
*****************************************/
#headerNav {
	background: url(../img/tool/header_nav.png) 0 0 repeat-x;
	width: 100%;
	min-width: 1000px;
	height: 61px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
}
#headerNavInner {
	width: 1000px;
	margin: 0 auto;
}
#btn_disaster {
	background: url(../img/tool/btn_disaster.png) 0 0 no-repeat;
	width: 150px;
	height: 61px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	display: block;
}
#btn_disaster:hover { background-position: 0 -61px; }
/*****************************************
				Tools
*****************************************/
#tools {
	width: 575px;
	float: right;
	_display: inline;
}
/*****************************************
			Size Changer
*****************************************/
#sizeChanger {
	width: 169px;
	margin: 10px 40px 0 0;
	float: left;
	_display: inline;
	overflow: hidden;
}
#sizeChanger dt {
	background: url(../img/tool/textsize.png) 0 50% no-repeat;
	width: 102px;
	height: 31px;
	float: left;
	_display: inline;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#sizeChanger dd {
	width: 31px;
	height: 31px;
	float: left;
	_display: inline;
}
#sizeChanger dd#df { margin: 0 5px 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;
}
#sizeChanger dd#df a { background-position: 0 0; }
#sizeChanger dd#zf a { background-position: -31px 0; }
#sizeChanger dd#df a:hover { background-position: 0 -31px; }
#sizeChanger dd#zf a:hover { background-position: -31px -31px; }
/*****************************************
			Color Changer
*****************************************/
#colorChanger {
	width: 215px;
	margin: 10px 0 0 0;
	float: left;
	_display: inline;
	overflow: hidden;
}
#colorChanger dt {
	background: url(../img/tool/colorchanger.png) 0 50% no-repeat;
	width: 76px;
	height: 31px;
	float: left;
	_display: inline;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#colorChanger dd {
	margin: 0 5px 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: 131px;
	height: 48px;
	float: right;
	list-style: none;
	position: relative;
}
#btn_foreigners {
	background: url(../img/tool/tool_foreigners.png) 0 0 no-repeat;
	width: 131px;
	height: 48px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}
#foreigners ul {
	display: none;
	background: #FFF;
	width: 131px;
	height: auto;
	padding: 2px 0 0 0;
	position: absolute;
	top: 48px;
	right: 0;
	z-index: 9999;
	overflow: hidden;
}
#foreigners ul li {
	margin: 0 0 1px 0;
}
#foreigners ul li a {
	background: #70625A;
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	color: #FFF;
}
#foreigners ul li a:hover {
	background: #F0E2DA;
	color: #70625A;
}
/*****************************************
			Search Form
*****************************************/
#searchBox {
	width: 490px;
	margin: 10px 0 0 0;
	padding: 0 0 0 30px;
	overflow: hidden;
	float: left;
	_display: inline;
}
#search { overflow: hidden; }
#label_field_search { display: none; }
#field_search {
	border: 2px solid #00C57E;
	width: 320px;
	height: 33px;
	line-height: 33px;
	margin: 20px 15px 0 0;
	padding: 0 15px;
	border: solid 3px #FF6369;
	border-radius: 19px;
	float: left;
	_display: inline;
}
#search select {
	width: 160px;
	margin: 33px 0 0 0;
	font-size: 100%;
	float: left;
	_display: inline;
}
#btn_search {
	width: 116px;
	height: 39px;
	margin: 20px 0 0 0;
	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;
}
#btn_search:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*
#searchBox {
	width: 530px;
	margin: 28px 0 0 0;
	overflow: hidden;
	float: left;
	_display: inline;
}
#search {
	background: url(../img/search/search_bg.png) 0 0 no-repeat;
	padding: 0 0 0 36px;
	overflow: hidden;
}
#label_field_search { display: none; }
#field_search {
	border: 2px solid #00C57E;
	width: 360px;
	height: 37px;
	line-height: 37px;
	margin: 24px 15px 0 0;
	padding: 0 5px;
	font-size: 100%;
	float: left;
	_display: inline;
}
*/
/*****************************************
			Google Search
*****************************************/
#gsc-iw-id1,
#gsc-iw-id2 {
	height: 33px;
	border: solid 3px #FF6369;
	border-radius: 19px;
}
#search input.gsc-search-button,
#search2 input.gsc-search-button {
	display: block;
	margin: 0;
	padding: 0;
	width: 116px;
	height: 39px;
	background: url(../img/search/btn_search.png) !important;
	border: none !important;
    border-radius: 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#search input.gsc-search-button:hover,
#search2 input.gsc-search-button:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#search .gsib_a input,
#search2 .gsib_a input {
	margin: 3px 0 0 5px !important;
}
#search .gsib_b a,
#search2 .gsib_b a {
    position: absolute;
    top: -6px;
    left: -25px;
}
/*****************************************
			Global Navigation
*****************************************/
#gNav {
	background: url(../img/gnav/gnav_bg.png) 0 0 repeat-x;
	height: 58px;
	padding: 14px 0 0 0;
}
#gNavInner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 200;
}
#gNav ul {
	height: 41px;
	list-style: none;
	/zoom: 1;
}
#gNav ul li {
	height: 41px;
	float: left;
	_display: inline;
	position: relative;
}
#gNav ul li.nav01 { width: 116px; }
#gNav ul li.nav02 { width: 192px; }
#gNav ul li.nav03 { width: 156px; }
#gNav ul li.nav04 { width: 106px; }
#gNav ul li.nav05 { width: 181px; }
#gNav ul li.nav06 { width: 118px; }
#gNav ul li.nav07 { width: 131px; }
#gNav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/gnav/gnav.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#gNav ul li.nav01 a { background-position: 0 0; }
#gNav ul li.nav02 a { background-position: -116px 0; }
#gNav ul li.nav03 a { background-position: -308px 0; }
#gNav ul li.nav04 a { background-position: -464px 0; }
#gNav ul li.nav05 a { background-position: -570px 0; }
#gNav ul li.nav06 a { background-position: -751px 0; }
#gNav ul li.nav07 a { background-position: -869px 0; }
#gNav ul li.nav01 a:hover { background-position: 0 -41px; }
#gNav ul li.nav02 a:hover { background-position: -116px -41px; }
#gNav ul li.nav03 a:hover { background-position: -308px -41px; }
#gNav ul li.nav04 a:hover { background-position: -464px -41px; }
#gNav ul li.nav05 a:hover { background-position: -570px -41px; }
#gNav ul li.nav06 a:hover { background-position: -751px -41px; }
#gNav ul li.nav07 a:hover { background-position: -869px -41px; }
/*****************************************
				Wrapper
*****************************************/
#wrapper { padding-bottom: 356px; }
/*****************************************
			Topicpath
*****************************************/
#topicpath {
	width: 1000px;
	margin: 0 auto 15px auto;
	padding: 7px 0 0 0;
}
#topicpath ol {
	background: url(../img/parts/current.png) 0 0 no-repeat;
	margin: 0 auto;
	padding: 0 0 7px 120px;
	list-style: none;
	letter-spacing: -0.4em;
	border-bottom: 1px dotted #000050;
}
#topicpath ol li {
	margin: 0 8px 0 0;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	line-height: 26px;
	letter-spacing: normal;
	vertical-align: top;
	font-size: 93%;
}
#topicpath ol li a {
	margin: 0 8px 0 0;
}
/*****************************************
				Main
*****************************************/
#main { overflow: hidden; }
/*****************************************
			Main Contents
*****************************************/
#mainContents {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
/*****************************************
			Local Navigation
*****************************************/
#lNav {
	width: 1000px;
	margin: -15px auto 15px auto;
	border-bottom: dotted 1px #0087EB;
}
#lNav ul {
	padding: 8px 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 2px no-repeat;
	margin: 0 20px 5px 0;
	padding: 3px 0 3px 27px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
	vertical-align: top;
}
/*****************************************
			Page Title
*****************************************/
#pageTitle,
.newsTitle {
	background: url(../img/title/page_title.png) 0 0 no-repeat;
	width: 1000px;
	margin: 0 0 10px 0;
	border-radius: 4px;
	overflow: hidden;
}
#pageTitle .innerTitle,
.newsTitle .innerTitle {
	width: 870px;
	padding: 5px 100px 5px 30px;
	display: block;
	font-size: 200%;
	font-weight: bold;
	color: #FFF;
}
/*****************************************
				Contents
*****************************************/
#contents,
.contentsCalendar {
	padding: 0 10px;
	overflow: hidden;
}
/*****************************************
			Contents Title
*****************************************/
#contents h2,
.contentsCalendar h2 {
	background: url(../img/title/h2_title.png) 0 0 no-repeat;
	margin: 15px -10px 8px -10px;
	padding: 3px 5px 4px 38px;
	border-top: 2px solid #0E8813;
	border-bottom: 2px solid #0E8813;
	font-size: 150%;
	font-weight: bold;
	color: #0E8813;
}
#contents h2 a,
.contentsCalendar h2 a { color: #0E8813; }
#contents h2 a:hover,
.contentsCalendar h2 a:hover { color: #C00; }
#contents h3,
.contentsCalendar h3 {
	background: url(../img/title/h3_title.png) 0 0 repeat-y #F6F5F0;
	border: 2px solid #DFCFA1;
	margin: 15px -10px 8px -10px;
	padding: 7px 5px 7px 14px;
	font-size: 136%;
	font-weight: bold;
	line-height: 1.41;
	border-radius: 5px;
}
#contents h4,
.contentsCalendar h4 {
	margin: 15px -10px 8px -10px;
	padding: 6px 5px 6px 9px;
	border: 1px solid #0E8813;
	border-top: 3px solid #0E8813;
	font-size: 128%;
	font-weight: bold;
}
#contents h5,
.contentsCalendar h5 {
	margin: 15px -10px 8px -10px;
	padding: 5px 5px 4px 9px;
	border: 1px solid #999;
	border-left: 4px solid #999;
	font-size: 122%;
	font-weight: bold;
}
#contents h6,
.contentsCalendar h6 {
	margin: 15px -10px 8px -10px;
	padding: 5px 5px 4px 12px;
	border: 1px solid #999;
	font-size: 122%;
	font-weight: bold;
}
/*****************************************
			List Index
*****************************************/
.list_index {}
.list_index ul {
	margin: 10px -10px !important;
	padding: 0 !important;
	list-style: none;
}
.list_index ul li {
	background-position: 3px 5px !important;
	margin: 0 !important;
	padding: 7px 3px 7px 33px !important;
	border-bottom: 1px dotted #CCC;
}
/*****************************************
			Directory News
*****************************************/
#dirNews {
	margin: 0 0 20px 0;
	overflow: hidden;
	position: relative;
}
#dirNews h3 {
	background: #0087EB;
	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 #0087EB;
	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: #0087EB;
}
#dirNews dl dd {
	padding: 4px 0;
	margin: 0 0 0 11em;
}
/*****************************************
			Directory Index
*****************************************/
#dir,
#dirRel {
	width: 1020px;
	overflow: hidden;
	letter-spacing: -0.4em;
}
.dirIndex,
#dirRelInfo {
	width: 314px;
	margin: 0 20px 20px 0;
	padding: 1px;
	border: 2px solid #0087EB;
	letter-spacing: normal;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	overflow: hidden;
}
.dirIndex h3,
#dirRelInfo h3 {
	background: url(../img/parts/dir_title.png) 6px 6px no-repeat;
	background-color: #0087EB;
	padding: 8px 8px 8px 18px;
	font-size: 114%;
	font-weight: bold;
	line-height: 1.41;
	overflow: hidden;
	color: #FFF;
}
#dirRelInfo { border: 2px solid #19871E;}
#dirRelInfo h3 { background-color: #19871E; }
#dirRel .dirIndex { border: 2px solid #D80D1B; }
#dirRel .dirIndex h3 { background-color: #D80D1B; }
.dirIndex h3 a,
#dirRelInfo h3 a { color: #FFF; }
.dirIndex 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,
#dirRelInfo ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
.dirIndex ul li,
#dirRelInfo ul li {
	padding: 4px 8px 4px 18px;
	background: url(../img/parts/list_point04.png) 8px 12px no-repeat;
}
.dirIndex 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,
#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;
}
#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_point04.png) 8px 12px no-repeat;
}
/*****************************************
			Page Information
*****************************************/
#pageInfo {
	background: url(../img/parts/pageinfo_bg.png) 0 0 repeat-x;
	width: 100%;
	height: 46px;
	padding: 20px 0 0 0;
}
#pageInfoInner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 93%;
}
#pageInfo ul {
	background: url(../img/parts/pageinfo.png) 0 0 repeat-y;
	width: 800px;
	float: left;
	_display: inline;
	list-style: none;
	overflow: hidden;
	_zoom: 1;
	color: #0084EE;
}
#pageInfo ul li {
	background: url(../img/parts/pageinfo.png) 100% 0 repeat-y;
	float: left;
	_display: inline;
	line-height: 26px;
}
#pageInfo ul li span {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
#counter span {
	background: url(../img/parts/icon_count.png) 10px 3px no-repeat;
	padding: 0 10px 0 54px;
}
#update span {
	background: url(../img/parts/icon_update.png) 10px 6px no-repeat;
	padding: 0 10px 0 63px;
}
#print a {
	background: url(../img/parts/icon_print.png) 10px 0 no-repeat;
	padding: 0 10px 0 44px;
	display: block;
}
/*****************************************
			Page Top
*****************************************/
#pageTop {
	/* width: 150px; */
	padding: 0 0 0 32px;
	line-height: 26px;
	display: block;
	background: url(../img/parts/pagetop.png) 0 0 no-repeat;
	text-align: right;
	float: right;
	_display: inline;
}
/*****************************************
				Footer
*****************************************/
#footer {
	background: url(../img/footer/footer_bg.jpg) 50% 0 no-repeat;
	margin-top: -356px;
	height: 356px;
}
#footerContents {
	background: url(../img/footer/footer_map.png) 650px 220px no-repeat;
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	padding: 230px 0 10px 0;
	position: relative;
	overflow: hidden;
}
#footer h2 {
	background: url(../img/footer/footer_logo.png) 0 0 no-repeat;
	width: 209px;
	height: 80px;
	margin: 0 20px 0 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}
#footerContentsInner {
	width: 410px;
	float: left;
}
#footerLink {
	overflow: hidden;
	margin-bottom: 5px;
}
#footerLink dt {
	width: 6em;
	line-height: 32px;
	font-size: 115%;
	font-weight: bold;
	color: #0063CF;
	float: left;
	_display: inline;
}
#footerLink dd {
	width: 116px;
	height: 32px;
	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_inquiry a { background-position: 0 0; }
#footerLink #btn_access a { background-position: -116px 0; }
#footerLink #btn_inquiry a:hover { background-position: 0 -32px; }
#footerLink #btn_access a:hover { background-position: -116px -32px; }
#footerContact {
	overflow: hidden;
	list-style: none;
	clear: both;
}
#footerContact li {
	font-size: 93%;
}
#footerContact .tel {
	background: url(../img/footer/icon_tel.png) 0 0 no-repeat;
	margin: 0 15px 0 0;
	padding: 3px 0 3px 30px;
	font-size: 120%;
	font-weight: bold;
}
#footerContact .fax {
	background: url(../img/footer/icon_fax.png) 0 0 no-repeat;
	padding: 3px 0 3px 30px;
	font-size: 120%;
	font-weight: bold;
}
#footerInner {
	overflow: hidden;
}
#footerNav {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	border-top: 1px dotted #000050;
}
#footerNav ul {
	width: 749px;
	letter-spacing: -0.4em;
	font-size: 86%;
	list-style: none;
	float: left;
}
#footerNav ul li {
	background: url(../img/parts/list_point02.png) 0 2px no-repeat;
	padding: 3px 0 3px 25px;
	margin: 0 15px 0 0;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
	vertical-align: top;
}
#jinkouBox {
	width: 165px;
	height: 95px;
	overflow: hidden;
	position: absolute;
	top: 224px;
	right: 0;
}
/*****************************************
			Copy Right
*****************************************/
#copyright {
	width: 250px;
	margin: 6px 0 0 0;
	color: #20395A;
	font-size: 79%;
	float: right;
	_display: inline;
	text-align: right;
}
/*****************************************
				Ad Banner
*****************************************/
#adBanner {
	background: #FFF;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 7777;
	border-top: 2px solid #231814;
}
#adBannerInner {
	margin: 0 auto;
	padding: 10px 0 5px 0;
	width: 1000px;
	overflow: hidden;
	position: relative;
}
#adBannerInner ul {
	width: 775px;
	margin: 5px 0 0 0;
	list-style: none;
	float: right;
	_display: inline;
}
#adBannerInner ul li {
	margin: 0 0 10px 20px;
	width: 135px;
	height: 50px;
	float: left;
	_display: inline;
}
#adBannerInner ul li a {
	width: 135px;
	height: 50px;
	display: block;
}
#bnr_about {
	background: url(../img/banner/bnr_about.png) 0 0 no-repeat;
	width: 200px;
	height: 60px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	_display: inline;
}
#bnr_about:hover { background-position: 0 -60px; }
#btn_bnr_close { display: none; }
/*
#btn_bnr_close {
	background: url(../img/banner/bnr_close.png) 0 0 no-repeat;
	width: 62px;
	height: 22px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 10px;
	right: 0;
}
#adBanner.setCloseBanner { position: static; }
#adBanner.setCloseBanner #btn_bnr_close { display: none; }
*/
/*****************************************
			Banner Text
*****************************************/
#adBanner .bnrText {
	padding: 5px;
	width: 123px !important;
	height: 38px !important;
	border: solid 1px #BBB;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	line-height: 1.21;
	background: #FFF;
	text-align: left;
	overflow: hidden;
}
#adBanner .bnrText a { display: inline !important; }