@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}


#container {
	width: 880px;
	margin-left: 20px;
}

/*======================
Maincontents
======================*/

#maincontent {
	float: right;
	width: 660px;
	margin: 0px;
	padding: 0px;
}

#maincontent h3 {
	color: #222222;
	font-weight: normal;
}

#maincontent h4 {
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #222222;
	border-left: 5px solid #333333;
	line-height: 1.4;
	padding-left: 8px;
	font-size: 90%;
}

#maincontent p {
	font-size: 80%;
	color: #333333;
	line-height: 1.6em;
	margin-bottom: 20px;
}

#maincontent ol {
	font-size: 80%;
	font-weight: normal;
	color: #333333;
	padding-left: 30px;
	margin-bottom: 20px;
}

#goods {
	overflow:hidden;
	width: 660px;
}


#goods h2 {
	background-image: url(../equipment/images/goods_h2.gif);
	background-repeat: no-repeat;
	width: 660px;
	margin: 0px;
	padding: 0px;
	height: 75px;
	text-indent: -9999px;
	display: block;
}


#goods table, th, td {
 margin: 0;
	padding: 0;
	border-collapse:separate;
	border: none;
	border-spacing: 0; /*IE 6/7は未対応 */
}

#goods table {
	width:659px;
	background: #F2FAEC;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-bottom: 10px;
	margin-top: 5px;
}


#goods caption {
	padding-left: 10px;
	line-height: 1.5;
	text-align:left;
	color: #333333;
	font-size: 80%;
	background-image: url(../images/cap_bar.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-bottom: 2px;
	margin-top: 10px;
}

#goods th {
	padding: 0.3em;
	color:#FFFFFF;
	background:#669900;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 90%;
	font-weight: normal;
}

#goods td {
	padding: 0.5em 0.5em 0.5em 0.8em;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 80%;
	color: #666666;
	
}

#goods .hinmoku {
	background-color: #669900;
	width: 80%;
}

#goods .kazu {
 background-color: #669900;
}

#goods .center {
	text-align: center;
}

