@charset "UTF-8";

h1 {
	background-image: url(../img_items/header_items.jpg);
	text-indent: -999px;
}

#contents #items {
    width: 860px;
    margin: 0 auto;
}
#contents #items .item_box {
    width: 400px;
    margin: 5px;
    float: left;
    border: 3px #f6ae54 double;
    padding: 5px;
    background-image: url(../img_items/item_bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
#contents #items .item_box2 {
    width: 400px;
    margin: 5px;
    float: left;
    border: 3px #f5a6d9 double;
    padding: 5px;
    background-image: url(../img_items/item_bg2.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

#contents #items .box_left {
    width: 120px;
    float: left;
    text-align: center;
}
#contents #items .box_left h2 {
    border-left: 7px #f60 solid;
    color: #f60;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
    padding: 3px;
    text-align: left;
    line-height: 120%;
}
#contents #items .box_left .c_red {
	color: #ea64ba;
	border-color: #ea64ba;
}
#contents #items .box_right {
    width: 270px;
    float: right;
    padding-top: 10px;
}

#contents #items #item_header1 {
	border-top: 1px #f60 solid;
	border-bottom: 1px #f60 dashed;
	background-color: #fff5e0;
	font-size: 18px;
	color: #f60;
	font-weight: bold;
    margin: 5px 0 2px 0;
    padding: 3px 10px;
    text-align: left;
    line-height: 120%;
	float: left;
	width: 840px;
}

#contents #items #item_header2 {
	border-top: 1px #ea64ba solid;
	border-bottom: 1px #ea64ba dashed;
	background-color: #fdebf7;
	font-size: 18px;
	color: #ea64ba;
	font-weight: bold;
    margin: 5px 0 2px 0;
    padding: 3px 10px;
    text-align: left;
    line-height: 120%;
    float: left;
    width: 840px;
}
#contents #items #item_header1 h2,
#contents #items #item_header2 h2 {
	margin: 0;
	font-size: 18px;
}

#difference h3 {
    border-top: 2px #f60 solid;
    border-bottom: 2px #f60 solid;
    margin: 5px 0;
    padding: 3px 0 3px 10px;
    color: #f60;
    font-size: 16px;
}

#difference #difference_img {
    margin: 0 auto;
    width: 360px;
}
#difference #difference_img img {
    border: 1px #999 dotted;
    float: left;
    margin: 5px;
}
