@charset "utf-8";

/* base Structure サイト基本構造設定用スタイルシート */

/* ---------------------------------------------------------------- */

/* 共通設定 */

/* ---------------------------------------------------------------- */

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	color: #333333;
	background-color: #4d9e40;
}

.br-both {
	clear: both;
}

/* ---------------------------------------------------------------- */

/* clearfix 設定 */

/* ---------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* ---------------------------------------------------------------- */
/* サイトサイズ枠 */
/* ---------------------------------------------------------------- */

#baseContainer {
	width: 920px;
	padding: 0;
	zoom: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


/* ---------------------------------------------------------------- */
/* ヘッダ用ブロック設定 */
/* ---------------------------------------------------------------- */

#header {
	padding: 0;
	overflow: hidden;
	zoom: 1;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 105px;
	width: 920px;
}


#header #siteTitle {
	display: block;
	padding: 0;
	top: 0;
	left: 0;
	width: 157px;
	float: left;
	margin: 0;
}

#header #siteTitle a {
	width: 200px;
	height: 50px;
	margin: 0;
	padding: 0;
	display: block;
	background-color: green;
}

#header #siteTitle a:hover {
	background-color: olive;
}

#headerLnk {
	float: right;
	font-size: 80%;
	width: 433px;
}

#headerLnk li {
	list-style-type: none;
	padding-right: 10px;
	padding-top: 10px;
	list-style-image: url(../images/headerLnkMark.gif);
	margin-right: 15px;
	text-align: right;
	float: left;
}

#headerLnk a {
	text-decoration: none;
	color: #595959;
}

#headerLnk a:hover {
	color: #FF9900;
	text-decoration: none;
}

#copy {
	height: 20px;
	text-align: left;
	padding-top: 7px;
	font-size: 80%;
}


/* ---------------------------------------------------------------- */
/* グローバルナビ用ブロック設定 */
/* ---------------------------------------------------------------- */

#gNavigation {
	padding: 0;
	top: 58px;
	left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 3px;
	background-image: url(../images/g-navi_base.gif);
	background-repeat: no-repeat;
	width: 249px;
	background-position: center top;
}

#gNavigation ul {
	width: 210px;
	margin-right: auto;
	margin-left: auto;

}

#gNavigation li {
	list-style-type: none;
}

#gNavigation li a {
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-image: url(../images/g-navi_listMarkA.gif);
	text-align: left;
	color: #00061c;
	list-style-type: none;
	background-image: url(../images/g-navi_listMarkA.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: none;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-size: 16px;
	padding-top: 7px;
}

#gNavigation li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	background-image: url(../images/g-navi_listMarkB.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #317426;
	list-style-type: none;
	background-color: #e8fce3;

}
#addressArea {
	background-color: #e8fce3;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	margin-bottom: 10px;
	color: #236A26;
}

#addressArea a {
	color: #236a26;
}

#addressArea a:hover {
	color: #236a26;
}


#pankuzu p {
	line-height: 130%;
}

#pankuzu p a {
}

#pankuzu p a:hover {
}

/* メインブロック */

#main {
	padding: 0;
	width: 910px;
	zoom: 1;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainImage {
	top: 42px;
	left: 1px;
}


/* ページタイトル設定 */

#pageTitle {
}

#pageTitle .pgt {
}

/* コンテンツ用エリア設定 */

#contents {
	padding: 0;
	display: block;
	float: left;
	width: 412px;
	zoom: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#contents_inner {
	padding: 0;
	display: block;
	margin: 0 41px 0 14px;
	zoom: 1;
}

#topicsArea {
	padding-bottom: 10px;
	width: 412px;
	margin-top: 10px;
	background-color: #ecf5ea;
}

#topicsArea a {
	color: #333333;

}

#topicsArea a:hover {
	color: #429235;

}

#topicsArea table {
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
}

#topicsArea th {
	font-weight: bold;
	color: #1B3915;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#topicsArea td {
	text-align: left;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#eventArea {
	background-image: url(../images/event_base.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 404px;
	margin-top: 15px;
}

#eventArea table {
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
}

#eventArea a {
	color: #1B3915;

}

#eventArea a:hover {
	color: #FF9900;

}


#eventArea th {
	font-weight: bold;
	color: #333333;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#eventArea td {
	text-align: left;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}




/* コンテンツ本文枠設定 */

/* サイドバー用エリア設定 */

#sidebar {
	width: 252px;
	padding: 0;
	display: block;
	zoom: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	float: left;
}

/* サイドバー用ローカルナビ */

#sidebar #lNavigation {
	margin-bottom: 30px;
}


/* バナー */

#bnrArea {
	float: right;
	text-align: center;
	width: 229px;
	margin-top: 10px;
	margin-right: 10px;
	
}
#bnrArea  img {
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

/* 頭出しリンク用設定 */

#toPageTopBox {
	margin: 10px 30px 0;
	text-align: right;
}

#toPageTopBox p a {
	text-decoration: none;
	font-size: 62.5%;
	line-height: 120%;
}

#toPageTopBox p a:hover {
}

/* ---------------------------------------------------------------- */
/* フッター用ブロック設定 */
/* ---------------------------------------------------------------- */

#footer {
	width: 100%;
	zoom: 1;
	zoom: 1;
	background-image: url(../images/foot-bg.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 80%;
}

#footer address {
	text-align: center;
	font-style: normal;
	color: #FFFFFF;
}
