@charset "Shift_JIS";

/*
.buyLink{
	font-size:x-small;
}
*/

.buyLink a:link, .buyLink a:visited{
	color: #996600;
	text-decoration: underline;
}

.buyLink a:active, .buyLink a:hover {
	color: #CD8800;
	text-decoration: underline;
}


/*価格・ラインナップテーブル*/
#tableLineup{
	font-size: x-small;
	background: #000000;
}

#tableLineup tr{
	background: #FFFFFF;
}

#tableLineup td{
	padding: 4px;
}

#tableLineup tr .cellTop{
	background: #000000;
	color: #FFFFFF;
}

#tableLineup tr .cellProductName{
	background: #CCCCCC;
}






#inquiryform {
		width:124px;
		height: 18px;
	margin-top: 5px;
}



#inquiryform a {
display:block;
	background-image: url(../img_buy/btn_inquiry.gif);width:124px;
		height: 18px;
}
#inquiryform a:hover {
	background-image: url(../img_buy/btn_inquiry_on.gif);width:124px;
		height: 18px;
}


