body {background-image: url(images/bg1.gif);}

/* === ヘッダー部分のスタイル === */

#header {
	width: 810px;
	height: 60px;
	/*margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;*/
	margin: 0px;
	padding: 0px;
	background-color: #55A655;
	background-image: url(images/headbg.gif);
	background-repeat: repeat-y;
	background-position: right;
	border-bottom: 1px solid #FFFFFF;
}

#head1 {
	margin: 0px;
	padding: 0px;
	float: left;
}

#head2 {
	width: 200px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: right;
	float: right;
}

#headmenu {
	width: 810px;
	height: 25px;
	margin-top: 0px;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	padding: 0px;
	background-image: url(images/navbg1.gif);
	background-repeat: repeat-x;
	font-size: 10pt;
	clear: both;
}

/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

.m0l0o {
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
}

.m0l1o {
	text-decoration: none;
}

.m0l2o {
	text-decoration: none;
}

.m0l0i {
	padding-top: 6px;
	padding-left: 0px;
	text-decoration: none;
	text-align: center;
}

.m0l1i {
	padding: 6px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	text-align: left;
}

.m0l2i {
	padding: 6px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	text-align: left;
}

.noscriptmenu a	{
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	background-image: url(images/navbg1.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
}
.noscriptmenu a:hover {
	background-image: url(images/navbg2.gif);
	background-repeat: repeat-x;
	color:#F96611;
}

/* === 右ブロックとメインブロック部分のスタイル === */

#contents {
	width: 810px;
	margin: 0px;
	padding: 0px;
	/*border-width: 0 1 0 1;
	border-color: #336633;
	border-style: solid;*/
	clear: both;
}


/* === 右ブロック部分のスタイル === */

#rightColumn {
	width: 170px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	float: right;
}

#navi {
	margin: 0px;
	padding: 0px;		
}

#navi div.boxTop {
	margin: 0px;
	padding: 0px;
	background-image: url(images/boxtop.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#navi div.boxTitle {
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	background-image: url(images/boxtitle.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 100%;
	text-align: center;
}

#navi div.boxContent {
	margin: 0px;
	padding-top: 4px;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 4px;
	background-image: url(images/boxcontent.gif);
	background-repeat: repeat-y;	
	background-position: right;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	overflow:visible;
}

#navi div.boxbottom {
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	margin-bottom: 4px;
	padding: 0px;
	background-image: url(images/boxbottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#navi div.naviTitle {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	border-width: 1 1 1 1;
	border-color: #336633;
	border-style: solid;
	background-color: #CCCCCC;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	overflow:visible;
}

#navi div.naviTitle img{
	margin-right: 8px;
	vertical-align: middle;
}

#navi div.naviContent {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 2px;
	border-width: 0 1 1 1;
	border-color: #336633;
	border-style: solid;
	background-color: #FFFFFF;
	text-align: left;
	overflow:visible;
}
	
#navi div.naviContent img{
	margin-right: 8px;
	vertical-align: middle;
}

#navi ul {
	margin: 0px;
	padding: 0px;
	/*list-style: none;*/
}

#navi li {list-style-position: inside;}

#navi a {
	/*color: #006600;*/
	color: #000000;
	text-decoration: none;
}
#navi a:hover {color: #F96611;}

#banner {
	margin-top: 10px;
	margin-left: 0px;
	margin-right:0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 60%;
}

#banner a {text-decoration: none;}


/* === メインブロック部分のスタイル === */

#main {
	width: 629px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* --- ガイド部分のスタイル --- */
#guide {
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-align: left;
}

#guide a {
	text-decoration: none;
	color: #000000;
}
#guide a:hover {
	background-color: #4A7A2A;
	color: #fff;
}

/* --- コンテンツ部分のスタイル --- */
#main2 {
	margin: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#main3 {
	/* event・news・サイトマップ・butaflow・gyuflow */
	margin: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
}

/* ↓↓↓ブロックタイトル↓↓↓ */
#main2 div.blockTitle1 {
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 4px;
	background-image: url(images/btbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 0px;
	border-left: 10px solid #D02B14;
	border-right: 0px;
	border-bottom: 1px solid #999999;
	color: #D02B14;
	text-align: left;
}

#main2 ul.blockTitle1 {
	margin-left: 30px;
	margin-bottom: 20px;
	padding: 0px;
	list-style-image: url(images/lmk1.gif);
}

#main2 div.blockTitle2 {
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 4px;
	background-image: url(images/btbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 0px;
	border-left: 10px solid #326633;
	border-right: 0px;
	border-bottom: 1px solid #999999;
	color: #326633;
	text-align: left;
}

#main2 ul.blockTitle2 {
	margin-left: 30px;
	margin-bottom: 20px;
	padding: 0px;
	list-style-image: url(images/lmk2.gif);
}

#main3 div.blockTitle1 {
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 4px;
	background-image: url(images/btbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 0px;
	border-left: 10px solid #D02B14;
	border-right: 0px;
	border-bottom: 1px solid #999999;
	color: #D02B14;
	text-align: left;
}

#main3 div.blockTitle2 {
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 4px;
	background-image: url(images/btbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 0px;
	border-left: 10px solid #326633;
	border-right: 0px;
	border-bottom: 1px solid #999999;
	color: #326633;
	text-align: left;
}
/* ↑↑↑ブロックタイトル↑↑↑ */

/* ↓↓↓ボックス↓↓↓ */
#main2 div.title1 {
	margin-top: 20px;
	padding: 3px;
	background-color: #DADDA6;
	border-top: 1px solid #336633;
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;
	border-bottom: 0px;
	color: #333333;
	text-align: left;
}

#main2 div.title2 {
	margin-top: 20px;
	padding: 3px;
	background-color: #666666;
	border-top: 1px solid #336633;
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;
	border-bottom: 0px;
	color: #FFFFFF;
	text-align: left;
}

#main2 div.body1 {
	padding: 10px;
	border: 1px solid #336633;
}

#main2 div.mb6 {
	width: 600;
	padding: 10px;
}

#main2 div.mb7 {
	width: 700;
	padding: 5px;
}

#main2 div.sb12 {
	width: 115px;
	height: 150px;
	text-align: center;
	float: left;
}

#main2 div.sb14 {
	width: 145px;
	height: 150px;
	text-align: center;
	float: left;
}

#main2 div.sb18 {
	width: 180px;
	text-align: center;
	float: left;
}
/* ↑↑↑ボックス↑↑↑ */

#main2 a {
	color: #000000;
	text-decoration: none;
}
#main2 a:hover {color: #F96611;}

#main2 h1 {margin: 0px;}

#main2 h2 {margin: 0px;}

#main2 h3 img {
	margin-right: 8px;
	vertical-align: middle;
}

#main2 p img {vertical-align: middle;}

#main2 strong {color: #333399;}

#main2 small {color: #666666;}

#main2 ul {list-style-image: url(images/lmk2.gif);}

#main2 ul.buta {list-style-image: url(images/lmk3.gif);}

#main2 ul.gyu {list-style-image: url(images/lmk4.gif);}

#main2 ol {list-style-type: decimal;}

#main2 li {margin-top: 5px;}

#main2 dt {margin-bottom: 5px;}

#main2 dd {
	margin-bottom: 10px;
	margin-left: 1em;
}

/* ↓↓↓テーブル↓↓↓ */
#main2 th {
	background-color: #98CA98;
	border-width: 0 1 1 0;
	border-color: #336633;
	border-style: solid;
	color: #FFFFFF;
	text-align: center;
}

#main2 td {font-family: MSゴシック;}

#main2 td.td0 {
	border-width: 0 1 1 0;
	border-color: #336633;
	border-style: solid;
}

#main2 table.tbl1 {
	border-width: 1 0 0 1;
	border-color: #336633;
	border-style: solid;
}

#main2 table.tbl1 a {
	text-decoration: none;
	color: #336633;
}
#main2 table.tbl1 a:hover {
	background-color: #4A7A2A;
	color: #FFFFFF;
}

#tbl2 {
	/*margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;*/
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
/* ↑↑↑テーブル↑↑↑ */


/* === フッター部分のスタイル === */

#footer {
	width: 810px;
	/*margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;*/
	margin: 0px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	background-color: #F4EA71;
	text-align: left;
	clear: both;
}

#footer a {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #326633;
	text-decoration: none;
}
#footer a:hover{color:#F96611;}

#copy {
	width: 810px;
	/*margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;*/
	margin: 0px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	background-color: #55A655;
	background-image: url(images/headbg.gif);
	background-repeat: repeat-y;
	background-position: right;
	border-top: 1px solid #FFFFFF;
	font-size: 9pt;
	color: #CCCCCC;
	text-align: center;
}

.cb {clear: both;}
