/********************
Common Setting
********************/
body{
		background: url('images/bg_body.jpg');
}

.float_l{ display: inline; float: left; }
.float_r{ display: inline; float: right; }
.clr{ clear: both; }

.align_l{ text-align: left; }
.align_r{ text-align: right; }
.align_c{ text-align: center; }

.hdn{ visibility: hidden; }
.none{ display: none; }

.accent1{ color: #900; }
.accent2{ color: #004; }
.accent3{ color: #060; }

.clr1{ color:#482f17; }
.clr2{ color:#6b6a46; }
.clr3{ color:#745122; }

.alt{ display: none; }

/********************
Basic Box Layout
********************/
#container{
	width: 100%;
	background: url('images/bg_container.jpg') repeat-y top center;
}

#header{
	width: 100%;
	height: 40px;
	background: url('images/bg_header2.jpg') repeat-x top center;
}

#main{
	width: 950px;
	margin: 0 auto;
	background: url('../images/bg_main.png')repeat-y top center;
}

#contents{
	width: 760px;
}

#side{
	width: 170px;
	padding: 0 0 0 10px;
}

#footer{
	width: 100%;
	height: 55px;
	background: url('images/bg_footer.jpg') repeat-x bottom center;
}


/********************
Other Common settings
********************/
#logo{
	width: 160px;
	height: 100px;
	margin: 0 0 10px 0;
}

#logo a{
	display: block;
	width: 160px;
	height: 100px;
	background: url('images/navi.jpg') no-repeat;
	text-indent: -9999px;	
}

#logo a:link,
#logo a:visited{ background-position:    0   -10px; }
#logo a:hover  { background-position: -160px -10px; }
#logo a:active { background-position: -320px -10px; }

#navi{
	width: 160px;
}

#navi li{
	width: 160px;
	margin: 0 0 10px 0;
}

#navi li a{
	display: block;
	width: 160px;
	height: 50px;
	background: url('images/navi.jpg') no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#navi01 a:link,
#navi01 a:visited{ background-position:    0   -120px; height: 30px;}
#page01 #navi01 a{ background-position: -320px -120px; }
#navi01 a:hover  { background-position: -160px -120px; }
#navi01 a:active { background-position: -320px -120px; }

#navi02 a:link,
#navi02 a:visited{ background-position:    0   -160px; }
#page02 #navi02 a{ background-position: -320px -160px; }
#navi02 a:hover  { background-position: -160px -160px; }
#navi02 a:active { background-position: -320px -160px; }

#navi03 a:link,
#navi03 a:visited{ background-position:    0   -220px; }
#page03 #navi03 a{ background-position: -320px -220px; }
#navi03 a:hover  { background-position: -160px -220px; }
#navi03 a:active { background-position: -320px -220px; }

#navi04 a:link,
#navi04 a:visited{ background-position:    0   -280px; }
#page04 #navi04 a{ background-position: -320px -280px; }
#navi04 a:hover  { background-position: -160px -280px; }
#navi04 a:active { background-position: -320px -280px; }

#navi05 a:link,
#navi05 a:visited{ background-position:    0   -340px; }
#page05 #navi05 a{ background-position: -320px -340px; }
#navi05 a:hover  { background-position: -160px -340px; }
#navi05 a:active { background-position: -320px -340px; }

#navi06 a:link,
#navi06 a:visited{ background-position:    0   -400px; }
#page06 #navi06 a{ background-position: -320px -400px; }
#navi06 a:hover  { background-position: -160px -400px; }
#navi06 a:active { background-position: -320px -400px; }

#navi07 a:link,
#navi07 a:visited{ background-position:    0   -460px; }
#page07 #navi07 a{ background-position: -320px -460px; }
#navi07 a:hover  { background-position: -160px -460px; }
#navi07 a:active { background-position: -320px -460px; }

#navi08 a:link,
#navi08 a:visited{ background-position:    0   -520px; }
#page08 #navi08 a{ background-position: -320px -520px; }
#navi08 a:hover  { background-position: -160px -520px; }
#navi08 a:active { background-position: -320px -520px; }

#plant{
	width: 160px;
	height: 171px;
}

#plant a{
	display: block;
	width: 160px;
	height: 171px;
	background: url('images/navi.jpg');
	text-indent: -9999px;
}

#plant a:link,
#plant a:visited{ background-position:    0   -580px; }
#plant a:hover  { background-position: -160px -580px; }
#plant a:active { background-position: -320px -580px; }

address{
	font-size: 12px;
	line-height: 1.2;
	margin: 10px 0 0 0;
	background: url('images/address_img.jpg') no-repeat;
	color: transparent;
	height: 100px;
}

address a{
	display: inline-block;
	padding: 20px 0 0 0;
	color: transparent;
	text-indent: -9999px;
}
#ad{
display:none;
}
#copyright{
	width: 940px;
	margin: 0 auto;
	text-align: right;
	padding: 10px 10px 0 0;
	font-size: 77%;
}

.go_top{
	clear: both;
	width: 100px;
	height: 20px;
	overflow: hidden;
	margin: 10px 0 0 650px;
	text-indent: -9999px;
}

.go_top a{
	display: block;
	width: 100px;
	height: 20px;
	background: url('images/go_top.jpg') no-repeat;
	
}
#fnavi{
width:700px;
padding:17px 0 0 250px;
margin:0 auto;
}
#fnavi li{
font-size:10px;
float:left;
margin:0 15px 0 0;
}
#fnavi a{
color:#fff;
text-decoration:none;
}
#fnavi a:hover{
color:#fff;
text-decoration:underline;
}