/* 販売・輸送（sale.htm）のスタイル
---------------------------------------------*/
table.inquire{
	border-top:1px solid #999999;
	border-bottom:none;
	border-left:none;
	border-right:1px solid #999999;
	font-size: 9pt;
	}
	
table.inquire th{
	border-top:none;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:none;
	background-color:#cccccc;
	height: 20px;
	}
	
table.inquire td{
	border-top:none;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:none;
	height: 20px;
	text-align: left;
	}
	
table.inquire td.td3{
	text-align: center;
	}
	
table.guide td{
	vertical-align: top;
	}

a{
	text-decoration: none;
	}

a:link{
	color:#333333;
	}
	
a:visited{
	color:#333333;
	}

a:hover{
	color:#0066ff;
	}

