*{
	margin:0;
	padding:0;
}
body{
	font-size:75%;
	line-height:1.6;
}

img{
	border:none;
	vertical-align:bottom;
}
h1{
	display:none;
}
h2{

}
h3{
	clear:both;
	margin:0px;
}
h4{
	font-size:152%;
}
h5{
	font-size:100%;
}
/***clearfix***/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/**/


div#commonheader{
	background:#000;
	height:39px;
	margin-bottom:0px;
	height:30px;
}

p#inquiry{
	text-align:right;
	position:absolute;
	right:0;
	top:0;
}

#content{
	background:url(../images/content_bg.jpg) repeat-x center top;
}

#header_left{
	width:365px;
	float:left;
	padding:0px 0px 0px 65px;
}
#detail{
	background:url(../images/detail_bg.jpg) no-repeat;
	width:390px;
	height:166px;
	padding:25px 0px 0px 40px;
}
.detail_table{
	
}
.detail_table th{
	width:90px;
	text-align:left;
}

#header_right{
	float:right;
	padding:0px 101px 0px 0px;
	width:428px;
}

* html body #header_right{
	float:right;
	padding:0px 41px 0px 0px;
	width:428px;
}


#content_left{
	width:430px;
	text-align:right;
	float:left;
	padding:0px 0px 0px 64px;
}
#content_right{
	width:417px;
	float:right;
	padding:0px 90px 0px 0px;
}


#wrapper{
	clear:both;
	width:1024px;
	margin:0 auto;
	overflow:hidden;
}
/***header***/
#top{
	background:url(../images/header.jpg) no-repeat left top;
	width:890px;
	height:464px;
	position:relative;
	margin:10px 0px 10px 0px;
}
#header_table{
	position:absolute;
	left: 597px;
	top: 249px;
	width: 250px;
}
#header_table th{
	text-align:left;
}
#footer_bt{
	width:851px;
	margin:0px auto 30px auto;
}
/***footer***/
#footer{
	background:url(../images/footer_bg.jpg) repeat-x;
	height:50px;
	margin:0 auto;
	clear:both;
}
#link_bt{
	padding-top:5px;
	margin:0px auto 20px auto;
	width:425px;
	height:66px;
}
#footer #copyright{
	width:1024px;
	text-align:center;
	margin:0px auto 0px auto;
	padding:20px 0px 0px 0px;
}
#copyright a{
	color:#000;
	text-decoration:none;
}
#copyright a:hover{
	text-decoration:underline;
}
