@charset "utf-8";
/* -----------------------------------------------------------

----------------------------------------------------------- */

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,span,blockquote,table,th,tr,td,img,a { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
	vertical-align: top;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6,td {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/* CSS reset */

/* body */

body {
	background:url(../images/bg.jpg);
	font-size:0.8em;
	background-color:#FFFFFF;
}

div.base {
	width:100%;
	margin: 0px auto;
	text-align:center;
}

#member {
	background: #FFF;
	border-bottom:1px #000 solid;
	font-size: 12px;
}
#member .box{
	width : 800px;
	text-align: right;
}


#contents{
	width:100%;
	padding-left:29px;
}
#contents p{
	margin:0;
	padding:0;
}

#contents div.regist_btn{
	background:url(../images/img11.jpg) no-repeat;
	width:375px;
	height:303px;
}
#contents p.btn_regist{
	background:url(../images/btn_regist_on.jpg) no-repeat;
	width:197px;
	height:303px;
	display:inline;
	float:left;
}
#contents p.btn_regist a{
	background:url(../images/btn_regist.jpg) no-repeat;
	width:197px;
	height:303px;
	display:inline;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
#contents p.btn_regist a:hover{
	background: none;
	clear:both;
}
#contents p.btn_start{
	background:url(../images/btn_start_on.jpg) no-repeat;
	width:170px;
	height:143px;
	margin-top:160px;
	display:inline;
	float:left;
}
#contents p.btn_start a{
	background:url(../images/btn_start.jpg) no-repeat;
	width:170px;
	height:140px;
	display:inline;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
#contents p.btn_start a:hover{
	background: none;
	clear:both;
}

#contents div.btn_area{
	background:url(../images/img09.jpg) no-repeat;
	width:820px;
	height:128px;
}
#contents p.btn_gamestart{
	background:url(../images/btn_gamestart_on.jpg) no-repeat;
	width:464px;
	height:47px;
	margin-left:180px;
	margin-top:12px;
	display:inline;
	float:left;
}
#contents p.btn_gamestart a{
	background:url(../images/btn_gamestart.jpg) no-repeat;
	width:464px;
	height:47px;
	display:inline;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
#contents p.btn_gamestart a:hover{
	background: none;
	clear:both;
}
#contents p.btn_download{
	background:url(../images/btn_download_on.jpg) no-repeat;
	width:259px;
	height:50px;
	margin-left:281px;
	margin-top:10px;
	display:inline;
	float:left;
}
#contents p.btn_download a{
	background:url(../images/btn_download.jpg) no-repeat;
	width:259px;
	height:50px;
	display:inline;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
#contents p.btn_download a:hover{
	background: none;
	clear:both;
}

#contents td.bg_img{
	background:url(../images/img05.jpg) no-repeat;
}
