/* 左サイド */
#left h3{
	text-align:center;
	margin-bottom: 6px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#f5f2e9;/* ←★背景色 */
	border: 1px solid gray;
	}
/* 左サイド印刷注文ロールオーバー */
#print a{
	display:block;
	width:408px;
	height: 80px;
	text-indent:-500px;
	margin-bottom: 15px;
	background-image: url(../images/print2.gif);/*リンクの背景画像*/
	background-position: left top;
	border: 1px solid blue;
	}
#print a:hover{
	background-position: left bottom;
	border: 1px solid red;
	}	
/* 右プレビュー部分 */
#right img{
	width: 283px;
	height: 420px;
	border: 1px solid;
	}
#right h3 a{
	display:block;
	width:283px;
	height: 70px;
	text-indent:-500px;
	margin-bottom: 6px;
	background-image: url(../images/print.gif);/*リンクの背景画像*/
	background-position: left top;
	border: 1px solid blue;
	}
#right h3 a:hover{
	background-position: left bottom;
	border: 1px solid red;
	}
/* ブロック */
.block{
	margin-bottom: 20px;
	}