@charset "utf-8";


* { margin: 0; padding: 0; }

body {
	height:100%;
	width:100%;
	background-color: #FFFFFF;
}



/* global
*******************************************************************************/
.home { position: static; overflow: hidden; }


#wrap {
	padding: 0px;
	height: auto;
	width: 100%;
	margin: 0px;
}
#content {
	margin: 0px;
	padding: 0px;
	height: auto;
}
#main {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	height: 180px;
	margin: -90px 0 0 0;
	padding: 0px;
	text-align: center;
}


/*------- header -------- */
#head {
	position: absolute;
	width: 100%;
	height: 37px;
	top: 0px;
	left: 0;
	background-color: #990000;
}

#head #logo {
	position:absolute;
	top:2px;
	left:10px;
	z-index: 100;
	background-color: #C00;
}

/* global_nav */
#global_nav {
	position: absolute;
	top: 12px;
	right: 0;
}
#global_nav li {
	float: left;
	line-height: 0;
	padding: 0 0 0 12px;
	margin: 0 0 0 12px;
	background: url(/rs/common/2012/img/common/arrow-white.gif) 0 50% no-repeat;
}
#global_nav li a { color: #ffffff; }
#global_nav li a:hover { color: #ffffff; text-decoration: none; }


/*------- footer -------- */
#footer {
	position: absolute;
	width: 100%;
	height: 37px;
	bottom: 0px;
	left: 0;
	font-size: 1em;
	color: #ffffff;
	background-color: #990000;
}
#footer a:link { color: #ffffff; text-decoration:none; }
#footer a:visited { color:#ffffff; text-decoration: none; }
#footer a:hover { color:#ffffff; text-decoration: underline; }
#footer a:active{ color:#ffffff; text-decoration:underline; }


#footer .leftBox {
	position:absolute;
	margin-top:10px;
	left:13px;
}
#footer .rightBox {
	position:absolute;
	right:13px;
	padding: 10px 10px 10px 0;
}
#footer .rightBox #bn_rs { position: absolute; bottom: 0; right: 0; }

#footer .rightBox a {
	font-size: 1.2em;
}




/* home
*******************************************************************************/
#main h1 a{
	display: block;
	text-indent: -9999px;
	width: 973px;
	height: 250px;
	background-image: url(/rs/category/tokushu/121015/img/home/121015-home-h1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: -40px auto 0px auto;
}
#main h1 a:hover{
	background-image: url(/rs/category/tokushu/121015/img/home/121015-home-h1.png);
	background-repeat: no-repeat;
	background-position: 0px -250px;
}








