@charset "UTF-8";

/* --------------------------------------------------
reset
-------------------------------------------------- */

html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, p,
table, th, td, caption, tbody, tfoot, thead,
address, hr, input, label, form, fieldset{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
li { list-style: none; }
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
img {
	border: none;
	vertical-align: top;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
address{
	font-weight: normal;
	font-style: normal;
}
hr { display: none; }

/* -------------------------------------------------- Form*/

fieldset { border: none; }
input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family:'ＭＳ ゴシック',monospace;
	vertical-align: middle;
}
label { cursor: pointer; }
textarea { overflow: auto; }
legend { display: none; }

/* -------------------------------------------------- For IE6/7*/

/* for IE7: page zoom bug fix */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }

/* --------------------------------------------------
Link
-------------------------------------------------- */

a:link{
	color:#503913;
	text-decoration:underline;
}
a:visited{
	color:#503913;
	text-decoration:underline;
}
a:hover{
	color:#886222;
	text-decoration:underline;
}
a:focus{
	outline-color:#000;
	overflow:hidden;
}
#topicPath a:link{
	color:#53A01E;
}
#topicPath a:visited{
	color:#53A01E;
}
#topicPath a:hover{
	color:#53A01E;
}
#main .guide a:link{
	color:#503913;
}
#main .guide a:visited{
	color:#714A55;
}
#main .guide a:hover{
	color:#53A01E;
}
#footer a:link{
	text-decoration:none;
	color:#503913;
}
#footer a:visited{
	text-decoration:none;
	color:#503913;
}
#footer a:hover{
	text-decoration:underline;
	color:#886222;
}
#footer #subLink dd a:link{
	font-size:.9em;
	text-decoration:underline;
}
#footer #subLink dd a:visited{
	font-size:.9em;
	text-decoration:underline;
}
#footer #subLink dd a:hover{
	font-size:.9em;
	text-decoration:underline;
}

/* --------------------------------------------------
html
-------------------------------------------------- */

html{
	background:#FFE0C1 url(../img/common/bg_layer2.gif) repeat-y center 200px;
}

/* --------------------------------------------------
body
-------------------------------------------------- */

body {
	font-family: Myriad, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo","メイリオ",  sans-serif;
	font-size: 80%;
	color:#503913;
	line-height: 1.6;
	background:url(../img/common/bg_layer1.gif) center top no-repeat;
}

/* --------------------------------------------------
preview
-------------------------------------------------- */

#previewTest,
#confirm{
	width:100%;
	background:#333;
	z-index:1;
	position:fixed;
	_position:absolute;/* forIE */
	_top:0;/* forIE */
	_left:0;/* forIE */
	text-align:center;
	color:#FFF;
	
	opacity:0.9;
	padding:15px 0;
}
#confirm .wrapper{
	width:960px;
	margin:0 auto;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	/zoom:1;
}
#confirm .inputBox{
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	/zoom:1;
	float:left;
	width:700px;
	line-height:2.5;
	text-align:left;
}
#confirm h3{
	float:left;
	color:#fff;
	font-weight:bold;
	background:#F00;
	padding:0 20px;
	margin-right:20px;
}
#confirm p{
	float:left;
}
#confirm .continue{
	_padding-top:5px;
}
#confirm ul{
	float:left;
	margin-right:20px;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	/zoom:1;
}
#confirm li{
	float:left;
	margin-right:5px;
	border:#003 solid 1px;
	padding:0 20px;
	line-height:2.3;
	background:#666;
	_padding:5px 20px;
}
#confirm li input,
#confirm p input{
	vertical-align:middle;
	margin-right:10px;
}
#confirm .inputBtn{
	float:right;
}
#confirm .inputBtn input{
	padding:3px;
	margin-left:5px;
	font-family:"ＭＳ ゴシック";
	font-size:1.1em;
	vertical-align:middle;
}

/* --------------------------------------------------
header
-------------------------------------------------- */

#header{
	width:960px;
	margin:0 auto 10px auto;
	background:url(../img/common/bg_header.gif) no-repeat top center;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
}

/* -------------------------------------------------- logo*/

.logo{
	width:500px;
	float:left;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
}
.logo .siteName{
	float:left;
}
.logo p{
	float:right;
	margin-top:20px;
}

/* -------------------------------------------------- headerMenu*/

#headerMenu {
	width:290px;
	float:right;
	padding-top:10px;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
}
#headerMenu .btnMenu{
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	margin-bottom:10px;
}
#headerMenu .btnMenu dl{
	margin-right:13px;
}
#headerMenu .btnMenu dt,
#headerMenu .btnMenu dd{
	float:left;
	display:inline;
	margin-right:5px;
}
#headerMenu .btnMenu p{
	float:right;
}
#headerMenu .search{
	clear:both;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
}
#headerMenu .search a{
	width:44px;
	float:right;
}
#headerMenu .search input.text{
	padding:3px;
	margin-right:15px;
	border:none;
	background:url(../img/common/bg_h_search.gif) no-repeat left top;
	width:224px;
	height:19px;
	font-family:"ＭＳ ゴシック";
	font-size:1.1em;
	line-height:1.6;
	vertical-align:bottom;
	float:left;
}

/* -------------------------------------------------- nav*/

#nav {
	clear:both;
	width:868px;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	margin:0 auto;
	padding:35px 0 10px 6px;
}
#nav li {
	float: left;
	margin-right:6px;
}
#nav li a{
	overflow:hidden;
	outline:none;
}

/* --------------------------------------------------
topicPath
-------------------------------------------------- */

#topicPath {
	width:960px;
	margin:0 auto 5px auto;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	margin-bottom:10px;
}
#topicPath li {
	float: left;
	margin: 0 5px 0 0;
}
#topicPath li a,
#topicPath li span {
	display: block;
	white-space: nowrap;
	background: url(../img/common/topicpath.gif) no-repeat right;
	padding: 0 15px 0 0;
}

/* --------------------------------------------------
content
-------------------------------------------------- */

#content{
	background:url(../img/common/bg_content.gif) repeat-x bottom center;
}

/* --------------------------------------------------
title
-------------------------------------------------- */

.title{
	background:#FFF;
	border:#E8BC87 dashed 1px;
	_border:#fff dashed 1px;/* for IE6 */
	height:60px;
	padding-left:20px;
	margin-bottom:15px;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
}
.title h1{
	float:left;
}
.title p{
	float:right;
}
.headline{
	margin-bottom:15px;
	clear:both;
}
.headline1{
	border-top:#fff solid 3px;
	border-bottom:#fff solid 3px;
	padding:5px 5px 5px 25px;
	line-height:2.3;
	font-size:1.3em;
	margin-bottom:15px;
	clear:both;
}
.headline1 h2{
	font-weight:bold;
}
#main .headline1 a{
	float:right;
	margin-top:-34px;
	margin-right:5px;
}
.headline2{
	background:#97C366;
	border-top:#53A01E solid 1px;
	border-bottom:#53A01E solid 1px;
	padding:5px 5px 5px 20px;
	line-height:1.8;
	font-size:1.2em;
	margin-bottom:20px;
	color:#fff;
	font-weight:bold;
}
.headline3{
	background:#FF9999 url(../img/common/bg_headline3.gif) no-repeat 10px center;
	border-top:#EE6B95 solid 1px;
	border-bottom:#EE6B95 solid 1px;
	padding:5px 5px 5px 30px;
	line-height:1.8;
	font-size:1.2em;
	margin-bottom:20px;
	color:#fff;
	font-weight:bold;
}
.headline4{
	border-bottom:#846D48 dashed 1px;
	padding:5px;
	line-height:1.4;
	font-size:1.1em;
	margin-bottom:15px;
	font-weight:bold;
}
.headline4 span{
	border-left:#97C366 solid 5px;
	padding-left:20px;
}
.headline5{
	font-weight:bold;
	margin-bottom:.5em;
}
.resultline {
    background:#E9EEF3;
    border: 1px solid #99B3CC;
    font-size: 1.1em;
    line-height: 2.3;
    margin-bottom: 15px;
    padding: 5px 5px 5px 20px;
}
.resultline strong{
	font-weight:bold;
	color:#689239;
	margin-right:0.5em;
}
.resultline span{
	color:#689239;
	margin:0 0.5em;
}
.resultline .attention{
	color:#EB3838;
	display:block;
	padding:0;
	margin:0;
}

.acLv2{
	padding-left:20px;
	background-image:url(../img/common/acLv2.gif);
	background-repeat:no-repeat;
	background-position: 13px center;
	border-top:#846D48 dashed 1px;
	background-color:#F1E3C3;
	cursor:pointer;
}

.acLv2Act{
	background-color:#D3D5A2 !important;
	background-image:url(../img/common/acLv2_o.gif);
	background-repeat:no-repeat;
}

.acLv2:hover{
	background-color:#D3D5A2 !important;
}

.acLv2 span,
.acLv2Act span{
	border:none !important;
}

/* --------------------------------------------------
icon
-------------------------------------------------- */

.icon{
	float:right;
}
#newsList dd a,
.guide dd a{
	margin-right:.5em;
}
#newsList dd span,
.guide dd span,
.icon span{
	margin-right:5px;
}
#newsList dd span img,
.guide dd span img
.icon span img{
	vertical-align: middle;
	margin-bottom:2px;
}


/* --------------------------------------------------
wide use class
-------------------------------------------------- */
.date{
	color:#69AC39;
	text-align:right;
	font-size:.9em;
	margin-bottom:10px;
}
.note{
	margin-bottom:10px;
}
.pdf{
	padding-left:20px;
	margin:0 10px;
	display:inline !important;
	background: url(../img/common/bg_pdf.gif) no-repeat left center;
}
.linkList li{
	padding-left:20px;
	background: url(../img/common/linkmark_y.gif) no-repeat left .5em;
}
.pdfAttention{
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	/zoom: 1;/* for IE6,7 */
	padding:15px;
	background:#FFEEDD;
	margin-bottom:20px;
	font-size:.9em;
	line-height:1.2;
	clear:both;
}
.pdfAttention img{
	float:left;
	margin-right:20px;
}
.linkMenu{
	margin-bottom:15px;
	clear:both;
	/zoom: 1;/* for IE6,7 */
}
.linkMenu .hp{
	padding-left:30px;
	line-height:2;
	background:url(../img/common/icon_hp.gif) no-repeat left center;
}
.linkMenu .file{
	padding-left:30px;
	line-height:2;
	background:url(../img/common/icon_file.gif) no-repeat left center;
}
/* --------------------------------------------------
wrapper
-------------------------------------------------- */

.wrapper{
	margin:0 auto;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	clear:both;
}
.wrapL{
	float:left;
	display:inline;
}
.wrapR{
	float:right;
	display:inline;	
}
#content .wrapper{
	width:960px;
	padding-bottom:5px;
}
#main .wrapper{
	width:700px;
	padding-bottom:20px;
}
#footer .wrapper{
	width:960px;
	padding:10px 0;
}

/* --------------------------------------------------
main
-------------------------------------------------- */

#main{
	width:700px;
	float:right;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	clear:both;
}

/* -------------------------------------------------- article  */

.article,
.section{
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	/zoom: 1;/* for IE6,7 */
	clear:both;
	margin-bottom:20px;
}
.article div{
	margin-bottom:15px;
	clear:both;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */	
	/zoom: 1;/* for IE6,7 */
}
.article .photoL,
.article .photoR{
	border:#745F3F solid 5px;
	text-align:center;
	margin-bottom:15px;
}
.article .photoL{
	margin-right:20px;
	float:left;
}
.article .photoR{
	margin-left:20px;
	float:right;
}
.article div p{
	line-height:1.8;
	margin-bottom:1em;
}
.article div p span{
	font-weight:bold;
}
.article div ul,
.article div dl{
	/zoom: 1;/* for IE6,7 */
	padding-left:1em;
	margin:1em 0;
}
.article div li{
	background:url(../img/common/listmark_maru.gif) no-repeat .3em 10px;
	padding-left:20px;
}
.article div dt{
	font-weight:bold;
	margin-bottom:.5em;
}
.article div dd{
	padding-left:1em;
	margin-bottom:.5em;
}
.article div strong{
	color:#53A01E;
	font-weight:normal;
}
.article div .read1{
	border:#CED296 solid 1px;
	background:#F4E9D1;
	padding:10px 20px;
	margin-bottom:1em;
}
.article div .read2{
	margin-bottom:1em;
	border-top:#97C366 solid 2px;
	border-bottom:#97C366 solid 2px;
	padding:10px 20px;
}
.article div .read3{
	color:#53A01E;
	padding:10px 20px;
}
.article div p a{
	padding-left:20px;
	background:url(../img/common/linkmark_g.gif) no-repeat left center;
}

/* --------------------------------------------------  section */
.section .linkList{
	padding-left:30px;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	/zoom: 1;/* for IE6,7 */
	line-height:2.3;
}
.section .linkList li{
	background: url(../img/common/linkmark_y.gif) no-repeat left .8em;
}
.section .linkList a{
	font-weight:bold;
}
.section p{
	line-height:1.8;
}
.section dl a{
	padding-left:20px;
	background:url(../img/common/linkmark_g.gif) no-repeat left center;
}
/*.section dl dd{
	margin-bottom:.5em;
}
*/.section ul li{
	padding-left:20px;
	background:url(../img/common/listmark_maru.gif) no-repeat left 0.5em;
}
.section ul span{
	display:block;
}
.section strong{
	color:#53A01E;
}


.section .headline4{
	z-index:1000;
	line-height:1.4;
}

/* -------------------------------------------------- backBtn*/

.backBtn{
	padding:20px;
	margin-bottom:20px;	background:#FFEEDD;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	/zoom: 1;/* for IE6,7 */
}
#content .backBtn a{
	float:right;
	display:block;
	text-align:center;
	color:#46861B;
	font-size:1em;
	font-weight:bold;
	width:140px;
	text-decoration:none;
	overflow:hidden;
	border:#78C756 solid 1px;
	background:#99D57F;
	padding:8px 0;
}
#content .backBtn a:hover{
	background-color:#78C756;
}

/* -------------------------------------------------- subNav*/

.subNav{
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	background:#FFF;
	border:#E7D3C5 solid 2px;
	padding:10px;
	margin-bottom:20px;
	/zoom: 1;/* for IE6,7 */
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.subNav li{
	float:left;
	text-align:center;
}


/* -------------------------------------------------- spotList*/

.spotTable{
	width:700px;
	border-collapse:collapse;
	border:#503914 solid 2px;
	background:#FFF;
	margin-bottom:20px;
}
.spotTable th{
	border-collapse:collapse;
	border:#503914 solid 2px;
	background:#E7D3C5;
	font-weight:bold;
	padding:5px;
	table-layout: fixed;
	text-align:center;
	vertical-align:middle;
}
.spotTable .tableTitle{
	font-size:1.2em;
	background:#B4D088;
}
.spotTable td{
	border-collapse:collapse;
	border:#503914 solid 2px;
	padding:5px;
	background:#fff;
	vertical-align:middle;
	line-height:1.2;
	table-layout: fixed;
	word-break:break-all;
}

.spotTable td.name{
	width:200px;
}
.spotTable td.division{
	width:150px;
}
.spotTable td.address{
	width:100px;
}
.spotTable th.servicePar{
	width:100px;
}
.spotTable td.service{
	width:13px;
	text-align:center;
}
.spotTable td.post{
	width:60px;
	text-align:center;
}
.spotTable td.tel,
.spotTable td.fax{
	width:70px;
	white-space:nowrap;
	word-break:keep-all;
	text-align:center;
}
.spotTable td.map{
	width:50px;
}
.spotTable td.paper{
	text-align:center;
}
.spotTable td.close{
	width:150px;
}
.spotTable td.day{
	width:70px;
}
.spotTable td.access{
	width:200px;
	font-size:.9em;
}
.spotTable td.image{
	text-align:center;
	width:30px;
}
.spotTable td.zone{
	width:50px;
}
.spotTable td.other{
	width:100px;
}
.spotTable td.place{
	width:100px;
}
.spotTable td.info{
	width:90px;
}
.spotTable td.document{
	width:200px;
}


/* -------------------------------------------------- spotList*/

.spotList{
	margin-right:-40px;
	margin-bottom:-20px;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	/zoom: 1;/* for IE6,7 */
}
.spotList li{
	float:left;
	display:inline;
	width:330px;
	margin-bottom:20px;
	margin-right:40px;
}

.spotList li .spotListIn{
	width:310px;
	padding:10px;
	background:#FFECDA;
	border-bottom:#E7D3C5 solid 2px;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	/zoom: 1;/* for IE6,7 */
}

.spotTitle{
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	/zoom: 1;/* for IE6,7 */
	padding:3px;
}
.spotTitle h3{
	float:left;
	display:inline;
	padding:0 0 0 20px;
	line-height:2.3;
	color:#ffffff;
}
#main .spotTitle h3 a{
	font-weight:bold;
	color:#fff;
}
.spotTitle span{
	float:right;
}
#main .spotTitle span a{
	display:block;
	font-size:.9em;
	padding:5px 20px;
	background:#FFF;
	line-height:1.5;
	text-decoration:none;
	color:#503913;
}
#main .spotTitle span a:hover{
	background:#503914;
	color:#fff;
}
.spotList .photo{
	float:left;
	margin-left:5px;
	_margin-left:3px;
	margin-top:5px;
}
.spotList .photo img{
	border:#503914 solid 3px;
}
.spotList dl{
	width:310px;
}
.spotList dt{
	width:6em;
	font-size:0.8em;
	font-family:"Osaka", "Osaka－等幅", Osaka-mono, monospace;
	background:#FFF;
	text-align:center;
	margin-right:10px;
	border:#529F1E solid 1px;
	color:#529F1E;
	float:left;
	clear:both;
}
.spotList dd{
	word-break: break-all;
	margin-right:5px;
}
.spotList p{
	clear:both;
}
#main .spotList p a{
	display:block;
	width:150px;
	text-align:center;
	padding:3px 18px 3px 10px;
	background:#99D57F url(../img/common/bg_webmapbtn.gif) no-repeat 148px center;
	border:#78C756 solid 1px;
	float:right;
	text-decoration:none;
	color:#46851A;
}
#main .spotList p a:hover{
	background:#82CB63 url(../img/common/bg_webmapbtn.gif) no-repeat 148px center;
}
.spotList .tag{
	clear:both;
	font-size:.8em;
	color:#fff;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	/zoom: 1;/* for IE6,7 */
}
.spotList .tag span{
	display:block;
	float:left;
	white-space:nowrap;
	background:#99B3CC;
	padding:0 3px;
	margin:5px 5px 0 0;
}

.spotList .tag span.service8{
	background:#B9669E;
}

.spotList .tag span.service9{
	background:#54A5AD;
}

.spotList .tag span.service10{
	background:#C4B851;
}

.spotList .hours dt{
	margin-right:5px;
	float:none;
	clear:both;
	width:320px;
	border:none;
}
.spotList .hours dd{
	float:none;
	width:310px;
	padding:0 5px;
}
.spotList .hours{
	margin-left:5px;
	clear:both;
	float:none;
	width:320px;
}

/* -------------------------------------------------- guide*/

.guide{
	margin-bottom:10px;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	/zoom: 1;/* for IE6,7 */
}
.guide dt{
	padding:10px 20px;
	background:#F1E3C3;
	line-height:1.8;
	border:#CED296 solid 1px;
}
.guide dd{
	padding:5px 0 5px 15px;
	font-weight:bold;
	line-height:1.8;
}
.guide dd a{
	zoom:1;
	padding-left:20px;
	vertical-align:middle;
	background: url(../img/common/linkmark_y.gif) no-repeat left center;
}

/* -------------------------------------------------- eventTab*/

#eventTab {
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	/zoom: 1;/* for IE6,7 */
	margin-bottom:20px;
	background:url(../img/common/bg_eventtab.gif) repeat-x left bottom;
}
#eventTab li{
	float:left;
	display:inline;
}

/* -------------------------------------------------- deskInfo*/

.deskInfo{
	background:#FAF4F1;
	border:2px solid #503914;
	margin-bottom:20px;
}
.deskInfo h3{
	background:#E7D3C5;
	border-bottom:2px solid #503914;
	padding:10px 20px;
	/zoom: 1;/* for IE6,7 */
}
.deskInfo h4{
	background:#F3EAE3 url(../img/common/bg_deskinfo_arrow.gif) no-repeat 20px center;
	padding:8px 0 8px 50px;
	font-size:1.1em;
	font-weight:bold;
	/zoom: 1;/* for IE6,7 */
}
.deskInfo li {
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	/zoom: 1;/* for IE6,7 */
	padding:10px 10px 5px 20px;
	border-top:#E7D3C5 dashed 1px;
	clear:both;
}
.deskInfo li p.area{
	width:80px;
	float:left;
	text-align:center;
	padding:10px 0;
	background:#F3EAE3;
	border:#FFF solid 1px;
	margin-right:20px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.deskInfo li p{
	width:100%;
	padding:10px 0;
}
.deskInfo li div{
	float:left;
	display:block;
}
.deskInfo li ul{
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	/zoom: 1;/* for IE6,7 */
}
.deskInfo li li{
	float:left;
	border:none;
	padding:0;
	clear:right;
	margin-bottom:3px;
	margin-right:20px;
}
.deskInfo li li.mail{
	clear: both;
	margin-right:0;
	width:100%;
}
.deskInfo li li span{
	width:6em;
	font-size:.8em;
	font-family:"Osaka", "Osaka－等幅", Osaka-mono, monospace;
	background:#FFF;
	text-align:center;
	float:left;
	border:#529F1E solid 1px;
	color:#529F1E;
	margin-right:10px;
}

/* -------------------------------------------------- corner*/

div.outer {
    background: none repeat scroll 0 0 #FFF;
}

div.inner {
    background: none repeat scroll 0 0 #F3EAE3;
}

/* -------------------------------------------------- newsList*/

#newsList{
	border-top:#ffffff solid 2px;
	padding-top:0;
	margin-bottom:15px;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	/zoom: 1;/* for IE6,7 */
}
#newsList dt{
	color:#666666;
	width:110px;
	margin-top:20px;
	padding-left:35px;
	font-size:.9em;
	background:url(../img/common/linkmark_g.gif) no-repeat 15px center;
}
#newsList dd{
	padding-left:150px;
	margin-top:-1.5em;
	border-bottom:#ffffff solid 2px;
	padding-bottom:20px;
}

/* --------------------------------------------------
side
-------------------------------------------------- */

#side{
	float:left;
	width:220px;
}
#side li{
	text-align:left;
}

/* -------------------------------------------------- searchMenu*/

.searchMenu{
	text-align:center;
	background:url(../img/common/bg_searchmenu_btm.gif) no-repeat left bottom;
	padding-bottom:24px;
	margin-bottom: 40px;
}
.searchMenu div{
	background:url(../img/common/bg_searchmenu.gif) repeat-y left top;
}
.searchMenu h4{
	padding:25px 0;
}
.mapSearch{
	height:280px;
}
.mapSearch p{
	margin-top:20px;
}
.typeSearch ul{
	margin-top:28px;
	padding-bottom:25px;
	padding-left:15px;
	background:#FCD021 url(../img/common/bg_searchmenu_list.gif) no-repeat left bottom;
}
.typeSearch ul li{
	line-height:1.6;
	padding-right:20px;
}
.azSearch{
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
}
.azSearch ul{
	width:170px;
	margin:0 auto;
}
.azSearch li{
	float:left;
	margin:3px;
}

/* -------------------------------------------------- backnumMenu*/

.backnumMenu{
	width:220px;
	float:left;
	background:#FCD021 url(../img/common/bg_backnummenu.gif) no-repeat left bottom;
	/zoom: 1;/* for IE6,7 */
	margin-top:20px;
}
.backnumMenu .hlMenu{
	margin-bottom:20px;
	/zoom: 1;/* for IE6,7 */
	position:relative;/* forIE */
}
.backnumMenu ul{
	margin-bottom:70px;
	padding:0 15px;
}
.backnumMenu li{
	margin-bottom:5px;
}
.backnumMenu li span,
.backnumMenu li a{
	display:block;
	width:150px;
	padding:10px 10px 10px 25px;
	margin-bottom:5px;
}
.backnumMenu li span{
	background:#FFF url(../img/common/linkmark_g.gif) no-repeat 10px center;
	font-weight:bold;
}
.backnumMenu li a{
	background:#FEE890 url(../img/common/linkmark_g.gif) no-repeat 10px center;
}

/* --------------------------------------------------
footer
-------------------------------------------------- */

#footer{
	clear:both;
	width:100%;
	background:#F2E3CB;
}
#otherLink{
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	margin-right:-46px;
	font-weight:bold;
	/zoom:1;
}
#otherLink li{
	float:left;
	padding-left:20px;
	background:url(../img/common/linkmark_b.gif) no-repeat left center;
	padding-right:46px;
	_padding-right:40px;
	white-space:nowrap;
}
#subLink{
	background:#E7CCA0;
	padding:10px 0;
}
#subLink dl{
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	float:left;
}
#subLink .fclLink{
	width:150px;
}
#subLink dt{
	font-weight:bold;
	padding-left:20px;
	background:url(../img/common/linkmark_b.gif) no-repeat left center;
	margin-bottom:10px;
}
#subLink dl dl{
	width:170px;
	padding-right:20px;
}
#subLink dl dl dt{
	font-weight:normal;
	color:#F2E3CB;
	background:#CAB289;
	padding:4px 5px 4px 10px;
	margin-bottom:10px;
}
#glanceLink{
	font-size:0.9em;
	font-weight:bold;
	float:right;
	width:195px;
	background:#F2E3CB;
	padding:15px;
}
#glanceLink li{
	padding:5px 0;
	padding-left:15px;
	background:url(../img/common/listmark_ya.jpg) no-repeat left center;

}
address{
	font-weight:bold;
	width:960px;
	margin:0 auto;
	padding:10px 0;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	clear:both;
	line-height:1.4;
	font-size:90%;
	color:#776748;
}
address span{
	line-height:2;
}
#copyright{
	font-size:80%;
	color:#776748;
	padding:10px 0;
	text-align:center;
	background:#DCC1A2;
}

/* --------------------------------------------------
pageTop
-------------------------------------------------- */

.pageTop{
	clear:both;
	overflow: hidden; /* clearfix */
 	position: relative; /* clearfix */
	zoom:1;
	height:69px;
}
.pageTop p{
	height:69px;
	width:183px;
	float:right;
	background:url(../img/common/bg_pagetop_o.gif) no-repeat left top;
}
.pageTop a{
	width:171px;
	height:32px;
	padding-top:36px;
	padding-left:13px;
	display:block;
	overflow:hidden;
	outline:none;
	background:url(../img/common/bg_pagetop.gif) no-repeat left top;
}
.pageTop a img{
	vertical-align:bottom;
}

/* --------------------------------------------------
paging
-------------------------------------------------- */

#content .paging{
	width:100%;
	text-align:right;
	clear: both;
	margin:20px 0;
	padding:1px 0;
}
#content .paging a{
	text-decoration:none;
	margin:2px;
	padding: 4px 9px 5px 9px;
	line-height:1.4;
	font-size:1.2em;
	color:#503914;
	/zoom: 1;/* for IE6,7 */
}
#content .paging span.current{
	background-color:#503914;
	border:2px solid #503914;
	color:#fff;
	margin:2px;
	padding: 4px 9px 5px 9px;
	line-height:1.4;
	font-size:1.2em;
	/zoom: 1;/* for IE6,7 */
}
#content .paging a:link,
#content .paging a:visited {
	background-color:#fff;
	border:2px solid #503914;
}
#content .paging a:hover,
#content .paging a:active {
	text-decoration:none;
	background-color:#886222;
	color:#fff;
}
#content .wrapper .paging a.prev,
#content .wrapper .paging a.next{
	font-weight:normal;
	border:none;
	text-decoration: none;
	color:#503914;
	font-size:1em;
	font-weight:bold;
	border:2px solid #503914;
	padding: 5px 9px 6px 9px;
}
#content .wrapper .paging a.prev:hover,
#content .wrapper .paging a.next:hover{
	font-weight:normal;
	text-decoration: underline;
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	border:2px solid #503914;
	padding: 5px 9px 6px 9px;
}

/* --------------------------------------------------
clearfix
-------------------------------------------------- */

.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix{
  min-height: 1px;
}
* html .clearfix{
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

