@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Geneva, sans-serif, Arial, sans-serif,;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	list-style-type: none;
	font-size:13px;	
}

html{
	background-color:#ffffff;
	}

body {
	background:#FFF url(../image/index/background.gif) repeat-x scroll;
	width:100%;
	height:100%;
	color:#C36;
}

#index_flash {
	width: 900px;
	height:370px;
	margin:10px auto;
}

#index_center{
	width:900px;
	margin:0 auto;	
	}

#index_center li{
	float:left;	
	}

.enter_b{
	padding-left:230px;
	
	}

#caution{
	width: 570px;
	height:63px;
	margin:10px auto;
	}

#footer{
	width:620px;
	padding:10px;
	margin:0 auto;
	}

#footer li{
	float:left;
}

.space{
	padding:0 5px;
}

a{
	outline:none;
	text-decoration:none;
	color:#fff075;
}

a img{
	border:none;
}

a:hover{
	text-decoration:underline;
	color:#ff9000;
}

a:visited{
	color:#d0c09d;
	}