@charset "Shift_JIS";

@import url("setting.css");  

/* ----------------------------------------
	container
---------------------------------------- */
#container {
	margin: auto;
}

/* ----------------------------------------
	header
---------------------------------------- */

#header_wrap {
	background: url(../img/common/header_bg.gif) repeat-x;
	height: 123px;
	margin: auto;
}
#header {
	width: 767px;
	margin: auto;
}
#header p{
	color: #D4D6D9;
	font-size: 8px;
}
#header h1 {
	margin-top: 20px;
	margin-bottom: 11px;
}
.nav li{
	float: left;
	margin-right: 2px;
	position: relative;
	width: 126px;
	height: 53px;
}
.nav li.nav_last {
	margin: 0;
}
.nav ul {
	display: none;
}
.nav ul li{
	float: none;
	height: 32px;
}

/* ----------------------------------------
	contents
---------------------------------------- */
#contents {
	background: url(../img/common/contents_bg.png) repeat-y;
	width: 795px;
	margin: auto;
	padding-bottom: 55px;
	padding-top: 25px;
}
.product_list a {
	background: url(../img/common/pointer_gray.gif) no-repeat left center;
	padding: 5px 0 5px 15px;
	line-height: 12px;
}
.product_list a:hover {
	background: url(../img/common/pointer_gray_on.gif) no-repeat left center;
	padding: 5px 0 5px 15px;
	line-height: 12px;
}

#page_top {
	background: url(../img/common/page_top.png) repeat-x;
	margin-top: 60px !important;
	padding-top: 12px;
	width: 710px;
	height: 22px;
	margin: auto;
	font-size: 7px;
}
#page_top p{
	text-align: right;
	padding-right: 8px;
}
#page_top p a{
	color:#93989e;
}

#contents_inner .page_top {
	background: url(../img/common/page_top.gif) repeat-x;
	padding-top: 12px;
	width: 710px;
	height: 22px;
	margin: auto;
	font-size: 7px;
}
#contents_inner .page_top p{
	text-align: right;
	padding-right: 8px;
}
#contents_inner .page_top p a{
	color:#93989e;
}

.item .product_page_top {
	width: 60px;
	font-size: 10px;
	position: absolute;
	bottom: 0px;
	right: 10px;
}
.item .product_page_top a {
	color:#93989e;
}


/* ----------------------------------------
	footer
---------------------------------------- */
#footer_wrap {
	background: url(../img/common/footer_bg.gif) repeat-x;
}
#footer {
	width: 795px;
	margin: auto;
	height: 44px;
	padding-top: 8px;
	font-size: 10px;
	line-height: 12px;
	position: relative;
}
#footer ul {
	margin: 2px 8px;
}
#footer li {
	color: #c71328;
	float: left;
	border-right: 1px solid #fff;
	padding: 0 10px;
}
#footer .footer_list {
	border: none;
}
#footer p {
	color: #7b8086;
	position: absolute;
	top: 37px;
	right: 8px;
}
#footer a {
	color: 	#fff;
}
#footer a:hover {
	color: #e60000;
}