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

ul.light  {
	list-style: none;
	font-size: 88%;
	width: 110px;
	margin: 0;
	padding: 0;
}
.light li {
	width: 131px;
	height: 31px;
	_overflow: hidden;
}
.light a {
	display: block;
	width: 131px;
	height: 31px;
	_height: 62px;
	background: url(../images/b_enter.png);
	_background: none;
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/b_enter.png', sizingMethod='scale');
    text-indent: -9999px;
	line-height: 31px;
	cursor: pointer;
	overflow:hidden;
	outline:none;

}
.light a:hover {
	background-position: 0 -31px;
	color: #ff0000;
	_margin-top: -31px;
	_padding-top: 31px;
	_height: 31px;
}	


#top_list {
	/*width: 766px;
	float: left;*/
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 5px;
	color:#bbb;
	font-size: 80%;
}
#top_list a { color: #CCC; text-decoration: underline; }
#top_list a:visited { color: #CCC; text-decoration: underline; }
#top_list a:hover {
	color: #FFF;
	text-decoration: underline;
}
.top_photo {
	width: 700px;
	/*background-color: #666;*/
	background-repeat: repeat-x;
	/*border: 1px solid #999;*/
	margin: 0px 0px 40px;
}
.top_about {
	width: 253px;
	float: left;
	background-color: #666;
	background-repeat: repeat-x;
	border: 1px solid #999;
}

.top_photo { margin-right: 6px; }
/*.top_photo h3, .top_about h3 { background-color: rgb(74, 74, 74); background-image: url('../images/top_title_h3.gif'); padding: 7px 15px; color: rgb(255, 255, 255); font-weight: normal; font-size: 1em; }*/
ul.category {
	margin-top: 10px;
	margin-left: 30px;
	line-height: 170%;
	margin-bottom: 10px;
	float: left;
	margin-right: 15px;
}
ul.category li { list-style-type: none; }
#wrap_black #top_list .top_about .category li ul li {
	margin-left: 37px;
	list-style-type: circle;
}
