@charset "utf-8";
/*------------------------------------------------------------------------------
[1] 共通設定
[2] レイアウト[ 配置 + 書式設定その他 ]
[3] 詳細デザイン
------------------------------------------------------------------------------*/
/*******************************************************************************
[1] 共通設定
*******************************************************************************/
*{
	margin:0px;
	padding:0px;
}
body{
	color:#333333;
	font-family:Meiryo, "メイリオ", Verdana, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
}
img{
	border:none;
}
strong{
	font-weight:bold;
}
hr{
	margin:0px 15px 15px 15px;
	height:1px;
	color:#FFFFFF;
	border:solid 1px #CCCCCC;
}
.hide{
	display:none;
}
.skip{
	position:absolute;
	left:-9999px;
}
/*　回り込み解除　*/
.box{
	margin-bottom:15px;
	width:100%;
}
.clearfix:after,.box:after{
    content: ""; 
    display: block; 
    clear: both;
}
/*　noscript　*/
.scriptmessage{
	margin-right:auto;
	margin-left:auto;
	padding:15px 0px 15px 0px;
	width:900px;
	font-size:85%;
	text-align:left;
	line-height:1.5;
}
/*　本文へ　*/
#blockskip a{
	padding:10px 20px 15px 20px;
	display:block;
	position:absolute; 
	left:-9999px;
	color:#FFF;
	font-size:100%;
	font-weight:bold;
	background-color:#126335;
}
#blockskip .show{
	position: absolute; 
	left:0;
	z-index:100;
}
/*******************************************************************************
[2] レイアウト[ 配置 + 書式設定その他 ]
*******************************************************************************/
/*==============================================================================
	配置
==============================================================================*/
#wrapbg{
	margin:0px auto 0px auto;
	width:100%;
	background:url(images/bg.jpg) repeat-x center top;
}
#wrap{
	margin:0px auto 0px auto;
	width:100%;
	background:url(images/footer_bg.png) repeat-x center bottom;
	background-attachment:fixed;
}
#header{
	margin:0px auto 0px auto;
	padding:10px 0px 5px 11px;
	max-width:1189px;
	min-width:939px;
	clear:both;
}
#gnavi{
	margin:0px auto 0px auto;
	padding:8px 0px 0px 0px;
	width:100%;
	height:62px;
	clear:both;
}
#tpath{
	margin:0px auto 20px auto;
	width:100%;
	clear:both;
}
#tpath p{
	margin:0px auto 0px auto;
	padding:6px 13px 7px 12px;
	max-width:1175px;
	min-width:920px;
	clear:both;
}
#pagebody,#toppagebody{
	margin:0px auto 0px auto;
	max-width:1200px;
	min-width:950px;
	clear:both;
}
#footerbg,#topfooterbg{
	margin:0px auto 0px auto;
	padding:10px 0px 130px 0px;
	max-width:1200px;
	min-width:950px;
	clear:both;
	position:relative;
}
#lnavi{
	padding-bottom:10px;/*footerとのすき間*/
	width:200px;
	float:left;
	display:inline;
	z-index:2;
}
.lnaviright #lnavi{
	float:right;
}
#page{
	margin-left:-230px;
	width:100%;
	float:right;
	z-index:1;
}
.lnaviright #page{
	margin-left:0px;
	margin-right:-230px;
	float:left;
}
#content{
	margin-left:230px;
	padding-bottom:10px;/*footerとのすき間*/
	height:1%;
	background:#FFFFFF;
}
.lnaviright #content{
	margin-left:0px;
	margin-right:230px;
}

html>/**/body #page{
	position:relative;
}
html>/**/body #lnavi{
	position:relative;
}
#page>* {
	margin-left:230px;
}
.lnaviright #page>* {
	margin-left:0px;
	margin-right:230px;
}

#content2{
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;/*footerとのすき間*/
	width:100%;
	float:none;
	background:#FFFFFF;
}
/*==============================================================================
	書式設定その他
==============================================================================*/
#wrap{
	font-size:90%;
}
#header{
	font-size:90%;
}
#gnavi{
	background:url(images/gnavi/gnavi_bg.png) repeat-x left top;
}
#tpath{
	font-size:90%;
	background:#FFFFFF;
	text-align:left;
	line-height:1.5;
}
#pagebody,#toppagebody{
	text-align:left;
}
#content,#content2{
	line-height:1.8;
}
#lnavi{
	line-height:1.8;
}
/*******************************************************************************
[3] 詳細デザイン
*******************************************************************************/
/*==============================================================================
	ヘッダ
==============================================================================*/
#tlogo{
	width:210px;
	float:left;
	position:relative;
	z-index:2;
}
#putil{
	margin-left:-230px;
	width:100%;
	float:right;
	z-index:1;
}
#util{
	margin-left:230px;
	height:1%;
	text-align:right;
}
html>/**/body #putil{
	position:relative;
}
html>/**/body #util{
	position:relative;
}
#putil>* {
	margin-left:230px;
}
#util img{
	vertical-align:middle;
}
#util ul{
	list-style-type:none;
}
#util li{
	display:inline;
}
/*------------------------------------------------------------------------------
	util1
------------------------------------------------------------------------------*/
#util1{
	margin-right:-240px;
	padding:7px 0px 0px 0px;
	width:100%;
	float:left;
	z-index:1;
}
#util1 ul{
	margin-right:240px;
	margin-bottom:5px;
	height:1%;
}
html>/**/body #util1{
	position:relative;
}
html>/**/body #util1 ul{
	position:relative;
}
#util1>* {
	margin-right:240px;
}
#util1 ul li{
	margin-left:10px;
	padding-left:13px;
	background:url(images/header/mark_util.png) no-repeat left 5px;
}
#util1 ul li a{
	color:#333333;
}
/*------------------------------------------------------------------------------
	util2
------------------------------------------------------------------------------*/
#util2{
	width:232px;
	float:right;
	position:relative;
	z-index:1;
}
#util2 ul{
	margin:7px 0px 10px 0px;
}
/*------------------------------------------------------------------------------
	検索
------------------------------------------------------------------------------*/
#sitesearch{
	margin:5px 0px 10px 0px;
	clear:both;
}
#sitesearch input{
	padding:2px 5px 2px 5px;
	vertical-align:middle;
}
#key{
	width:180px;
	font-size:100%;
}
/*==============================================================================
	グローバルナビ
==============================================================================*/
#gnavi ul{
	margin:0px auto 0px auto;
	width:950px;
	list-style-type:none;
}
#gnavi ul li{
	margin-left:10px;
	float:left;
}
#gnavi ul li.top{
	margin-left:0px;
}
/*==============================================================================
	左メニュー
==============================================================================*/
#menu{
	margin-bottom:20px;
	padding-bottom:6px;
	width:194px;
	background:#FFFFFF;
	border:3px solid #126335;
}
/*------------------------------------------------------------------------------
	見出しh2
------------------------------------------------------------------------------*/
#menu h2{
	font-size:110%;
	background:#edf7ff url(images/lnavi/menu_h2_bg.gif) no-repeat center bottom;
	text-align:center;
}
#menu h2 a,#menu h2 span{
	padding:20px 5px 20px 5px;
	width:184px;
	display:block;
	color:#333333;
}
/*------------------------------------------------------------------------------
	リンクなし　セパレータ
------------------------------------------------------------------------------*/
#menu h3.separator{
	margin:0px;
	padding:10px 5px 6px 8px;
	width:181px;
	font-weight:bold;
	background:#EDF7FF;
	border-top:1px dotted #999;
}
#menu h4.separator,#menu h5.separator,#menu h6.separator{
	margin:0px 0px 0px 10px;
	padding:10px 5px 6px 6px;
	width:173px;
	font-weight:bold;
	background:#EDF7FF;
	border-top:1px dotted #999;
}
/*------------------------------------------------------------------------------
	詳細メニュー　h3 h4 ul 同じリスト風デザイン
------------------------------------------------------------------------------*/
#menu h3,#menu h4,#menu h5,#menu h6{
	margin:0px;
	font-size:100%;
	font-weight:normal;
	background:#FFF;
	border-bottom:none;
}
#menu h4{
	font-size:95%;
}
#menu h5{
	font-size:90%;
}
#menu h6{
	font-size:90%;
}
#menu h3 a,#menu h4 a,#menu h5 a{
	padding:8px 5px 8px 23px;
	width:166px;
	display:block;
	border-top:1px dotted #999;
}
#menu h3 a{
	background:url(images/lnavi/menu_bg.gif) no-repeat 10px 15px;
}
#menu h4 a{
	background:url(images/lnavi/menu_h4_bg.gif) no-repeat 14px 15px;
}
#menu h5 a{
	background:url(images/lnavi/menu_h5_bg.gif) no-repeat 14px 15px;
}
#menu h3 a:hover,#menu h4 a:hover,#menu h5 a:hover{
	background-color:#E9F1CF;
}
#menu h3.choice a:hover,#menu h4.choice a:hover,#menu h5.choice a:hover{
	background-color:#E9F1CF;
}
#menu h3.choice a,#menu h4.choice a,#menu h5.choice a{
	background-color:#E9F1CF;
}
#menu ul{
	margin:0px;
	font-size:100%;
	background:#FFF;
	list-style-type:none;
}
#menu ul li a{
	padding:8px 5px 8px 23px;
	width:166px;
	display:block;
	background:url(images/lnavi/menu_bg.gif) no-repeat 10px 15px;
	border-top:1px dotted #CCC;
}
#menu ul li a:hover{
	background-color:#E9F1CF;
}
#menu ul li.choice{
	padding:8px 5px 8px 23px;
	width:166px;
	display:block;
	background:#E9F1CF url(images/lnavi/menu_bg.gif) no-repeat 10px 15px;
	border-top:1px dotted #CCC;
}
#menu ul li.choice a{
	padding:0px;
	background:none;
	display:inline;
	border:none;
}
/*------------------------------------------------------------------------------
	入れ子リスト
------------------------------------------------------------------------------*/
#menu ul.lmenu{
	font-size:90%;
	background: #FFF;
	border-top:none;
	list-style-type:none;
}
#menu ul.lmenu li{
	margin-left:10px;
}
#menu ul.lmenu li a{
	width:156px;
	display:block;
	background:url(images/lnavi/menu_li_bg.gif) no-repeat 12px 15px;
	border-top: 1px dotted #CCC;
	border-bottom:none;
}
#menu ul.lmenu li a:hover{
	background-color:#E9F1CF;
}
#menu ul.lmenu li.choice{
	width:156px;
	display:block;
	background:#E9F1CF url(images/lnavi/menu_li_bg.gif) no-repeat 12px 15px;
	border-top: 1px dotted #CCC;
	border-bottom:none;
}
#menu ul.lmenu li.choice a{
	padding:0px;
	background:none;
	display:inline;
	border:none;
}
/*------------------------------------------------------------------------------
	イベントカレンダー
------------------------------------------------------------------------------*/
#lnavi input{
	padding:2px 5px 2px 5px;
	vertical-align:middle;
}
#key2{
	width:105px;
	font-size:100%;
}
#cse-search-box2{
	padding:5px 10px 15px 10px;
}
/*==============================================================================
	ページ遷移
==============================================================================*/
#guide ul,#guide ul li{
	display:inline;
}
/*------------------------------------------------------------------------------
	このページのトップへ
------------------------------------------------------------------------------*/
#guide p.pagetop{
	display:block;
	clear:both;
	text-align:right;
	position:fixed;
	right:30px;
	bottom:10px;
	z-index:10000;
}
/*------------------------------------------------------------------------------
	ページ戻り
------------------------------------------------------------------------------*/
#guide ul li a.pageback{
	margin-right:15px;
	padding-left:20px;
	background:url(images/page/mark_pageback.gif) no-repeat 0px 1px;
}
#guide ul li a.pagehome{
	padding-left:20px;
	background:url(images/page/mark_pagehome.gif) no-repeat 0px 2px;
}
/*------------------------------------------------------------------------------
	表示切替
------------------------------------------------------------------------------*/
#guide .viewmode{
	display:inline;
}
#guide .viewmode p{
	margin-left:15px;
	padding:2px 5px 0px 5px;
	display:inline;
}
#guide .viewmode ul{
	margin-left:10px;
}
#guide .viewmode ul li{
	padding-left:5px;
}
#guide .viewmode ul li #viewmode_smp{
	padding-left:15px;
	background:url(images/page/page_smp.gif) no-repeat left center;
}
#guide .viewmode ul li #viewmode_pc{
	padding-left:25px;
	background:url(images/page/page_pc.gif) no-repeat left center;
}
/*==============================================================================
	フッタ
==============================================================================*/
#footer{
	padding:15px 15px 10px 65px;
	max-width:1120px;
	min-width:870px;
	clear:both;
	background:#FFFFFF url(images/footer/citymark.gif) no-repeat 15px 20px;
	text-align:left;
}
#footer #add{
	float:left;
	width:40%;
	line-height:1.6;
}
#footer #add h2{
	font-size:130%;
}
#footer #add address{
	font-style:normal;
}
#footer #guide{
	float:right;
	width:60%;
	text-align:right;
}
#footer #guide #pageinfo{
	padding:20px 0px 20px 0px;
}
#footer #guide #pageinfo ul{
	clear:both;
	list-style:none;
}
#footer #guide #pageinfo ul li{
	margin-left:10px;
	padding-left:20px;
	background:url(images/footer/mark_footer.gif) no-repeat 5px 3px;
}
#copy{
	clear:both;
	font-size:95%;
	text-align:right;
}
.hi{
	position:absolute;
	right:0px;
	bottom:0px;
}
.car{
	position:absolute;
	left:-160px;
	bottom:10px;
}
