@charset "shift-jis";
*{
	margin: 0;
	padding: 0;
	font-family: Verdana,'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro',osaka,'‚l‚r ‚oƒSƒVƒbƒN','MS PGothic',sans-serif;
}
body{
	color: #555;
	background-color: #eaf7d2;
	height: 100%;
	font-size: 12px;
	line-height: 1.4em;
}
img{
	border: 0;
}
li{
	list-style-type: none;
}
a{
	color: #6b94a5;
	text-decoration: none;
	outline: none;
}
a:hover,
a:active{
	color: #c80023;
	text-decoration: underline;
}
.small{
	font-size: 10px;
}

/* CONSTRUCTION
----------------------------------*/
#header{
	background: url(../img_common/bg_header.jpg) no-repeat;
	width: 820px;
	height: 140px;
	margin: 0 auto;
}
#topimage{
	background: url(../img_common/bg_body.jpg) repeat-y;
	width: 820px;
	height: 258px;
	margin: 0 auto;
}
#nav{
	background: url(../img_common/bg_body.jpg) repeat-y;
	width: 820px;
	height: 40px;
	margin: 0 auto;
}
#content{
	background: url(../img_common/bg_body.jpg) repeat-y;
	width: 760px;
	min-height: 400px;
	margin: 0 auto;
	padding: 5px 30px 20px;
}
#content-home{
	background: url(../img_common/bg_body.jpg) repeat-y;
	width: 820px;
	height: 215px;
	margin: 0 auto;
	padding-top: 10px;
}
#footer{
	background: url(../img_common/bg_footer.jpg) no-repeat;
	width: 820px;
	height: 120px;
	margin: 0 auto;
	text-align: left;
}

/* HEADER
----------------------------------*/
.logo{
	position: relative;
	top: 60px;
	left: 35px;
}
.tel{
	position: relative;
	top: 0;
	left: 630px;
}
.mailbtn{
	position: relative;
	top: 30px;
	left: 540px;
}

.topimage{
	margin: 0 30px;
}

/* NAVIGATION
----------------------------------*/
.navbtns{
	width: 770px;
	list-style: none;
	margin: 0 0 0 25px;
}
.navbtns li{
	margin: 0 2px;
	float: left;
	display: inline;
}
.pankz{
	width: 100%;
	padding: 5px;
	font-size: 10px;
}

/* CONTENT
----------------------------------*/
.endline{
	width: 760px;
	height: 16px;
	margin: 10px auto;
	text-align: right;
	float: left;
	display: inline;
}
/* FOOTER
----------------------------------*/
#footer p{
	font-size: 11px;
	float: right;
	padding-top: 10px;
	padding-right: 30px;
}
.logo-ft{
	position: relative;
	top: 52px;
	left: 440px;
}

/* clearFix
----------------------------------*/

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
/* End hides from IE-mac */