/*
 Header-text
--------------------------*/
#CMS_heder{
  width:100%;
  text-align:center;
  margin:0 auto;
  overflow:hidden;
}

#CMS_hederline{
	width:100%;
	background:#998e6e;
	margin:0 auto;
}


#CMS_hederline h1{
	width:730px;
	background:#998e6e;
	font-size:10px;
	color:#FFF;
	text-align:left;
	font-weight:normal;
	margin:0 auto;
	padding:5px 5px;
}

/*
 Header
--------------------------*/
#CMS_head {
/*	float:left;*/
	width:710px;
	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;
}
#CMS_navi {
	color:#666666;
	width:100%;
	height:30px;
	background: #998e6e;
	padding:0px;
	margin:0 auto;
  text-align:center;
}
#CMS_navi2 {
  background: #998e6e;
  width:730px;
  margin:0 auto;
  text-align:center;
}
#CMS_navi ul {
	margin:0;
	padding:0pt;
}
#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:30px;
	margin:0 4px;
	padding:0pt;
}

#CMS_navi .alt{
  display:none;
}

#CMS_navi-home a {
	width:136px;
	background:transparent url(http://www.cresa-hiro.jp/img/top/navi01b.gif) no-repeat scroll 0%;
}
#CMS_navi-home a:hover {
	width:136px;
	background:transparent url(http://www.cresa-hiro.jp/img/top/navi01a.gif) no-repeat scroll 0%;
}

#CMS_navi-company a {
	width:136px;
	background:transparent url(http://www.cresa-hiro.jp/img/top/navi02b.gif) no-repeat scroll 0%;
}
#CMS_navi-company a:hover {
	width:136px;
	background:transparent url(http://www.cresa-hiro.jp/img/top/navi02a.gif) no-repeat scroll 0%;
}

#CMS_navi-reform a {
	width:136px;
	background:transparent url(http://www.cresa-hiro.jp/img/top/navi03b.gif) no-repeat scroll 0%;
}
#CMS_navi-reform a:hover {
	width:136px;
	background:transparent url(http://www.cresa-hiro.jp/img/top/navi03a.gif) no-repeat scroll 0%;
}

#CMS_navi-privacy a {
	width:136px;
	background:transparent url(http://www.cresa-hiro.jp/img/top/navi04b.gif) no-repeat scroll 0%;
}
#CMS_navi-privacy a:hover {
	width:136px;
	background:transparent url(http://www.cresa-hiro.jp/img/top/navi04a.gif) no-repeat scroll 0%;
}
#CMS_navi-catalog a {
	width:136px;
	background:transparent url(http://www.cresa-hiro.jp/img/top/navi06b.gif) no-repeat scroll 0%;
}
#CMS_navi-catalog a:hover {
	width:136px;
	background:transparent url(http://www.cresa-hiro.jp/img/top/navi06a.gif) no-repeat scroll 0%;
}
/* メイン画像 */
#CMS_Main_pic {
	width:752px;
	margin:0 auto;
  padding-bottom:15px;
	text-align:center;
}
/*
 Footer
--------------------------*/
#CMS_footer{
	width:100%;
	clear:both;
	background:#998E6E;
	margin:0 auto;
	text-align:center;
}


#CMS_footerBox{
	width:752px;
	clear:both;
	background:#998E6E;
	margin:0 auto;
	padding-top:15px;
	font-size:12px;
	color:#ffffff;
	text-align:center;
}



#CMS_footerBox a{
	color:#ccc;
	line-height:1.5em;
	text-decoration:none;
}

#CMS_footerBox a:hover{
	color:#ccc;
}

#CMS_footer_link{
	width: 710px;
	margin: 0 auto 0;
	padding: 30px 0 30px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 2px solid #999966;
}

#CMS_footer_link ul li{
	display: inline;
	margin-right: 10px;
	padding-left: 15px;
	list-style-type: none;
}
 Clear
--------------------------*/
.CMS_clear {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#CMS_footerBox address{
  font-style:normal;
  font-weight:normal;
}