@charset "UTF-8";

*{	margin:0px; border:0px; padding:0px; }

body{
	background:url(img/index_dot2.png) repeat-y center;
	background-color:#666;
	font-size:small;
	text-align:center;
}

h1#top{
	background:url(img/index_logo4.png) no-repeat left center;
	width:620px;
	height:24px;
	margin:10px auto;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-indent:-9999px;
}

div#mainbox{
	width:620px;
	height:383px;
	background:url(img/index_201006.jpg) no-repeat right;
	background-color:#fff;
	margin:0px auto;
	text-align:left;
	position:relative;
}

div#footer{
	width:600px;
	margin:10px auto;
}

p#rights{
	font-size:10px;
	font-weight:bold;
	color:#333;
	float:right;
}

p#enter{
	float:left;
}

#enter img{
	margin-right:10px;
/*	vertical-align:middle;*/
}

p#assist{
	width:610px;
	margin:10px auto 0px;
	padding:5px;
	background-color:#fff;
/*	border:1px solid #666;*/
	text-align:center;
	font-size:0.8em;
	color:#600;
}

#assist a{
	color:#900;
	font-size:1.2em;
}
.notpc{
	display:none;
}
/*
html>/**/body, div#mainbox:-moz-any-link, div:default
{
padding-right: 1px;
} 
*/