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

#CMS_head h1 {
color:#3B7600;
float:left;
}

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

#CMS_head img.tel {
	position:absolute;
	top:25px;
	right:0px;
}
#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-style:normal;font-weight:normal;
font-size:14px;
}

#CMS_menu ul{
 width:710px;
 margin:0 auto;
 text-align:center;
 position: relative;
}
#CMS_menu li{
 display: inline;
 padding: 0 3px;
}