@charset "utf-8";

@import url("./reset.css");	 /* リセット用 */

/* ---------------------------------

▼基本レイアウト

------------------------------------ */
html,body{
	height:100%;

}
body {
	background: url(../img/bg_main.jpg) top center no-repeat fixed  #000000;
	text-size: 80%;
	color:#FFFFFF;
	text-align: center;
}

#wrapper{
	width: 850px;
	height:100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background:#000000;
}

#wrapper h1{
	text-align:left;
	padding:0 0 50px 0;
}

#wrapper p{
	padding:20px 0 5px 0;

}

a{
	font-size:120%;
	color:#FFFF00;
}

.enter_bot{
	color:#FF66FF;
	padding-top:1em;
	height:150px;
/*	background:url(../img/footer_bg.gif) no-repeat; */
}

.enter_bot address{
	color:#FFFFFF;
}

.enter_bot a.index{
	color:#F0027E;
	text-decoration:none;
}

