table {
	width: 100%;
}

#contents table {
	margin: 0px auto 30px;
	width: 700px;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
}
#contents table th {
	width: 200px;
	background: #FBF9F6;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	line-height: 1.6em;
}
#contents table td {
	background: #FFF;
	padding: 10px;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	line-height: 1.6em;
}

#payment_midashi {
	padding: 20px;
	text-align: center;
}

#payment_midashi a:hover{
opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

#goriyou li{
	list-style: none;
}