@charset "utf-8";

/*　price
------------------------------------------------------------ */

#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/price_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;
}

.box_01 {
	width: 544px;
	_width: 574px;
	padding: 5px 15px;
	border-bottom: 1px solid #C9C2B9;
}

.box_01 h3 {
    font-weight: bold;
	color: #B15B6A;
	font-size: 1.1em;
}

.box_01 h4 {
    font-weight: bold;
	color: #B15B6A;
	font-size: 1.1em;
	background: url(../common/images/circle_01.gif) left no-repeat;
	padding-left: 24px;
}

.box_01 .left {
	float: left;
}

.box_01 .right {
    float: right;
	font-weight: bold;
	text-align: right;
}

.box_01 dt {
    font-weight: bold;
	color: #0000FF;
	font-size: 1.2em;
}
.box_01 dd {
    padding-left: 20px;
	padding-bottom: 20px;
}
