@charset "utf-8";
/* CSS Document */
.clearfix:after {
  content: ".";  
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
body{
	background:#f6eddb;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	color:#4c4c4c;
	line-height:140%;
	margin:0px;
	height:0px;
}

a{
	color:#fa870b;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

nav{
	background:url(../../img/common/bg.jpg);
	background-repeat:repeat-x;
	height:110px;
	margin-bottom:23px;
}

nav ul{
	width:960px;
	height:110px;
	background-image:url(../../img/common/bg_navi.gif);
	background-repeat:no-repeat;
	margin:auto;
	padding:5px 0 0 0;
}
nav li{
	width:124px;
	height:94px;
	display:block;
	list-style-type:none;
	float:left;
}
nav li.logo{
	width:146px;
	height:94px;
	margin:0 36px 0 36px;
}
nav li.contact{
	width:121px;
	height:94px;
}
#contents{
	width:960px;
	margin:auto;
}
#gotop{
	margin:20px auto 10px auto;
	width:960px;
	text-align:right;
}
footer{
	background:#aa9586;
	border-top:5px solid #f3e35c;
	padding-top:10px;
}
#fcont{
	width:960px;
	margin:auto;
}
#flogo{
	width:162px;
	margin-top:8px;
	margin-right:30px;
	margin-bottom:20px;
	float:left;
}
#flink{
	width:700px;
	float:left;
	font-size:13px;
}
#flink ul{
	width:700px;
	margin:0px;
	padding:0px;
}
#flink li{
	background: url(../../img/common/bg_flink.gif) no-repeat;
	width: 131px;
	height: 20px;
	margin: 0 20px 10px 0;
	list-style-type: none;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 5px;
	display: block;
	float: left;
}
#flink li a{
	color:#FFFFFF;
	text-decoration:none;
}
#flink li a:hover{
	color:#DDCEB8;
}
#fline{
	background:url(../../img/common/fline.gif);
	background-repeat:repeat-x;
	text-align:center;
	padding:15px 0;
	color:#fff;
}
<!--
a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity = 50);
}
-->
