@charset "utf-8";
/* CSS Document */

h1 {
	color: #336600;
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
	text-decoration: none;
	line-height: 1.5em;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h2 {
	color: #336600;
	font-size: 1.3em;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
	text-decoration: none;
	line-height: 1.5em;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h3 {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #332323;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

h4 {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #332323;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h5 {
	font-size: 1em;
	color: #660000;
	margin-left: 10px;
	line-height: 1.3em;
}
h6{
	font-size: 1em;
	line-height: 1.3em;
	color: #996633;
	font-weight: bold;
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


table.goods {
	text-align: center;
	width: auto;
	border: 1px solid #eee8aa;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

table.goods th{
	font-size: 16px;
	text-align:left;
	color: #669933;
	padding-left: 20px;
	line-height: 1.3em;
}
table.goods th a ,table.goods th a:hover{
	color: #333300;
	text-decoration: none;
}

table.goods td.symbol_img{
	width: 100px;
	text-align: center;
}

table.goods td.comment {
	font-size: 14px;
	text-align: left;
	vertical-align: text-top;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.3em;
}

table.goods td.price {
	white-space:nowrap;
	width: 140px;
}

