/* spec.html */

div#spec_box
{
	background-image:url(image/spec/spec_kabe.jpg);
	background-repeat:no-repeat;
	width:600px;
	margin:0px auto;
	padding-top:30px;
	padding-bottom:70px;
}


div#spec_box table
{
	margin:0px auto;
	border:2px #000000 solid;
	width:550px;
}

div#spec_box caption
{
	margin:0px auto;
	text-align:center;
	font-size:x-large;
	font-weight:900;
	background-color:#000000;
	color:#ffffff;
}

div#spec_box th
{
	font-weight:900;
	text-align:center;
	width:100px;
	padding:5px 0px;
	border-right:1px #333333 solid;
	border-bottom:1px #333333 solid;
	background-color:#333333;
	color:#f0f0f0;
}

div#spec_box td
{
	padding:5px 0px;
	border-right:1px #333333 solid;
	border-bottom:1px #333333 solid;
}










