@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{
	height:1px;
	color:#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:#3F7F3F;
}
#blockskip .show{
	position:absolute;
	left:0;
}
/*******************************************************************************
[2] レイアウト[ 配置 + 書式設定その他 ]
*******************************************************************************/
/*==============================================================================
	配置
==============================================================================*/
#wrap{
	margin:0px;
	width:100%;
	background:url(images/header/header_bg.jpg) repeat-x left top;
}
#bg{
	margin:0px;
	width:100%;
	background:url(images/header/header_img.jpg) no-repeat center top;
}
#topheader{
	margin:0px;
	width:100%;
	clear:both;
	background:url(images/top/grass.png) repeat-x left 370px;
}
#header{
	margin:0px auto 0px auto;
	width:950px;
	clear:both;
}
#gnavi,#topgnavi{
	margin:0px auto 0px auto;
	width:950px;
	clear:both;
}
#topgnavi{
	padding:0px 0px 9px 0px;
}
#gnavi{
	padding:0px 0px 6px 0px;
}
#tpath{
	margin:0px auto 0px auto;
	padding:13px 10px 15px 15px;
	width:925px;
	clear:both;
	background:#FFF;
}
#pagebody{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:950px;
	clear:both;
	background:#FFF;
}
#guide{
	margin:0px auto 0px auto;
	width:950px;
	clear:both;
}
#footer,#topfooter{
	margin:0px;
	width:100%;
	clear:both;
	background:#FFFFFF url(images/footer/footer_bg.jpg) repeat-x left bottom;
}
#footerbg{
	margin:0px;
	width:100%;
	clear:both;
	background:url(images/footer/footer_img.jpg) no-repeat center bottom;
}

#lnavi{
	padding-bottom:10px;/*footerとのすき間*/
	width:200px;
	float:left;
}
#content{
	padding-bottom:10px;/*footerとのすき間*/
	width:720px;
	float:right;
}
#content2,#googlecontent{
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;/*footerとのすき間*/
	width:950px;
	float:none;
}
/*==============================================================================
	書式設定その他
==============================================================================*/
#wrap{
	font-size:85%;
}
#header,#topheader{
	font-size:90%;
}
#tpath{
	font-size:90%;
	text-align:left;
	line-height:1.5;
}
#pagebody{
	text-align:left;
}
#guide{
	font-size:95%;
	text-align:right;
}
#footer,#topfooter{
	font-size:95%;
	text-align:left;
}
#tlogo{
	text-align:center;
}
#util{
	text-align:right;
}
#content,#content2{
	line-height:1.8;
}
#lnavi{
	line-height:1.5;
}
#add{
	text-align:left;
	line-height:1.3;
}
/*******************************************************************************
[3] 詳細デザイン
*******************************************************************************/
/*==============================================================================
	ヘッダ
==============================================================================*/
#tlogo{
	padding:10px 0px 10px 0px;
	width:230px;
	float:left;
	background:#FFFFFF;
	border-top:11px solid #224722;
}
#util{
	padding:15px 0px 10px 0px;
	width:600px;
	float:right;
}
#util img{
	vertical-align:middle;
}
#util li{
	display:inline;
}
/*------------------------------------------------------------------------------
	util1
------------------------------------------------------------------------------*/
#util1{
	margin-bottom:10px;
}
#util1 p{
	margin-right:5px;
	margin-left:10px;
	display:inline;
}
#util1 ul{
	display:inline;
}
/*------------------------------------------------------------------------------
	テキストリンク
------------------------------------------------------------------------------*/
#util ul.hmenu{
	padding:3px 0px 0px 0px;
}
#util ul.hmenu li{
	margin-right:2px;
	margin-left:2px;
	padding:3px 5px 3px 16px;
	background:#FFFFFF url(images/footer/mark_footer.png) no-repeat 5px center;
	border:1px solid #AAAAAA;
	white-space:nowrap;
}
/*------------------------------------------------------------------------------
	検索
------------------------------------------------------------------------------*/
#sitesearch{
	margin-left:10px;
	float:right;
}
#sitesearch input{
	padding:2px 5px 2px 5px;
	vertical-align:middle;
}
#key{
	width:160px;
	border:1px solid #AAAAAA !important;
}

/*==============================================================================
	グローバルナビ
==============================================================================*/
#topgnavi{
	background:url(images/topgnavi/gnavi_bg.gif) no-repeat left bottom;
}
#gnavi{
	background:url(images/gnavi/gnavi_bg.gif) repeat-x left bottom;
}
#gnavi ul,#topgnavi ul{
	margin:0px auto 0px auto;
	width:950px;
	list-style-type:none;
}
#gnavi ul li,#topgnavi ul li{
	float:left;
	font-size:110%;
}
#gnavi ul li img,#topgnavi ul li img{
	vertical-align:bottom;
}
/*==============================================================================
	左メニュー
==============================================================================*/
#menu{
	margin-bottom:20px;
	padding-bottom:6px;
	width:194px;
	border:3px solid #3F7F3F;
}
/*------------------------------------------------------------------------------
	見出しh2
------------------------------------------------------------------------------*/
#menu h2{
	font-size:110%;
	text-align:center;
}
#menu h2 a{
	padding:25px 5px 15px 5px;
	width:184px;
	display:block;
	color:#333333;
	background:url(images/lnavi/lnavi_h2_bg.gif) no-repeat center top;
}
/*------------------------------------------------------------------------------
	リンクなし　セパレータ
------------------------------------------------------------------------------*/
#menu h3.separator{
	margin:0px;
	padding:10px 5px 8px 8px;
	width:181px;
	font-size:95%;
	font-weight:bold;
	background:#EEEEEE;
	border-top:1px dotted #999;
}
#menu h4.separator,#menu h5.separator,#menu h6.separator{
	margin:0px 0px 0px 10px;
	padding:10px 5px 8px 6px;
	width:173px;
	font-size:100%;
	font-weight:bold;
	background:#EEEEEE;
	border-top:1px dotted #999;
}
#menu h5.separator{
	font-size:95%;
}
#menu h6.separator{
	font-size:90%;
}
/*------------------------------------------------------------------------------
	詳細メニュー　h3 h4 ul 同じリスト風デザイン
------------------------------------------------------------------------------*/
#menu h3,#menu h4,#menu h5{
	margin:0px;
	font-size:100%;
	font-weight:normal;
	background:#FFF;
	border-bottom:none;
}
#menu h4{
	font-size:95%;
}
#menu h5{
	font-size:90%;
}
#menu h3 a,#menu h4 a,#menu h5 a{
	padding:8px 5px 8px 23px;
	width:166px;
	display:block;
	background:url(images/lnavi/mark_lnavi.gif) no-repeat 10px 15px;
	border-top:1px dotted #999;
}
#menu h3 a:hover,#menu h4 a:hover,#menu h5 a:hover{
	background-color:#ECF7CA;
}
#menu h3.choice a:hover,#menu h4.choice a:hover,#menu h5.choice a:hover{
	background-color:#ECF7CA;
}
#menu h3.choice a,#menu h4.choice a,#menu h5.choice a{
	background-color:#ECF7CA;
}
#menu ul{
	margin:0px;
	font-size:95%;
	background:#FFF;
	list-style-type:none;
}
#menu ul li a{
	padding:8px 5px 8px 23px;
	width:166px;
	display:block;
	background:url(images/lnavi/mark_lnavi.gif) no-repeat 10px 15px;
	border-top:1px dotted #CCC;
}
#menu ul li a:hover{
	background-color:#ECF7CA;
}
#menu ul li.choice{
	padding:8px 5px 8px 23px;
	width:166px;
	display:block;
	background:#ECF7CA url(images/lnavi/mark_lnavi.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/mark_slnavi.gif) no-repeat 8px 12px;
	border-top: 1px dotted #CCC;
	border-bottom:none;
}
#menu ul.lmenu li a:hover{
	background-color:#ECF7CA;
}
#menu ul.lmenu li.choice{
	width:156px;
	display:block;
	background:#ECF7CA url(images/lnavi/mark_slnavi.gif) no-repeat 8px 12px;
	border-top: 1px dotted #CCC;
	border-bottom:none;
}
#menu ul.lmenu li.choice a{
	padding:0px;
	background:none;
	display:inline;
	border:none;
}
/*------------------------------------------------------------------------------
	左ナビ表示のイベントカレンダー
------------------------------------------------------------------------------*/
#lnavi #calendar{
	margin:0px 6px 6px 6px;
	background:#FFF;
}
#calendar table{
	margin:0px auto 10px auto;
	width:90%;
	font-size:90%;
	border:1px solid #999999;
	border-collapse:collapse;/*隣接するセルのボーダーを重ねて表示*/
	text-align:center;
}
#calendar table caption{
	padding:5px;
}
#calendar table caption span{
	margin-left:5px;
	font-size:130%;
	font-weight:bold;
}
#calendar table caption img{
	margin-left:5px;
	vertical-align:bottom;
}
#calendar table th{
	padding:5px 0px 7px 0px;
	background:#F7FDF7;
	border:1px solid #999999;
}
#calendar table td{
	padding:5px 0px 7px 0px;
	border:1px solid #999999;
}
#calendar table td a{
	color:#333333;
}
.sun{
	color:#C00;
	background: #FFF0F0;
}
#calendar table td.sun a{
	color:#C00;
}
.sat{
	color:#069;
	background: #E8F8FF;
}
#calendar table td.sat a{
	color:#069;
}
.today{
	background:#FAF6DC;
}
.today a{
	color:#333333;
}
#lnavi #calendar p{
	padding-bottom:10px;
	font-size:90%;	
	text-align:center;
}
/*------------------------------------------------------------------------------
	左ナビバナー
------------------------------------------------------------------------------*/
#lnavi p{
	margin-bottom:10px;
}
/*==============================================================================
	ページ遷移
==============================================================================*/
#guide ul,#guide ul li{
	display:inline;
}
/*------------------------------------------------------------------------------
	このページのトップへ
------------------------------------------------------------------------------*/
#guide p.pagetop{
	margin:0px 0px 10px 0px;
	clear:both;
	text-align:right;
}
#guide p.pagetop a{
	padding-left:18px;
	background:url(images/page/mark_pagetop.gif) no-repeat left center;
}
/*------------------------------------------------------------------------------
	ページ戻り
------------------------------------------------------------------------------*/
#guide ul li a.pageback{
	margin-right:15px;
	padding-left:20px;
	background:url(images/page/mark_pageback.gif) no-repeat left center;
}
#guide ul li a.pagehome{
	padding-left:20px;
	background:url(images/page/mark_pagehome.gif) no-repeat left center;
}
/*------------------------------------------------------------------------------
	表示切替
------------------------------------------------------------------------------*/
#guide .viewmode{
	display:inline;
}
#guide .viewmode p{
	margin-left:20px;
	padding:1px 4px 1px 4px;
	display:inline;
	background:#EFEFEF;
	border:1px solid #CCC;
}
#guide .viewmode ul li{
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #CCC;
}
/*==============================================================================
	フッタ
==============================================================================*/
#add{
	margin:0px auto 0px auto;
	padding-top:30px;
	width:950px;
}
#addleft{
	padding:55px 10px 10px 20px;
	width:110px;
	float:left;
}
#addright ul{
	padding:8px 5px 12px 5px;
	list-style-type:none;
}
#addright ul li{
	margin-right:5px;
	margin-left:5px;
	padding-left:12px;
	display:inline;
	background:url(images/footer/mark_footer.png) no-repeat left center;
}
#addright ul li a{
	display:inline-block;
	font-weight:bold;
	color:#333333;
}
#addright{
	padding:10px 150px 10px 20px;
	width:640px;
	float:left;
}
address{
	margin-left:15px;
	font-style:normal;
}
#addright p{
	margin-left:15px;
}
#addright p a{
	color:#333333;
}
#addleft h2{
	font-size:120%;
	text-align:right;
}
#copy{
	width:100%;
	padding:5px 0px 5px 0px;
	clear:both;
	font-size:85%;
	color:#FFFFFF;
	text-align:center;
	background:#3F7F3F;
}