@charset "UTF-8";
/* CSS Document */
@import 'common.css';
@import 'layout.css';
@import 'rollover_auto.css';
#main{
	background-image: url(../images/all_img/line.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top:10px;
}

.main_list{
	width:280px;
	float:left;
	font-size:20px;
	padding:10px;
	text-align: center;
}
.coolride_table{
	width:600px;
	text-align: left;
	padding:10px;
	height: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.coolride_table td{
	border: 1px solid #999;	
	padding:10px;
}
.gray{
	border: 1px solid #999;	
}
.gray333{
	background-color: #333;
	color: #FFF;
	text-align: center;
}