@charset "utf-8";

/* 
size
---------------------------------------*/
div.section.size{
	
}
div.section.size h2{
	margin:0 0 20px 0;
}
div.section.size h3{
	width:729px;
	height:14px;
	margin:0 0 10px 10px;
	padding:9px 0 7px 0;
	text-indent:10px;
	background:#F2F2F2;
}
div.section.size table{
	width:729px;
	margin:0 auto 27px auto;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}

div.section.size table tr td,
div.section.size table tr th{
	padding:10px;
	text-align:center;
	vertical-align:middle;
	background:url("../images/common/bg_border.gif") repeat-x 0 0;
}
div.section.size table tr.top td,
div.section.size table tr.top th{
	background:none;
}


