@charset "utf-8";
/* CSS Document */



/*----- #wrapper -----*/

/*----- #main -----*/
#mainVisual{
	clear: both;
	margin: 0 20px 10px;
	border: 1px solid #B98046;  
}


/*----- #contents -----*/
#contents{
	clear: both;
	width: 800px;
}

#contentsBox{
	background: url(../images/contents_bg.gif) repeat;
	margin-bottom: 20px;
	color: #630;
}

#contentsBox_bot{
	background: url(../images/contents_bg_bot.gif) left bottom no-repeat;
	padding: 20px 40px 250px;
}

#contentsBox h2{
	width: 700px;
	height: 20px;
	padding: 60px 50px 10px;
	background: url(../images/contents_bg_top.gif) left top no-repeat;
	font-size: 141%;
}

#contentsBox .exp{
	padding: 0 50px 10px;
}

#contentsBox_bot h3{
	clear: left;
	border-left: 5px solid #630;
	border-bottom: 1px solid #630;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 116%;
} 

#contentsBox_bot p.exp{
	padding: 0 10px 10px;
}

#contentsBox_bot .productBox {
	float: left;
	width: 333px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #A3865F;
	background: #FFFFFF;
	position: relative;
}

#contentsBox_bot .odd{
	margin-right: 10px;	
}

.productBox p.pict{
	float: left;
	width: 145px;
}

.productBox p.pict a{
	display: block;
	width: 135px;
	height: 135px;
	border:1px solid #fff;
}

.productBox p.pict a:hover{
	border:1px solid #DE5433;
}

.productBox .productTxt{
	margin-left: 145px;
}

.productBox .productTxt dt{
	font-weight: bold;
	border-bottom: 1px dotted #630;
	padding-bottom: 3px;
}

.productBox .productTxt dd.price{
	border-bottom: 1px dotted #630;
	padding-top: 3px;
	padding-bottom: 3px;
}

.productBox .productTxt dd.txt{
	padding-top: 3px;
	padding-bottom: 3px;
}

.productBox .btDetail a{
	display: block;
	width: 39px;
	height: 18px;
	position: absolute;
	right: 5px;
	bottom: 5px;
}








