@charset "utf-8";

/* common */

/*----------------------------------------------------
	base
----------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	
}
html {
	height: 100%;
	
}
body {
	background: url(../../img/common/homeback.jpg) repeat left top;
	height: 100%;
	color: #E6DCBB;
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
* html body {
	background: url(../../img/common/homeback.jpg) repeat left top;
	height: 100%;
	color: #E6DCBB;
	font-size: 100.01%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#wrap {
	position: relative;
	margin: 0px auto;
	width: 810px;
	height: 100%;
}
* html #wrap {
	position: relative;
	width: auto;
	height: 100%;
	text-align: center;
}
img, a {
	border: none;
    text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;	
}
li {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	line-height:1;
	font-size: 100.01%;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}
	
div,p,li,dt,dd,table,address,pre,form,fieldset,input,blockquote {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	line-height:1;
	list-style: none;
}
.clear {
	clear: both;
	width: auto;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	content: ".";
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*----------------------------------------------------
	haeder
----------------------------------------------------*/
#header {
	background: url(../../img/common/header.jpg) no-repeat left top;
	width: 810px;
	height: 141px;
	text-indent: -9999px;
}
#header_sub {
	background: url(../../img/common/header_sub.jpg) no-repeat left top;
	width: 810px;
	height: 145px;
	text-indent: -9999px;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
	position: relative;
	padding: 0px 0px 60px 0px;
	width: 810px;
	height: 131px;
	font-size:90%;
}
#footer a{
	color: #E6DCBB;
}
#footer address {
	position: absolute;
	top: 108px;
	left: 20px;
}
* html #footer address {
	position: absolute;
	top: 108px;
	left: 20px;
	font-size: 75%;
}
#footer_back {
	background: url(../../img/common/footer.png) no-repeat left top;
	width: 810px;
	height: 103px;
	text-indent: -9999px;
}
#sub_navi {
	margin: 0px 0px 0px 415px;
	background: url(../../img/common/subnavi_back.png) no-repeat right top;
	width: 385px;
	height: 28px;
	padding: 0px;
}
* html #sub_navi {
	margin: 0px 0px 0px 405px;
	background: url(../../img/common/subnavi_back.png) no-repeat right top;
	width: 385px;
	height: 28px;
	padding: 0px;
}
#sub_navi li {
	display: inline;
	height: 9px;
}
#sub_navi li a {
	display:block;
	float:left;
	height: 9px;
	text-indent:-9999px;
}
.sub_navi01 a {
	margin: 6px 0px 0px 20px;
	background: url(../../img/common/subnavi_home.jpg) no-repeat left top;
	width: 41px;
}
* html .sub_navi01 a {
	margin: 6px 0px 0px 0px;
	background: url(../../img/common/subnavi_home.jpg) no-repeat left top;
	width: 41px;
}
.sub_navi02 a {
	margin: 6px 0px 0px 13px;
	background: url(../../img/common/subnavi_about.jpg) no-repeat left top;
	width: 64px;
}
* html .sub_navi02 a {
	margin: 6px 0px 0px 7px;
	background: url(../../img/common/subnavi_about.jpg) no-repeat left top;
	width: 64px;
}
.sub_navi03 a {
	margin: 6px 0px 0px 13px;
	background: url(../../img/common/subnavi_news.jpg) no-repeat left top;
	width: 40px;
}
* html .sub_navi03 a {
	margin: 6px 0px 0px 6px;
	background: url(../../img/common/subnavi_news.jpg) no-repeat left top;
	width: 40px;
}
.sub_navi04 a {
	margin: 6px 0px 0px 13px;
	background: url(../../img/common/subnavi_contact.jpg) no-repeat left top;
	width: 60px;
}
* html .sub_navi04 a {
	margin: 6px 0px 0px 6px;
	background: url(../../img/common/subnavi_contact.jpg) no-repeat left top;
	width: 60px;
}
.sub_navi05 a {
	margin: 6px 0px 0px 13px;
	background: url(../../img/common/subnavi_pp.jpg) no-repeat left top;
	width: 82px;
}
* html .sub_navi05 a {
	margin: 6px 0px 0px 6px;
	background: url(../../img/common/subnavi_pp.jpg) no-repeat left top;
	width: 82px;
}
