@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px auto;
	padding: 0px;
	line-height: 120%;
	font-size:78%;
	text-align:center;
	background:url(../images/bg.png);
}
div, p {
	position:relative;
}
img {
	border-style: none;
	border:0;
}
ul, ol {
	list-style-type:none;
	list-style-position:inside;
	margin:0px;
	padding:0px;
}
/* shadow
******************************************* */
#shadow {
	position:absolute;
	width:818px;
	height:468px;
	margin: -254px 0 0 -424px !important;
	top:50%;
	left:50%;
	background: url(../images/bg-kage.png) no-repeat;
}
* html #shadow {
 behavior: expression(IEPNGFIX.fix(this));
}
/* topwrap
******************************************* */
#top_wrap {
	width:800px;
	margin:auto;
}
/* left
****************************************** */
#top_left {
	width:220px;
height:428px;
	float:left;
text-align:left;
background:url(/images/bg_menu.gif);
background-repeat:no-repeat;

}
/* main
****************************************** */
#top_main {
	width:580px;
	float:left;
}
#top_main #category:after {
	content: ".";
	display: block;
	height: 0.1px;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
/* footer
******************************************* */

#top_footer {
	width:800px;
	text-align:left;
	border-top:#B50016 solid 1px;
	margin:0px auto;
}
#top_footer ul {
	width:400px;
	margin-left:10px;
}
#top_footer li {
	width:60px;
	float:left;
	padding:0px 2px;
	margin:2px;
	text-align:center;
	position:relative;
	border-right:solid 1px #FFFFFF;
}
