/*
 Clear
--------------------------*/
.CMS_clear {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#CMS_header{
width:765px;
margin:0 auto;
text-align:center;
}

/*
 Header-text
--------------------------*/
.CMS_header_text{
	width:745px;
	font-size:10px;
	color:#006600;
	text-align:left;
	font-weight:normal;
	margin-left:20px;
	padding:5px 0px;
}

/*
 Header
--------------------------*/
#CMS_head {
/*	float:left;*/
	width:721px;
	height:50px;
	margin:0 auto;
	background:#FFF;
	position:relative;
/*	border-bottom:3px solid #3E7404;*/
	margin-bottom:15px;
}

#CMS_head h1 {color:#3B7600;}

#CMS_head img.logo {
	position:absolute;
	top:25px;
	top:5px;
	left:0px;
}

#CMS_head img.tel {
	position:absolute;
	top:25px;
	top:5px;
	right:0px;
}

/*
 Gnavi
 -----------------------------*/
#CMS_Gnavi {
	width:745px;
	background:#fff;
	border-top:3px solid #060;
	border-bottom:3px solid #060;
	margin-bottom:15px;
}

#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;
}


/*
 Footer
--------------------------*/
#CMS_footer{
	width:745px;
	height:40px;
	clear:both;
	color:#006600;
	margin:0 auto;
	padding-top:15px;
	font-size:12px;
	text-align:center;
}

#CMS_footer a{
	color:#ccc;
	line-height:1.5em;
	text-decoration:none;
}

#CMS_footer a:hover{
	color:#ccc;
}

#CMS_footer address{
	color:#333;
}

#CMS_footer_link{
	width: 721px;
	margin: 10px auto 0;
	padding: 20px 0 10px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 2px solid #999966;
}

#CMS_footer_link ul li{
	display: inline;
	margin-right: 5px;
	padding-left: 5px;
	list-style-type: none;
}