@charset "utf-8";

/*　products
------------------------------------------------------------ */

#main {
	background: url(../common/images/main_bg.gif) repeat-y;
}

#wrapper {
	background: url(../common/images/wrapper_bg.gif) left repeat-y;
}

#img_top {
	width: 604px;
	height: 240px;
	background: url(../common/images/products_mainimg.jpg) no-repeat;
	display: block;
	text-indent: -9999em;
}

.sub_h3 {
	width: 524px;
	_width: 574px;
	height: 26px;
	_height: 31px;
	background: url(../common/images/sub_h3.jpg) no-repeat #6A5F51;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	padding: 5px 0 0 50px;
}

dl {
    width: 574px;
	margin: 0;
	padding: 0;
}

dt.dt01 {
    width: 198px;
	height: 287px;
	float: left;
	clear: both;
}

dt.dt02 {
    width: 376px;
	height: 287px;
	float: left;
	clear: both;
}

dd.dd01 {
    width: 198px;
	height: 287px;
	float: left;
}

dd.dd02 {
    width: 178px;
	height: 287px;
	float: right;
	_clear: both;
}

.box_01 {
    width: 560px;
	_width: 574px;
	border: 2px solid #6A5F51;
	background-color: #EEE;
	padding: 5px;
}

.box_01 p {
    font-weight: bold;
	color: #FF6600;
}