* html ,
* html body {
   height:100%;
   overflow:hidden;
   margin:0;
}
body {
	margin:0;
	padding:0;
	background:url(../img/index/bg.gif) #ffffff;
	color:#46411d;
	position:relative;
	text-align:center;
	font-size:12px;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:14px;
}
img {
	border:none;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration:none;
}
strong,em {
	font-weight:normal;
}
li{
	list-style:none;
}
h1{
	width:100%;
	height:14px;
	background:url(../img/common/head.gif);
	font-size:10px;
	text-align:right;
}
.clear{
	clear:both;
}
#wrap{
	width:900px;
	height:540px;
	margin:20px auto;
	text-align:left;
	background:url(../img/index/index_logo.gif) no-repeat;
	position:relative;
}
* html #wrap {
   position:relative;
   width:90%;
   height:100%;
   overflow-y:auto;
   overflow-x:hidden;
}
#h1_p{
	position:absolute;
	top:35px;
	right:10px;
	width:380px;
	height:180px;
	font-size:11px;
	line-height:140%;
	overflow:hidden;
}
*html #h1_p{
	position:absolute;
	top:35px;
	left:650px;
	width:380px;
	height:180px;
	font-size:11px;
	line-height:140%;
	overflow:hidden;
}
/*contents*/
#contents{
	width:900px;
	height:auto;
	float:right;
	margin:680px 0 200px 0;
	position:relative;
	z-index:5;
}
.index_p{
	width:900px;
	height:auto;
	line-height:140%;
	line-height:160%;
}
#contents img{
	float:left;
	margin:0 10px 10px 0;
}
#detail{
	margin:0 0 0 270px;
}
/*広告*/
#ad_box{
	position:absolute;
	top:310px;
	margin:0 0 20px 0;
}

#ad_box p{
	float:left;
	margin:0 20px 10px 0;
}

/*入り口*/
#topenter{
	position:absolute;
	top:170px;
	right:50px;
	display:block;
	width:200px;
	height:96px;
}
*html #topenter{
	position:absolute;
	top:170px;
	left:650px;
	display:block;
	width:200px;
	height:96px;
}
/*foot*/
div#foot {
   position:fixed;
   bottom:0px;
   right:0px;
}

/* IE6用 */
* html div#foot {
   position:absolute;
}


#foot{
	width:100%;
	height:113px;
	margin-top:10px;
	padding:0;
	font-size:11px;
	color:#ffffff;
	background-image: url(../img/common/foot.gif);
	background-repeat:repeat-x;
	vertical-align:middle;
	text-align:left;
	z-index:9;
}
#foot img{
	border:0;
}
#foot_b{
	position:absolute;
	top:30px;
	left:50px;
}
#foot_b img{
	margin:0 30px 0 0;
}
#rogo_foot{
	position:absolute;
	right:30px;
	bottom:25px;
}
#foot_text{
	position:absolute;
	right:250px;
	bottom:22px;
}
#foot_text a{
	padding:2px 3px;
	text-decoration:none;
	color:#ffffff;
	margin:0 3px 0 0;
}
#foot_text a:hover{
	background:#ffffff;
	text-decoration:none;
	color:#cfab00;
}
#copy{
	position:absolute;
	right:30px;
	bottom:-1px;
	color:#ffffff;
}
#copy a{
	color:#ffffff;
	text-decoration:none;
}