/*商品ラインナップ*/
div#column{
	width:500px;
	margin:0 auto;
	padding:10px;
	background:#F7F7F7;
}

div#column h3{
	background:url(../img/top/columntitle.jpg) left center no-repeat;
	width:386px;
	height:24px;
	line-height:24px;
	margin:0 0 14px 0;
	padding:0 0 0 94px;
	border-bottom:1px dashed #999999;
	color:#333333;
}


div#column a:link {text-decoration: none;
                   color:#663300;
}
div#column a:visited {
	color:#663333;
           text-decoration: none;
}

div#column a:hover { text-decoration: underline;
                     color:#FF6600;
}
div#column a:focus { text-decoration: none;}
a:active {text-decoration: none;}