@charset "UTF-8";
/*---common---*/
a {
	color: #FE5900;
/*	text-decoration: underline;*/
	text-decoration:none; 
}
.m_l_0 {
	margin-left: 0px;
}

/*header*/
#header {
	border-top:7px solid #0E4D03;
}
#header .inner {margin: 0 auto;
	width: 800px;
	padding-bottom: 12px;
}
#seo_txt {
font-size:12px;
	padding-bottom: 5px;
	padding-left: 9px;
	padding-top:4px;
}
h1 {
	float: left;
	margin-top: 18px;
	margin-left: 9px;
}
#tel {
	float: right;
	padding-bottom: 23px;
	padding-right: 6px;
}
#gnavi {
	clear: both;
	height: 36px;
	width: 799px;
	background-image: url(../img/01_gnavi_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	_width: 800px;
	padding-left: 1px;
}
#gnavi li {
	float:left;
}

/*footer*/
#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #005E04;
	margin:0 auto;
}
#footer ul {
	padding:4px 0 4px 0;
}
#footer li {
	display:inline;
	font-size: 10px;
	padding: 0 8px 0 8px;
	border-left: 1px solid #333333;
}
#footer li.first {
	border-left-width: 0px;
	border-left-style: none;
}
#footer li a {
	color: #333333;
	text-decoration: none;
}

#footer p#address {
	clear: both;
	background-color: #005E04;
	font-size: 12px;
	color: #FFFFFF;
	padding:6px 0 6px 0;
}
#footer p#copyright {
	color: #005E04;
	font-size: 10px;
}
