@charset "shift_jis";

table#product {

	margin: 10px auto;
	padding: 0px;
	width: 710px;
	color: #c0c0c0;
}

table#product tr#space {
	height:10px;
}

div#productContents {
	margin: 0px auto;
	padding: 15px 0px;
	width: 575px;
}

div#productDivider {
	width: 650px;
	height:1px;
	margin: 0px auto;
	background: url(../img/side_menu_bottom.gif) repeat-x ; 

}

img#product {
	width: 95px;
}

table#product a {
	color: #8fa8d2;
}
table#product a:link img{border: 2px ridge #3e3e3e;}
table#product a:visited img{border: 2px ridge #3e3e3e;}
table#product a:hover img{border: 2px ridge #808080;}
table#product a:active img{border: 2px ridge #808080;}
