@charset "utf-8";
/* CSS Document */



/*----- #wrapper -----*/

/*----- #main -----*/
#mainVisual{
	clear: both;
	margin: 0 20px 10px;
	border: 1px solid #B98046;  
}


/*----- #contents -----*/
#contents{
	clear: both;
	padding: 0px 20px 20px;
	width: 760px;
}

#contents #box1,
#contents #box2,
#contents #box3{
	float:left;
}

/*----- #box1 -----*/
#contents #box1{
	width: 180px;
	padding-right: 10px;
}
#box1 .ban{
	margin-bottom: 10px;
}
#box1 .ban a{
	display: block;
	width: 176px;
	height: 46px;
	padding: 1px;
	border: 1px solid #B98046;
	background-color : #D2C5A1;
}
#box1 .ban a:hover{
	border: 1px solid #660000;
	background-color: #CC9966;
}

#box1 li.sNav01 a,
#box1 li.sNav02 a{
	display:block;
	width: 180px;
	height: 0px;
	padding-top: 53px;
	overflow: hidden;
	margin-bottom: 10px;
}

#box1 li.sNav01 a{
	background:url(../images/snav01.gif) left top no-repeat ;
}
#box1 li.sNav01 a:hover{
	background: url(../images/snav01_f2.gif) left top no-repeat ;
}

#box1 li.sNav02 a{
	background:url(../images/snav02.gif) left top no-repeat ;
}
#box1 li.sNav02 a:hover{
	background: url(../images/snav02_f2.gif) left top no-repeat ;
}

#box1 .sMenu h2{
	background: url(../images/smenu_title.gif) left top no-repeat;
	width: 165px;
	height: 26px;
	line-height: 26px;
	padding-left: 15px;
}

#box1 .sMenu li a{
	display: block;
	width: 165px;
	height: 30px;
	padding-left: 15px;
	background: url(../images/smenu_bg.gif) left bottom no-repeat;
	line-height: 30px;
	text-decoration: none;
	color: #B98046;
}

#box1 .sMenu li a:hover{
	background: url(../images/smenu_bg_f2.gif) left bottom no-repeat;
	color: #D4CAB9;
}


/*----- #box2 -----*/
#contents #box2{
	width: 330px;
	margin-right: 10px;
	background: url(../images/box-bg.gif) repeat;
}

#contents #box2 #wnBot{
	width: 330px;
	height: 230px;
	background: url(../images/wn-bot.gif) no-repeat bottom;
	padding-bottom: 25px;
}

#contents #box2 h2{
	background: url(../images/whatsnew.gif) no-repeat;
	width: 330px;
	height: 0px;
	padding-top: 32px;
	overflow: hidden;
}

#contents #box2 dl{
	padding: 10px 10px 0px;
	margin-bottom: 10px;
	/*width: 320px;*/
	height: 100%;
	/*background-image: url(../images/wn-shadow.gif);*/
	background-position: 140px bottom;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	overflow-y: scroll;
	zoom: 1;
}

#contents #box2 dt{
	color: #C66515;
}

#contents #box2 dd{
	border-bottom: 1px dotted #B98046;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

/*----- #box3 -----*/
#contents #box3{
	width: 230px;
}

#contents #shopAno{
	width: 204px;
	background: url(../images/shopinfo_bg.jpg) no-repeat;
	border: 3px double #B98046;
	margin-bottom: 6px;
	padding: 10px;
	color: #CEC09B;
}

#shopAno dt{
	clear: left;
	float: left;
	width: 3.5em;
	margin-bottom: 5px;
}

#shopAno dd{
	margin-left: 4em;
	margin-bottom: 5px;
}

#shopAno h2{
	margin-bottom: 10px;
	border-bottom: solid 1px #CEC09B;
}

#shopAno h2 span{
	display: block;
	padding-left: 5px;
	margin-bottom: 3px;
	border-left: solid 5px #CEC09B;
}

#contents .ban230 li{
	display: block;
	width: 230px;
	height: 50px;
	padding-bottom: 6px;
}

* html #contents .ban230 li{/* ie6用ハック */
	padding-bottom: 4px;
}

