/* ヘッダ上部グレーのコメント部分 */
.coment {
	font-size: 10px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

/* pタグ、tdタグの文字サイズ */
p,td {
	font-size: 12px;
	color: #333333;
}

/* 通常（12px）よりも小さめの文字設定 */
.texts {
	font-size: 10px;
}

/* 商品名上部のコピー */
.goods_copy { color: #333; font-size: 14px }

/* 商品名 */
.goods_name { color: #f66; font-weight: bold; font-size: 18px; float: left; margin-top: 5px; width: 300px }

/* 商品値段 */
.goods_price  { color: #333; text-align: right; float: none; margin-top: 8px; width: auto }

/* 商品コメント */
.goods_comment  { color: #333; margin-bottom: 5px }


/* shop住所＆電話番号 */
.shop_info { margin-left: 50px }

