@charset "UTF-8";
/* CSS Document */

.top #container{
	background-position:47px 0;
}

.top #main-board{
	width:737px;
	/*height:235px;*/
	margin-top:10px;
	margin-left:0;
	text-align:left;
	background-image:url(../images/top/main.png);
	background-position:272px 50px;
	background-repeat:no-repeat;
	position:relative;
	
	height:340px;
}

.top #main-board #bt-tbox{
	position:absolute;
	top:310px;
	left:460px;
}

.top #main-board #bt-privilege{
	position:absolute;
	top:205px;
	left:-21px;
}


.top #banners{
	text-align:right;
	margin-top:-60px;
	width:740px;
}

/*.top #topic,*/
.top #info,
.top #sns-link{
	width:740px;
	background:none;
}
/*
.top #topic{
	background-image:url(../images/top/topic-bg.jpg);
	height:153px;

}
.top #topic .main-banner{
	margin:0 10px;
	margin-top:10px;
}

.top #topic #topic-txt{
	margin:4px 10px;
	height:17px;
	width:716px;
	overflow:hidden;
}
.top #topic #txt-body{
	font-size:14px;
	color:#fff1bb;
	white-space:nowrap;
}*/

.top #info{
	margin-top:20px;
	width:737px;
	background-color:#0e0806;
	background-image:url(../images/top/info-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	border:1px #4c4c4c solid;
	position:relative;
}

.top #info #info-inner{
	background-image:url(../images/top/info-p.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:737px;
	padding-top:45px;
}


.top #info #info-inner .main-banner{
	margin-left:7px;
}

.top #info #info-inner .second{
	margin-left:7px;
	padding:5px 0;
	
	width:208px;
	float:left;
}


.top #info #info-inner .main-banner img{
	margin:0 2px;
	margin-bottom:7px;
}



.top #info #info-inner #info-body{
	margin-top:5px;
	margin-left:9px;
	margin-bottom:12px;
	width:98%;
	max-height:150px;
	overflow-y:auto;
	overflow-x:hidden;
	
	width:503px;
	float:left;	

}

.top #info #info-inner #info-body table{
	width:712px;
	width:100%;
	border-collapse:collapse;
}
.top #info #info-inner #info-body table th,
.top #info #info-inner #info-body table td{
	border:1px #333 dotted;
	border-width:0 0 1px 0;
	text-align:left;
	font-size:90%;
	padding:5px 2px;
	vertical-align:top;
}

.top #info #info-inner #info-body table th{
	width:90px;
	font-weight:normal;
}

.top #sns-link-banners{
	margin-top:20px;
}

