@charset "utf-8";

/* CSS Reset */

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	display: inline;
}
ul,ol,li{
	list-style-type: none;
}
table{
	border-collapse: collapse;
}

/* Common Settings */

body{
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS P Gothic","MS Pゴシック",sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #000;
	background: #E7B76B url(/img/bg.jpg) 0 0 repeat fixed;
}
a{
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #9B6D45;
	text-decoration: underline;
}
.clear{
	clear: both;
}
.small{
	font-size: 11px;
}


/* Clear Fix */

.cf:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf{
	display: inline-block;
}
* html .cf{
	height: 1%;
}
.cf{
	display: block;
}


h2{
	margin: 30px 0 0;
	padding: 0;
	clear: both;
}
h3{
	height: 24px;
	padding: 5px 0 0 20px;
	margin: 25px 0 0;
	font-size: 16px;
	border-bottom: 1px solid #7A4F2A;
	background: url(/img/head_h3.gif) 0 center no-repeat;
	clear: both;
}


/* Construction */

header{
	width: 100%;
	height: 140px;
	text-align: center;
	border-bottom: 1px solid #7A4F2A;
	background: url(/img/line_top.gif) 0 0 repeat-x;
}
#header_inner{
	width: 920px;
	height: 140px;
	margin: 0 auto;
	text-align: left;
}
#container{
	width: 920px;
	margin: 0 auto;
	text-align: left;
}
nav{
	width: 200px;
	padding-bottom: 50px;
	float: left;
}
#content{
	width: 700px;
	min-height: 600px;
	padding-bottom: 50px;
	float: right;
}
footer{
	width: 100%;
	height: 150px;
	text-align: center;
	border-top: 1px solid #7A4F2A;
	clear: both;
}
#footer_inner{
	width: 920px;
	height: 150px;
	margin: 0 auto;
}


/* Header */

#logo{
	margin: 45px 0 0 5px;
	float: left;
}
#tel{
	margin: 110px 10px 0 0;
	float: right;
}


/* Left */

#navigation{
	width: 185px;
	margin: 20px 0 0;
	padding: 5px 0 5px 4px;
}
#navigation li{
	width: 180px;
	height: 50px;
	margin: 1px 0 0;
	display: block;
	line-height: 1.8em;
	text-align: center;
	background-color: #9B6D45;
}
#navigation li.current{
	width: 180px;
	height: 35px;
	padding: 15px 0 0;
	color: #FFF;
	background-color: #7A4F2A;
}
#navigation li a{
	width: 180px;
	height: 35px;
	padding: 15px 0 0;
	display: block;
	color: #D8C4B3;
}
#navigation li a:hover{
	background-color: #7A4F2A;
	color: #FFF;
	text-decoration: none;
}


/* Footer */

#fnav{
	width: 400px;
	height: 20px;
	margin: 20px 0 0 260px;
	border-left: 1px solid #7A4F2A;
	font-size: 12px;
	float: left;
}
#fnav li{
	width: 99px;
	height: 20px;
	text-align: center;
	border-right: 1px solid #7A4F2A;
	
	float: left;
}
#fnav li a{
	width: 100px;
}
#fnav li.current{
	color: #9B6D45;
	text-decoration: underline;
}
#copy{
	width: 100%;
	padding: 50px 0 0;
	text-align: center;
	font-size: 10px;
	clear: both;
}


/* Scroller */

#gtt{
	position: fixed;
	bottom: 35px;
	right: 35px;
}