@charset "UTF-8";
/* Base setting */
* {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y: scroll;
}
* html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	text-align: center;
	behavior:url("/common/js/csshover.htc");
	line-height: 1.4;
	background: url(/img/common/header_bg.jpg) repeat-x left top;
}
#wrap {
	width: 920px;
	margin: 0px auto;
	text-align: left;
}


a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a:hover img.nofilter {
	opacity: 1;
	filter: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
}
button {
	cursor: pointer;
}
object {
	vertical-align: bottom;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
input {
	padding-top: 2px;
}
dt img {
	vertical-align: bottom;
	line-height: 1;
}
ul,
ol {
	list-style-type: none;
}
li img {
	vertical-align: bottom;
}
strong,
b {
	font-weight: bold !important;
}
em {
	font-style: italic !important;
}
ins {
	text-decoration: underline !important;
}
del {
	text-decoration: line-through !important;
}
big {
	font-size: 108.3% !important;
}
small {
	font-size: 91.6% !important;
}


#header {
	height: 240px;
	position: relative;
	zoom: 1;
}
#header * {
	line-height: 1;
}
#header #gnavi {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 30;
	width: 921px;
}
#header #gnavi li {
	float: left;
}
#header #gnavi #subnavi {
	position: absolute;
	bottom: 70px;
	left: 555px;
	z-index: 40;
}
#header #gnavi #subnavi li {
	float: none;
}
#header #head-navi {
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 920px;
	background: url(/img/common/header_bg02.png) repeat left top;
	color: #FFF;
	z-index: 20;
}
#header #head-navi #head-lead {
	float: left;
}
#header #head-navi ul {
	float: right;
	padding-top: 6px;
}
#header #head-navi ul li {
	float: left;
	margin-left: 4px;
}
#header #head-navi #head-lead {
	font-size: 10px;
	line-height: 1.1;
	padding-top: 11px;
	padding-left: 5px;
}
#header .backhome {
	position: absolute;
	left: 0;
	top: 30px;
}

#pan {
	font-size: 83.4%;
	line-height: 1.1;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 18px;
	background: url(../img/common/pan_bg.gif) no-repeat left 3px;
}
html>/**/body #pan {
	background: url(../img/common/pan_bg.gif) no-repeat left 2px;
}
#pan li {
	float: left;
}

#main-col {
	float: left;
	width: 673px;
}
#left-wrap {
	float: left;
	width: 674px;
}
#left-wrap #main-col {
	float: right;
	width: 490px;
}
#left-wrap #left-col {
	float: left;
	width: 140px;
}

#right-col {
	float: right;
	width: 200px;
}
#right-col .r-catalog {
	padding-bottom: 25px;
}
#right-col .r-catalog dd {
	margin: 9px 0px 0px 6px;
}
#right-col .r-catalog dd .thum {
	float: left;
}
#right-col .r-catalog dd .txt {
	float: right;
	width: 127px;
	font-size: 83.4%;
}
#right-col .r-catalog dd .txt .btn {
	margin-top: 8px;
	margin-bottom: 7px;
}
#right-col .r-shop dd {
	margin-top: 8px;
	margin-bottom: 25px;
}
#right-col .r-shop dd .picup {
	margin-top: 15px;
}
#right-col .r-shop dd .picup ul li {
	margin-top: 10px;
	font-size: 91.6%;
	color: #666666;
}
#right-col .r-shop dd .picup ul li a {
	display: block;
	margin-bottom: 5px;
}


#foot-pagetop {
	width: 920px;
	margin: 0px auto;
	text-align: right;
	padding-top: 45px;
	padding-bottom: 8px;
}


#footer {
	background: #000;
	font-size: 83.4%;
	line-height: 1.1;
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer #foot-inner {
	width: 920px;
	margin: 0px auto;
	text-align: left;
}
#footer ul {
	float: left;
}
#footer ul li {
	float: left;
	margin-right: 10px;
}
#footer ul li a {
	color: #FFF;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer #copyright {
	float: right;
}