@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 00.base style                                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
}
body {
	margin: 0px 0px 0px 0px;
	background-color: #D7D3A3;
}
h1, h2, h3, h4, h5{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	}
#top-main-right h2{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
	}

form {
	margin: 0px;
	}

.clear { clear:both;}

/*----- スペース設定 -----*/

.space10 {
	clear: both;
	margin-top: 9px;
	}
.space20 {
	clear: both;
	width: 100%;
	margin-top: 19px;
	}
.space30 {
	clear: both;
	width: 100%;
	margin-top: 29px;
	}
	
/* margin */

.margin-b5 { margin-bottom:5px; }
.margin-b10 { margin-bottom:10px; }
.margin-b15 { margin-bottom:15px; }
.margin-b20 { margin-bottom:20px; }
.margin-b25 { margin-bottom:25px; }
.margin-b30 { margin-bottom:30px; }
.margin-b35 { margin-bottom:35px; }
.margin-b40 { margin-bottom:40px; }
.margin-b45 { margin-bottom:45px; }

.margin-t5 { margin-top:5px; }
.margin-t10 { margin-top:10px; }
.margin-t15 { margin-top:15px; }
.margin-t20 { margin-top:20px; }
.margin-t25 { margin-top:25px; }
.margin-t30 { margin-top:30px; }
.margin-t35 { margin-top:35px; }
.margin-t40 { margin-top:40px; }
.margin-t45 { margin-top:45px; }


/*----- リンク設定 -----*/
a {
	text-decoration: underline;
	}

a:hover {
	color: #157F33;
	}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*----- ベース枠設定 -----*/
#container {
	margin: auto;
	text-align: left;
	padding: 0px;
	width: 772px;
	color: #333333;
	}

#container-bg {
	width: 772px;
	color: #333333;
	background-image: url(../img/bg.gif);
	}

#top-container-inner {
	line-height: 130%;
	text-align: left;
	margin: 3px 0px 0px 0px;
	width: 700px;
	border: 1px solid #000000;
	clear:both;
	background-image: url(../img/top-img.jpg);
	}
	
#container-inner {
	text-align: left;
	margin: 0px 0px 0px 6px;
	width: 760px;
	}

/*----- ヘッダ設定 -----*/
#header {
	width: 760px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/header-bg.gif);
	height: 95px;
	background-repeat: no-repeat;
	}

#header-left {
	width:193px;
	text-align: left;
	font-size: small;
	float: left;
	padding: 0px 0px 0px 0px;
	}

#header-right {
	width:566px;
	text-align: left;
	float: right;
	padding: 0px 0px 0px 0px;
	}
	
#header-right-tel {
	width:565px;
	text-align: right;
	font-size: 12px;
	padding: 0px;
	height: 65px;
	}
.sitemap {
	margin-right:15px;
	height:17px;
	background-image: url(../img/sitemap_bg.gif);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0px 0px 3px 20px;
	background-repeat: no-repeat;
	background-position: 0px -1px;
}

#header-bottom {
	width:760px;
	clear:both;
	}


/*----- メニュー設定 -----*/
#menu{
	margin: 0px;
	padding: 0px;
	width: 565px;
	height:21px;
	float: right;
	}

#menu1 a{
	display:block;
	background-image: url(../img/menu1.gif);
	width:70px;
	height:24px;
	text-indent: -9999px;
	float: left;
	}

#menu1 a:hover{
	background-image: url(../img/menu1_h.gif);
	}
	
#menu2 a{
	display:block;
	background-image: url(../img/menu2.gif);
	width:71px;
	height:24px;
	text-indent: -9999px;
	float: left;
	}

#menu2 a:hover{
	background-image: url(../img/menu2_h.gif);
	}
	
#menu3 a{
	display:block;
	background-image: url(../img/menu3.gif);
	width:176px;
	height:24px;
	text-indent: -9999px;
	float: left;
	}

#menu3 a:hover{
	background-image: url(../img/menu3_h.gif);
	}
	

#menu4 a{
	display:block;
	background-image: url(../img/menu4.gif);
	width:113px;
	height:24px;
	text-indent: -9999px;
	float: left;
	}

#menu4 a:hover{
	background-image: url(../img/menu4_h.gif);
	}

#menu5 a{
	display:block;
	background-image: url(../img/menu5.gif);
	width:83px;
	height:24px;
	text-indent: -9999px;
	float: left;
	}

#menu5 a:hover{
	background-image: url(../img/menu5_h.gif);
	}

#menu6 a{
	display:block;
	background-image: url(../img/menu6.gif);
	width:52px;
	height:24px;
	text-indent: -9999px;
	float: left;
	}

#menu6 a:hover{
	background-image: url(../img/menu6_h.gif);
	}


/*----- サブメニュー設定 -----*/
#sub-menu a {
	display:block;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width:132px;
	line-height:120%;
	background:url(../img/sub-menu.gif) top left no-repeat;
	text-decoration: none;
	padding:2px 0px 4px 22px;
	word-wrap: break-word;
}
	

#sub-menu form {
	display:block;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width:155px;
	height:20px;
	line-height:120%;
	padding: 2px 0px 0px 10px;
	text-decoration: none;
	}

#sub-menu-title {
	width:164px;
	padding: 10px 0px 10px 0px;
	}

#sub-menu-title2 {
	width:164px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}


/*----- サブメニュー・検索部設定 -----*/

.search-form{
	width:153px;
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
.btn_search {
	width:70px;
	margin-top: 3px;
}

/*----- オーツーフォレストバナー -----*/

.bnr-o2 {
	width:150px;
	margin:10px auto;
}


/*----- メイン設定 -----*/
#main {
	width:760px;
	text-align: left;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0px 0px 0px 0px;
	background-image: url(../img/bg02.gif);
	}

#main-left {
	width:167px;
	text-align: left;
	font-size: small;
	float: left;
	padding: 0px 0px 0px 0px;
	}

#main-left-inner {
	width:156px;
	text-align: left;
	font-size: small;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	}
#main-left-inner input {
	margin:3px 43px;
	width:70px;
}

#top-main-right {
	width:570px;
	text-align: left;
	font-size: small;
	float: right;
	padding: 8px 12px 0px 0px;
	line-height: 120%;
	}

#main-right {
	width:582px;
	text-align: left;
	font-size: small;
	float: right;
	padding: 6px 0px 0px 0px;
	}

#main-right-inner {
	width:548px;
	text-align: left;
	font-size: small;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	}

#main-right2 {
	width:570px;
	text-align: left;
	font-size: small;
	float: right;
	padding: 5px 10px 0px 2px;
	line-height: 1.3em;
	}
	
#main-bottom {
	width:760px;
	clear:both;
	}


/*----- パンくずリスト設定 -----*/
#breadcrumbs-list {
	line-height: 100%;
	font-size: small;
	}

/*----- フッター設定 -----*/
#footer {
	text-align: center;
	font-size: small;
	padding: 0px;
	width: 760px;
	}

#footer-menu {
	text-align: center;
	font-size: small;
	padding: 0px;
	width: 760px;
	}

.footer-cr {
	text-align: center;
	font-size: small;
	color: 	#993300;
	}


