#main h3 {
	margin-bottom: 10px;
}
#main .pagetop {
	margin-top: 7px;
	margin-bottom: 30px;
}

/*////////////////////////////////////////////////////////////
	table
////////////////////////////////////////////////////////////*/

table {
	background-color: #CCCCCC;
}
table th,table td   {
	padding: 0.3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
table th  {
	background-color: #F2F2F2;
}
table td  {
	background-color: #FFFFFF;
	text-align: right;
}
table .row1 {
	width: 25%;
}
table .row2 {
	width: 37.5%;
}
table .row3 {
	width: 75%;
}
table .hei1 {
	background-image: url(/images/shop/common/bg_08.gif);
	background-repeat: repeat-x;
	background-color: #CCE6F6;
}
table .hei2 {
	background-image: url(/images/shop/common/bg_09.gif);
	background-repeat: repeat-x;
	background-color: #E5F2FA;
}
table .shuku1 {
	background-image: url(/images/shop/common/bg_10.gif);
	background-repeat: repeat-x;
}
table .shuku2 {
	background-image: url(/images/shop/common/bg_11.gif);
	background-repeat: repeat-x;
}
table .left {
	text-align: left;
}
