﻿@charset "UTF-8";

body { font-size: 13px; *font-size: small; /* IE7+ */ *font: x-small; /* IE6- */ }
body { line-height:1.85; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
img{ border:0;}
table { border-collapse:collapse; border-spacing:0; font-size:100%; }

html {
	height: 100%;
}
body {
	text-align:center;
	background-image:url(../images/main_bg.png) ;
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#F4DD73;
	width:100%;
	margin:0 auto;
}


#wrap {
	margin: 0 auto;
	text-align: center;
}

a:link{ color:#d2b978; text-decoration:underline;}
a:visited{ color:#d2b978; text-decoration:underline;}
a:hover{ color:#d2b978; text-decoration:none;}
a:active{ color:#d2b978; text-decoration:none;}


/*  コンテンツ
-----------------------------------------------------------*/
#contents {
	clear:both;
	width:1000px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background:url(../images/main_bg.png) center top repeat-y;
}

.headerarea{
	width:1000px;
	text-align:left;
	height:705px;
	position:relative;
	}
	
.btn_area{
	position: absolute;
	top: 17px;
	right: 0;
	z-index: 100;
	left: 842px;
	}
.btn_area a{
	float:left;
	}
	
.btn_kyoraku{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
	}
.img01{
	position:absolute;
	top:0px;
	left:0px;
	}

.img02{
	position: absolute;
	top: 490px;
	left: 0;
	z-index:1;
	}
.btn_entry{
	position: absolute;
	top: 480px;
	left: 674px;
	}
.btn_tanukichi{
	position: absolute;
	left: 562px;
	top: 490px;
	}
.btn_login{
	position: absolute;
	top: 490px;
	left: 791px;
	}
.btn_thanks{
	position: absolute;
	top: 490px;
	left: 615px;
	}

.boxarea{
	width:1000px;
	height:940px;
	margin:0 auto;
	text-align:left;
	background:url(../images/cont_bg.png) no-repeat center top;
	}
.boxarea .inner{
	padding-left:48px;
	padding-right:48px;
	}
.boxtitle{
	padding-top:40px;
	text-align:center;
	}
.boxarea table{
	border-collapse:collapse;
	text-align:left;
	border:none;
	width:100%;
	}
.boxarea table th,
.boxarea table td
{
	border-top:1px solid #9b8750;
	padding-top:20px;
	padding-bottom:20px;
	vertical-align:top;
	color:#d2b978;
	font-size:12px;
	}
.boxarea table th{
	width:290px;
	}
.mb20{
	margin-bottom:20px;
	}
.mb60{
	margin-bottom:60px;
	}
.caution{
	color:#ff0000;
	line-height:1.5;
	}

.footerarea{
	margin-top:20px;
	position:relative;
	height:60px;
	}
.text01{
	position:absolute;
	top:0;
	left:0px;
	}
.text02{
	position:absolute;
	top:0;
	right:0px;
	}
	

/*  ページトップ
-----------------------------------------------------------*/
div#main p.pagetop {
}



.clearfix:after,
#newsArea .newsBox ul li:after{
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix,
#newsArea .newsBox ul li{
  min-height: 1px;
}

* html .clearfix,
* html #newsArea .newsBox ul li{
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
