@charset "utf-8";
body {
	margin-top:0;
	background-color: #000;
	color:#FFF;
}
a:link {
	color:#CCC;
	text-decoration:none
}
a:hover {
	color:#FFF;
	text-decoration:none
}
a:active {
	color:#FFF;
	text-decoration:none
}
a:visited {
	color:#666;
	text-decoration:none
}
.main,.footer {
	margin:0 auto;
	width:750px;
}
.mainp {
	margin:0 auto;
	width:591px;
	height:450px;
}
.guide_bm {
	line-height:12px;
	height:30px;	
	text-align:right;
	font:10px Verdana, Geneva, sans-serif;
	width:700px;
}
.copyright {
	text-align:center;
	font:10px "Times New Roman", Times, serif;
	height:60px;
}
.vol_v {
	width:22px;
	height:450px;
	background:url(../images/volbar.gif) center top no-repeat;
	font:12px/24px Verdana, Geneva, sans-serif;
	float:left;
}
a.vol_btn:link, a.vol_btn:visited, a.vol_btn:hover, a.vol_btn:active, a.vol_selected:link, a.vol_selected:visited, a.vol_selected:hover, a.vol_selected:active {
	margin-top:3px;
	font:10px/20px Verdana, Geneva, sans-serif;
	color:#FFF;
	display:block;
	width:22px;
	height:22px;
	text-align:center;
}
a.vol_btn:link, a.vol_btn:visited {
	text-indent:-99999px;
	background:url(../images/vol.gif) no-repeat
}
a.vol_btn:hover, a.vol_btn:active, a.vol_selected:link, a.vol_selected:hover, a.vol_selected:active, a.vol_selected:visited {
	text-indent:0;
	background:url(../images/vol_selected.gif) no-repeat
}