@import "../aquas_css/common.css";
@import "../aquas_css/color.css";
@import "../aquas_css/layout.css";
@import "../aquas_css/table.css";

#header {/*修正上書きヘッダ画像変更のため*/
	background-image: url(../aquas_img/header050.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.syouhin_link_box {/*商品リンクボックスのフォーマット*/
	font-size: medium;
	line-height:1.4em;
	text-align:center;
	margin-bottom: 3px;
}
.syouhin_link_box a, a:visited {/*商品リンクボックス内のリンクカラー*/
	color: #0000ff;
}
.syouhin_link_box a:hover {
	color: #ff0000;
}

.syouhin_img_box {/*商品画像のフォーマット*/
	width:128px;
	border: thick #ff0000 dashed;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	text-align:center;
}
