@charset "utf-8";
/* CSS Document */

#mn04 a {background-position:left bottom;}

#main .para {
	width:655px;
	margin:15px auto;
}

#main #item_name {
	background:url(../../img/common/item_back.jpg) left center no-repeat #ff0000;
	margin-bottom:15px;
	padding:5px 5px 5px 30px;
	font-size:120%;
	color:#ffffff;
}

#shop_photo {
	float:right;
	background:#ffffff;
	padding:0 0 10px 10px;
}

#item_photos {
	width:675px;
	margin:20px auto 0;
	clear:both;
}
#item_photos li {
	float:left;
	margin:3px 7px;
	text-align:center;
}
/* IE6 hack */
*html #item_photos li {
	margin:3px 6px;
}

#item_photos li.p_01 {
	background:url(../img/item/photo_back.jpg) left top no-repeat;
	width:321px;
	height:296px;
	padding-top:5px;
}
#item_photos li.p_02 {
	background:url(../img/item/image_01_back.jpg) left top no-repeat;
	width:321px;
	height:261px;
	padding-top:40px;
}
#item_photos li.p_03 {
	background:url(../img/item/image_02_back.jpg) left top no-repeat;
	width:321px;
	height:324px;
	padding-top:40px;
}
#item_photos li.p_04 {
	background:url(../img/item/image_03_back.jpg) left top no-repeat;
	width:321px;
	height:324px;
	padding-top:40px;
}
#item_photos li.p_05 {
	background:url(../img/item/image_04_back.jpg) left top no-repeat;
	width:321px;
	height:261px;
	padding-top:40px;
}
#item_photos li.p_06 {
	background:url(../img/item/image_05_back.jpg) left top no-repeat;
	width:321px;
	height:324px;
	padding-top:40px;
}
#item_photos li.p_07 {
	background:url(../img/item/image_06_back.jpg) left top no-repeat;
	width:321px;
	height:324px;
	padding-top:40px;
}
/**/

.item_spec {
	background:#F1E6D6;
	padding:20px;
}
.item_spec table {
	border-collapse:collapse;
	border-spacing:0;
}
.item_spec table th,.item_spec table td {
	padding:5px 8px;
	border:1px solid #3F3F3F;
	width:50%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.item_spec table th {
	background:#E6E6E6;
}
.item_spec table td {
	background:#ffffff;
}
#main .item_spec p {
	margin-bottom:10px;
}

.item_spec #spec_01 {
	float:left;
	width:400px;
	margin-right:40px;
}
.item_spec #spec_02 {
	width:210px;
}

/**/

.cert_table {
	width:590px;
	margin:20px auto;
	border-collapse:collapse;
	border-spacing:0;
}
.cert_table th,.cert_table td {
	padding:5px 8px;
	border:1px solid #3F3F3F;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:center;
	vertical-align:middle;
}
.cert_table th {
	text-align:center;
	background:#E6E6E6;
}
.cert_table td.bg {
	background:#FFF0EA;
}

/**/

.fax {
	width:650px;
	margin:10px auto;
}

.fax p {
	width:590px;
	margin-left:auto;
	margin-right:auto;
}

.fax ul {
	background:url(../../img/common/fax_back.jpg) center bottom no-repeat;
	width:648px;
	height:172px;
	padding:20px 0 0;
}
.fax ul li {
	float:left;
	margin:0 12px;
}
/* IE6 hack*/
*html .fax ul li {
	margin:0 10px;
}

/**/

#guide {
	width:635px;
	margin:50px auto 0;
}

#return {
	width:640px;
	margin:15px auto 0;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #FF0000;
}
#return th {
	background:#FF0000;
	text-align:center;
	padding:5px 0;
	color:#FFFFFF;
	font-weight:bold;
}
#return td {
	width:50%;
	vertical-align:top;
	padding:10px;
}
#return td strong {
	color:#FF0000;
	font-weight:bold;
}
#return td span {
	text-decoration:underline;
}

.caution {
	font-size:11px;
	text-align:right;
	width:655px;
	margin:0 auto 20px;
}