/*
 Header
--------------------------*/
#CMS_head {
	width:710px;
	background:#FFF;
	position:relative;
	/*
	border-bottom:3px solid #3E7404;
	*/
  margin:0 auto 5px auto;
height:84px;
}

#CMS_head h1 {color:#3B7600;
text-align: left;
font-size:small;
font-weight:normal;
}

*html #CMS_head h1 {
font-size:12px;
}

#CMS_head img.logo {
	position:absolute;
	top:25px;
	left:0px;
}

#CMS_head img.tel {
	position:absolute;
	top:25px;
	right:0px;
}

/*
 Gnavi
 -----------------------------*/
#CMS_Gnavi {
	width:710px;
	background:#fff;
	border-top:3px solid #060;
	border-bottom:3px solid #060;
        text-align:left;
}

#CMS_Gnavi img {margin-top:5px;}


#CMS_Gnavi ul li {
	margin-right:10px;
}

#CMS_Gnavi li {
	display:inline;
	list-style-type:none;
	line-height:1.0;
}

/*
 汎用ボックス[710px]
----------------------------*/
.CMS_Box710 {
	width:710px;
        margin:0 auto;
}

/*
 Footer
--------------------------*/
#CMS_footer_link{
	width: 710px;
	margin: 15px auto 0;
	padding: 10px 0 10px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 3px solid #3E7404;
font-size:13px;
font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#03C;
}

#CMS_footer_link ul li{
	display: inline;
	margin-right: 10px;
	padding-left: 15px;
	list-style-type: none;
}

#CMS_footer {
	width:710px;
	clear:both;
	text-align:center;
	border-top:3px solid #3E7404;
  margin:0 auto;

}

#CMS_footer a {color:#999; text-decoration:none;}

#CMS_footer address{color:#3C7500;
margin:5px 0;
font-size:14px;
font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}