<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/* CSS Document */
a {
	color: #04C;
}
a:hover {
	color: #69F;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a:hover img.nop {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
label {
	cursor: pointer;
}
label:hover {
	color: #09C;
}
body {
	min-width: 1190px;
	background:url(../img/sale_back.jpg) repeat-x #FFEED7;
}
/* =========================================================
header
========================================================= */
header {
	width: 950px;
	height: 251px;
	margin: 0 auto;
	position: relative;
}
header img {
	vertical-align: bottom;
}
#topText {
	line-height: 20px;
	font-size: 11px;
	padding: 15px 0 0 30px;
}
header h1 {
	margin-top: 10px;
}
header h2 {
	width: 322px;
	position: absolute;
	left: 0;
	bottom: 3px;
}
header div#openInfo h3 {
	float:left;
}
header nav {
	width: 208px;
	position: absolute;
	top: 56px;
	right: 0px;
	overflow: hidden;
}
header nav ul {
	width: 208px;
	height: 26px;
}
header nav ul li {
	float: left;
}
header #openInfo {
	width: 628px;
	height: 158px;
	position: absolute;
	right: 0;
	bottom: 3px;
}
header #openInfo h3 {
	font-size:0;
}
header #openInfo p.btn {
	width:511px;
	height:50px;
	position:absolute;
	top:350px;
	left:12px;
}
header #openInner {
	background:url(../../img/bg_open.gif) repeat-y;
	height:305px;
	padding:5px 5px 0;
}
</pre></body></html>