@charset "UTF-8";

body{
	width:100%;
	background:url(../img/bg.gif) repeat-x top #fff;
	text-align:center;}
	
#main{
	width:1010px;
	height:850px;
	position:relative;
	background: url(../img/top-mainbg.jpg) top no-repeat;
	margin: 0 auto;
}


.btn_sitetop{
	position:absolute;
	top:14px;
	left:826px;}

.btn_new{
	position:absolute;
	top:420px;
	left:49px;}

.btn_part{
	position:absolute;
	top:605px;
	left:49px;}
	
#privacy{
	position:absolute;
	top:420px;
	left:527px;
	width:435px;
	height:373px;}
	
#privacy .box{
	width:435px;
	height:315px;
	padding-top:5px;
	padding-bottom:10px;
	background:url(../img/pri_top.gif) no-repeat top left #fff scroll;
	overflow:auto;
	text-align:left;}
	
#privacy .box .boxIn{
	width:auto;
	height:300px;
	padding:5px 15px 10px 15px;
	color:#606060;}

.grayBox{
	border-top:solid 1px #ccc;
	background-color:#f4f4f4;
	width:auto;
	text-align:left;
	padding:5px 1px;}

.boxIn .title{
	width:auto;
	padding-bottom:2px;
	border-bottom:#abdcfb solid 1px;}
	
#footer{
	position:absolute;
	top:828px;
	left:709px;}



