#gaiyo table {
	padding: 0px;
	background-color: #999999;
	margin-right:20px;
	margin-left:20px;
	width: 600px;
}

#gaiyo th {
	background-color: #CCCCCC;
	padding: 3px;
	white-space: nowrap;
	width: 120px;
}

#gaiyo td {
	padding: 3px;
	background-color: #FFFFFF;
}


.bold_red {
	font-weight: 700;
	color: #CC0000;
}

.block_sp {
	margin-bottom: 15px;
}

div.scrool {
	width: 620px;
	height: 450px;
	overflow: auto;
	border: 1px double #CCCCCC;
	margin-left: 10px;
	padding-right: 10px;
}

.cost_red {
	font-size: 1.5em;
	color: #CC0000;
	font-weight: 900;
}

#cost table {
	padding: 0px;
	background-color: #999999;
	margin-right:20px;
	margin-left:20px;
	width: 400px;
}

#cost th {
	background-color: #CCCCCC;
	padding: 3px;
	white-space: nowrap;
	width: 150px;
}

#cost td {
	padding: 3px;
	background-color: #FFFFFF;
}
#kinou ul {
	list-style-image: url(img/li.gif);
}
#kinou li {
	line-height: 120%;
	margin-right: 20px;
	padding-bottom: 15px;
}

