@charset "utf-8";

/* web font指定 */

@font-face {
	font-family: hannari;
	src: url('../font/Hannari.otf') format("opentype");
}

/* clearfix指定 */

.clearfix:after {
  content: ".";  
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* framework */

html {
	overflow: auto;
}
body {
	width: 100%;
	overflow-x: hidden;
	min-width: 1024px;
	position: relative;
	background: url(../img/bgimage.jpg) repeat;
}
#wrapper{
	width: 1024px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

/* header area */

header{
	width: 100%;
	height: 97px;
	margin: 0 -500% 60px -500%;
	padding: 0 500%;
	color: #FFF;
	background: rgba(142,117,88,0.5)
}
#header_logo{
	position: absolute;
	top: 0;
	left: 25px;
}
#read{
	height: 25px;
	margin: 0 -500%;
	padding: 5px 500% 0 500%;
	background: #A47C52;
}
#read span{
	padding: 0 0 0 460px;
}
#head_bottom{
	margin: 0 0 0 407px;
}
#business_area{
	width: 108px;
	margin: 6px 0 0 0;
	border: 1px #42210B solid;
	background: #FFF;
	text-align: center;
	float: left;
}
#sub_business{
	background: #42210B;
	padding: 1px;
}
#sub_area{
	color: #42210B;
	padding: 1px;
}
#inquiry{
	margin: 22px 0 0 10px;
	float: left;
}
#tellnum{
	margin: 10px 0 0 20px;
	float: left;
}

/* nav area */

nav{
	font-size: 18px;
	text-align: center;
	margin: 0 0 40px 31px;
	
}
nav ul{
	width: 970px;
}
nav ul:first-child {
	border-left: 2px #000 solid;
	float: left;
}
nav li{
	width: 190px;
	height: 24px;
	float: left;
	border-right: 2px #000 solid;
}
nav li a:hover{
	color: #000;
	width: 190px;
	height: 46px;
	float: left;
	background: url(../img/navbg.png) no-repeat;
}
main{
	margin: 0 -500%;
	padding: 0 500%;

/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(20%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(70%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
	
}
/* footer area */

footer{
	width: 1024;
	height: 266;
	margin: 0 -500%;
	padding: 0 500%;
	background: #B37D4F;
}
#read_bottom{
	width: 576px;
	height: 160px;
	float: left;
	font-family: hannari;
	font-size: 30px;
	padding: 40px 40px 40px 80px;
	line-height: 42px;
}
#read_bottom span{
	margin: 0 0 0 10px;
}
#bottmright{
	float: left;
}
address{
	width: 304px;
	padding: 0 0 0 20px;
	margin: 30px 0 0 0;
	font-style: normal;
	color: #FFF;
	border-left: 4px rgba(41,41,41,0.5) solid;
	line-height: 20px;
}
#credit_bottom{
	color: #FFF;
	clear: both;
	text-align: center;
	background: rgba(41,41,41,0.5);
	margin: 0 -500%;
	padding: 0 500%;
}