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

div#main.narrowmain {
	float:left;
	width:645px;
}
div#main table{
	width:642px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
div#main table td.imgtd{
	padding:5px 0 5px 5px;
	text-align:center;
}
div#main table img{
	margin-right:20px;
	text-align:center;
}

/* リンク画像アルファ */
a:hover img{
	filter: alpha(opacity=80); /* IE7以下用 */
     -ms-filter: “alpha(opacity=80)”; /* IE8用 */
    opacity:0.8; /* Firefox 1.5以上, Opera, Safari用 */
	}

