@charset "utf-8";

@import url("reset.css");
@import url("base.css");

/* ========================================================
	index css => indexページ用css
======================================================== */

body {
	background: #080a00 url(../../images/right_bg.gif) repeat-y right;
}
html {
	min-width: 990px;
}
div#container {
	position: relative;
	min-width: 990px;
}
* html div#container {
	position: static;
}

/* flashArea
============================================================================================================ */
div#flash {
	width: 420px;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 40px;
}
div#flashcontents {
	position: relative;
	left: -210px;
}

/* leftArea
============================================================================================================ */
div#leftArea {
	float: left;
	padding: 20px 0 40px 30px;
}
div#leftArea p {
	margin-top: 8px;
}
div#leftArea li {
	margin-top: 1px;
}
div#leftArea li.cart {
	margin-top: 20px;
}

/* rightArea
============================================================================================================ */
div#rightArea {
	position: relative;
	z-index: 10;
	float: right;
	padding: 12px 0;
	width: 265px;
	font-size: x-small;
}


/* bnrArea
============================================================================================================ */
div#bnrArea {
	zoom: 1;
}
div#bnrArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#bnrArea dl {
	position: relative;
	float: left;
	margin-right: 10px;
	padding-bottom: 5px;
}
div#bnrArea dt a {
	position: relative;
	display: block;
	width: 118px;
	height: 176px;
	overflow: hidden;
}
div#bnrArea dt a.season {
	width: 248px;
	height: 180px;
}
div#bnrArea dt a img {
	position: relative;
	text-decoration: none;
}
div#bnrArea dt a:link, div#bnrArea dt a:visited {
	border: 1px solid #85835f;
	text-decoration: none !important;
}
div#bnrArea dt a:hover, div#bnrArea dt a:active {
	border: 1px solid #626042;
	text-decoration: none !important;
}
div#bnrArea dd em {
	display: none;
	position: absolute;
	bottom: 10;
	left: -30px;
	width: 118px;
	padding: 2px 0 10px;
	background: url(../../images/tip_bg01.gif) no-repeat top;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	z-index: 200;
}
div#bnrArea dd em.s {
	width: 86px;
	background: url(../../images/tip_bg02.gif) no-repeat top;
}



/* recommend
============================================================================================================ */
div#recommend {
	margin: 10px 15px 10px 0;
	border: 1px solid #3a2920;
}
div#recommend dt {
	position: relative;
	margin: 0 3px 3px;
	border: 1px solid #3a2920;
	zoom: 1;
}
div#recommend dt span {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
div#recommend dd {
	margin: 0 6px 8px;
	display: none;
}




/* news/blog
============================================================================================================ */
div#newsblog {
	margin: 10px 15px 20px 0;
}
div#newsblog ul.title {
	zoom: 1;
}
div#newsblog ul.title:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#newsblog ul.title li {
	float: left;
}
div#newsblog dt {
	padding-top: 1em;
}
div#newsblog dd {
	padding-bottom: 1em;
	background: url(../images/line.gif) repeat-x left bottom;
}
div#newsblog dd strong {
	font-weight: normal;
	color: #85814c;
}


div#blog {
	display: none;
}




p#mailContact {
	position: relative;
	left: -16px;
	width: 121px;
	margin-top: 30px;
	padding-left: 1px;
	border: 1px solid #35291f;
	border-left: none;
	background: #080a00 url(../images/line_y.gif) repeat-y 0px 1px;
}
* html p#mailContact {
	left: -11px;
}


p#copyright {
	margin-top: 10px;
	font-size: small;
}
