/*
 Header-text
--------------------------*/
.CMS_header_text{
        width:752px;
        margin:0 auto;
	background-color:#998e6e;
	font-size:10px;
	color:#ffffff;
	text-align:left;
	font-weight:normal;
	padding:5px 0px;
}

#CMS_header{
width:100%;
background-color:#998e6e;
} 

/*
 Header
--------------------------*/
#CMS_head {
/*	float:left;*/
	width:752px;
	height:50px;
	margin:0 auto;
	background:#FFF;
	position:relative;
/*	border-bottom:3px solid #3E7404;*/
	margin-bottom:15px;
  margin-top: 10px;
}

#CMS_head h1 {color:#3B7600;}

#CMS_head img.logo {
	position:absolute;
	top:10px;
	top:5px;
	left:0px;
}

#CMS_head img.tel {
	position:absolute;
	top:25px;
	top:5px;
	right:0px;
}

/*
 Navigation
--------------------------*/
#CMS_navi {
	color:#666666;
	width:100%;
	height:44px;
	background-color: #998e6e;
	padding:0px;
  margin:0px auto;
  text-align:center;
}

#CMS_navi ul {
  width:752px;
	margin:0 auto;
	padding:0pt;
  text-align:center;
}
#CMS_navi ul li {
	display:inline;
	float:left;
	margin:0pt;
}

#CMS_navi ul li a {
	background-position:0pt;
	background-repeat:no-repeat;
	display:block;
	height:35px;
	margin:0 8px;
	padding:0pt;
}

#CMS_navi .alt{display:none;}

#CMS_navi-home a {
	width:172px;
	background:transparent url(http://mt-reform.com/img/top/navi01b.gif) no-repeat scroll 0%;
}
#CMS_navi-home a.here {
	width:172px;
	background:transparent url(http://mt-reform.com/img/top/navi01a.gif) no-repeat scroll 0%;
}

#CMS_navi-company a {
	width:172px;
	background:transparent url(http://mt-reform.com/img/top/navi02b.gif) no-repeat scroll 0%;
}
#CMS_navi-company a.here {
	width:172px;
	background:transparent url(http://mt-reform.com/img/top/navi02a.gif) no-repeat scroll 0%;
}

#CMS_navi-reform a {
	width:172px;
	background:transparent url(http://mt-reform.com/img/top/navi03b.gif) no-repeat scroll 0%;
}
#CMS_navi-reform a.here {
	width:172px;
	background:transparent url(http://mt-reform.com/top/navi03a.gif) no-repeat scroll 0%;
}

#CMS_navi-privacy a {
	width:172px;
	background:transparent url(http://mt-reform.com/img/top/navi04b.gif) no-repeat scroll 0%;
}
#CMS_navi-privacy a.here {
	width:172px;
	background:transparent url(http://mt-reform.com/img/top/navi04a.gif) no-repeat scroll 0%;
}
#CMS_navi-catalog a {
	width:172px;
	background:transparent url(http://mt-reform.com/img/top/navi06b.gif) no-repeat scroll 0%;
}
#CMS_navi-catalog a.here {
	width:172px;
	background:transparent url(http://mt-reform.com/img/top/navi06a.gif) no-repeat scroll 0%;
}


#CMS_footer{
	width:100%;
	height:40px;
	clear:both;
	margin:0 auto;
	padding-top:15px;
	font-size:12px;
        color:#ffffff;
	text-align:center;
        background-color:#998e6e;
}

#CMS_footer a{
	color:#ccc;
	line-height:1.5em;
	text-decoration:none;
}

#CMS_footer a:hover{
	color:#ccc;
}

#CMS_footer a {color:#ccc; text-decoration:none;}

#CMS_footer_link{
	width: 721px;
	margin: 10px auto 0;
	padding: 20px 0;
	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;
}

#CMS_footer address{
     font-size:13px;
     color:#ffffff;

}