@charset "utf-8";
/* CSS Document */

#contents{
	padding:0 3px 20px 3px;
}
h3{
	margin-bottom:35px;
}
.module{
	background: url(img/bg_shop_mid.gif) top left repeat-y;
	margin-top:0;
	margin-bottom:15px;
}

.module_red{
	background: url(img/bg_shop_mid_red.gif) top left repeat-y;
	margin-top:0;
	margin-bottom:15px;
}

.module_gold{
	background: url(img/bg_shop_mid_gold.gif) top left repeat-y;
	margin-top:0;
	margin-bottom:15px;
}

.module_pink{
	background: url(img/bg_shop_mid_pink.gif) top left repeat-y;
	margin-top:0;
	margin-bottom:15px;
}

.module_green{
	background: url(img/bg_shop_mid_green.gif) top left repeat-y;
	margin-top:0;
	margin-bottom:15px;
}
.module_brown{
	background: url(img/bg_shop_mid_brown.gif) top left repeat-y;
	margin-top:0;
	margin-bottom:15px;
}

.module_hpink{
	background: url(img/bg_shop_mid_hpink.gif) top left repeat-y;
	margin-top:0;
	margin-bottom:15px;
}


.itembox{
	padding:10px 20px;
}
.itemimg{
	float:left;
	border:1px solid #c0c0c0;
	margin-right:20px;
}

.price{
	font-size:123.1%;
	color:red;
	font-weight:bold;
}

.form{
	clear:both;
	padding:10px 20px;
	background:url(img/bg_shop_btm.gif) left bottom no-repeat;
	margin:0;
}


.form_red{
	clear:both;
	padding:10px 20px;
	background:url(img/bg_shop_btm_red.gif) left bottom no-repeat;
	margin:0;
}

.form_gold{
	clear:both;
	padding:10px 20px;
	background:url(img/bg_shop_btm_gold.gif) left bottom no-repeat;
	margin:0;
}


.form_pink{
	clear:both;
	padding:10px 20px;
	background:url(img/bg_shop_btm_pink.gif) left bottom no-repeat;
	margin:0;
}

.form_green{
	clear:both;
	padding:10px 20px;
	background:url(img/bg_shop_btm_green.gif) left bottom no-repeat;
	margin:0;
}

.form_brown{
	clear:both;
	padding:10px 20px;
	background:url(img/bg_shop_btm_brown.gif) left bottom no-repeat;
	margin:0;
}
.form_hpink{
	clear:both;
	padding:10px 20px;
	background:url(img/bg_shop_btm_hpink.gif) left bottom no-repeat;
	margin:0;
}


form p{
	text-align:right;
	}
	
.cart{
	margin:0;
	text-align:right;
}

.cart img{
	margin-bottom:8px;
}

/*soryo*/

#info{
	width:700px;
	margin:0 auto;
}
table .price{
	font-weight:normal;
	text-align:right;	
	font-size:100%;
	width:90px;
}
table {
	width:550px;
	border-collapse:separate;
	border-spacing:1px;
	background-color:#E7E7E7;
	margin-bottom:20px;
}

td, th {
	padding: 1em;
	border: 1px solid #FFF;
}

thead th {
	text-align: center;
	background: #EAEAEA;
	font-weight:bold;
}

tbody th {
	width:90px;	
	font-weight: bold;
}

tbody tr{
	background-color:#FFF; 
	text-align:left;
	}
tbody tr.even {
	background: #f9f9f9;
}
tbody tr.even th{
	background:#F0F5EF;
}
tbody tr td { 
	height:50px;
	background: #FFF;
	}

tbody tr.even td{ 
	background: #f2f2f2;
	}
#info h4{
	padding-top:20px;
	padding-bottom:20px;
}

#info h4:first-child{
	padding-top:20px;
}

#info p{
	line-height:1.3;
}

