*{
	margin		: 0px;
	padding		: 0px;
}

img{
	border-style	: none;
	border-width	: 0px;
}

body{
	text-align	: center;
	font-size	: 12px;
	color		: #ffffff;
	font-family : "Meiryo","Hiragino Kaku Gothic Pro","MS PGOTHIC", "Arial", sans-serif;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	background	: url(./img/index/bg.gif) repeat-x top #2c1d1d;
}

a{
	color			: #ffffff;
	text-decoration	: underline;
}

a:hover{
	color			: #ffffff;
	text-decoration	: underline;
}

h2,h3{
	font-size	: 13px;
	font-weight	: normal;
}

h3{
}


ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table tr{
	vertical-align	: top;
}



/*---------------------------*/
/*  ALL
/*---------------------------*/


#body{
	width			: 800px;
	margin			: 0 auto;
}

h1,h2,h3,p{
	font-size		: 10px;
	font-weight		: normal;
	line-height		: 17px;
}

#main{
	width			: 800px;
	float			: left;
	background		: url(./img/index/logo.jpg) no-repeat 211px 275px;
}

#enter{
	margin			: 450px 0 20px 0;
}

.mgb{
	margin-bottom	: 36px;
}

.mgb2{
	margin-bottom	: 8px;
}

#copy{
	margin-bottom	: 10px;
}