@charset "utf-8";
/* CSS Document */

/*　全体の指定	
---------------------------------------------*/

body{
	margin: 0 ;
	padding: 0;
	font-size: 14px;
	color: #3a3131;
	line-height: 1.8;
	background:#FCF;
	background-image:url(../img/bg.gif);
	font-family:"ヒラギノ角ゴ","MS PGothic",Verdana, Arial, Helvetica, Osaka, sans-serif;
	}
	
	
/* head
---------------------------------------------*/

#main{
	width: 900px;
	margin: 0 auto;
	background-color:#fff;
	border-right:1px solid #F5F5F5;
	border-left:1px solid #F5F5F5;
}
	
#head{
	position: relative;
	height: 100px;
	}
	
#logo{
	position: absolute;
	top: 18px;
	left:5px;
	}
	
#h_tel{
	position: absolute;
	top: 40px;
	right: 10px;
	}
	
	
/* container
---------------------------------------------*/

#wrap{
	width: 100%;
	min-width: 900px;
	}

#contents{
	width: 900px;
	margin: 0 auto;
	background-color:#fff;
	border-right:1px solid #F5F5F5;
	border-left:1px solid #F5F5F5;
	}	
	
	
/* footer
---------------------------------------------*/

#footer_wrap{
	width: 100%;
	min-width: 900px;
	margin:0 auto;
	}
	
#footer{
	background-color:#f5c23a;
	width: 900px;
	height:55px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 10px;
	color: #fff5f9;
	margin-top: -10px;
	}
	
#fnav li{
	float: left;
	margin-left:30px;
	}
	
#fnav a{
	color: #fff5f9;
	font-weight: bold;
	text-decoration: none;
	padding-bottom:1px;
	}
	
#fnav a:hover{
	color: #fff5f9;
	font-weight: bold;
	text-decoration: underline;
	}
	
.fnav{
	float: left;
	}
	