@charset "Shift_JIS";
/* 
	rental.css
*/


/* body */
body{}
/* contents */

/* main */

#main h2 {
    margin-bottom: 7px;
    padding-top: 3px;
}

.subBlock{
	margin-left: 5px;
}

.subBlock h3{
	background: url(../img/sub_bg.gif) no-repeat left;
	color: #044daa;
	padding: 7px 16px;
	font-size: 132%;
}

.subBlock table{
	width: 366px;
	border: 1px solid #6bd0f0;
}

.subBlock table th{
	width: 110px;
	background-color: #c9ebff;
	border: 1px solid #6bd0f0;
	color: #044daa;
	text-align: left;
	letter-spacing: 1px;
	font-size: 110%;
	padding: 5px 5px 3px;
}

.subBlock table td{
	width: 366px;
	color: #044daa;
	text-align: right;
	font-size: 110%;
	padding: 5px 5px 3px;
	letter-spacing: 1px;
}

.subBlock p{
	color: #d6002d;
	margin-left: 5px;

}

.imgList li{
	float: left;
	margin-right: 11px;
}