@charset "utf-8";
/* CSS Document */

/******************* html/body *******************/
html,body{
	height:100%;
}
* 	{
	margin:0;
	padding:0;
	}
a {
	color: #666666;
	text-decoration: none;
	outline : 0 ;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img 
	{
	border:0;
	}
	
body
	{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	margin:0px auto 0px auto;
	background-repeat: repeat-x;
	background-image: url(../img/indexbk.png);
	background-color: #fff4dc;
	}
	
h1
	{
	font-size:14px;
	margin: 0px auto 0px auto;
	padding-left: 10px;
	line-height: 20px;
	width: 800px;
	font-weight: bold;
	}
h2
	{
	font-size:14px;
	margin: 20px auto 0px auto;
	padding-left: 10px;
	line-height: 20px;
	width: 800px;
	color: #FFFFFF;
	}
/******************* FLASH *******************/
#indexflash
	{
	width:800px;
	margin:50px auto 0px auto;
	height: 450px;
	background-color: #FFFFFF;
	}
/******************* CONTENTS *******************/
#attestation
	{
	width:100%;
	margin: 20px auto 10px auto;
	background-image: url(../img/attestationbk.gif);
	background-repeat: repeat-x;
	}
#attestation_outer
	{
	width:800px;
	margin: 0px auto 0px auto;
	}
#attestation .enter
	{
	width:318px;
	float: left;
	padding: 5px 0px 5px 0px;
	}
#attestation .exit
	{
	width:318px;
	float: right;
	padding: 5px 0px 5px 0px;
	}
.clears
	{
	clear:both;
	}
#recbanner
	{
	width:468px;
	margin: 20px auto;
	}
#indexcomment
	{
	width:600px;
	margin: 0px auto 10px auto;
	background-image: url(../img/indexcommentbk.gif);
	padding: 10px 0px 90px 0px;
	background-repeat: no-repeat;
	}
#indexcomment p {
	width:320px;
	margin:0px auto 0px auto;
	font-size: 14px;
	color: #444750;
	line-height: 20px;
	}
#indexcomment span {
	width:100px;
	margin:0px auto 0px auto;
	float:right;
	}
address {
	font-family: "MS UI Gothic", sans-serif;
	width:400px;
	margin:0px auto 20px auto;
	font-size:14px;
	color:#b9f3ff;
	line-height:20px;
	font-size:14px;
	font-style:normal;
	line-height:20px;
	border-top:dashed 1px #666666;
	border-bottom:dashed 1px #666666;
	color:#666666;
	}
#copyright
	{
	width:800px;
	margin: 0px auto 20px auto;
	text-align: center;
	color: #666666;
	font-size: 14px;
	}
