@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #1E1E1E;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif, "メイリオ";
}
#block01 {
	height: 120px;
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#block02 {
	background-color: #000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
#block02-0 {
	height: 30px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#block02-1 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	height: 4900px;
}
#block02-1 #dealers {
	height: 250px;
	width: 500px;
	margin-top: 0px;
	margin-right: 230px;
	margin-bottom: 0px;
	margin-left: 230px;
}
#block02-1 #dealers h2 {
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	background-color: #09C;
	border: 1px solid #CCC;
	text-align: center;
	font-weight: bold;
	margin: 0px;
}
#block02-1 #dealers dl {
	margin: 10px;
}
#block02-1 #dealers dt {
	font-size: 16px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #09C;
	border-left-color: #FC0;
	font-weight: bold;
	padding: 0 0 5px 10px;
}
#block02-1 #dealers dd {
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	margin-right: 10px;
	color: #999;
	padding: 5px 0 15px 0;
}



#block02-1 .box-L {
	padding: 0px;
	height: 3100px;
	width: 480px;
	margin: 0px;
	float: left;
}

#block02-1 .box-L dl {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
}
#block02-1 .box-L dl dt {
	font-size: 12px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #09C;
	border-left-color: #9C0;
	padding-left: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
	color: #FFF;
}
#block02-1 .box-L dl dd {
	font-size: 10px;
	line-height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #999;
	padding-right: 10px;
}
#block02-1 dl dd a:link {
	color: #999;
	text-decoration: none;
}
#block02-1 dl dd a:visited {
	color: #999;
	text-decoration: none;
}
#block02-1 dl dd a:hover {
	color: #0FF;
	text-decoration: underline;
}
#block02-1 .box-R {
	padding: 0px;
	height: 3100px;
	width: 480px;
	margin: 0px;
	float: left;
}
#block02-1 .box-R dl {
	padding: 0px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#block02-1 .box-R dl dt {
	font-size: 12px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09C;
	padding-left: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
	color: #FFF;
	text-align: right;
	padding-right: 10px;
}
#block02-1 .box-R dl dd {
	font-size: 10px;
	line-height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #999;
	text-align: right;
	padding-right: 10px;
}

.dealer-list {
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 700px;
	margin: 0 auto;
}

.dealer-list td {
	font-size: 13px;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	line-height:1.4;
	color:#333333;
}

.dealer-list th {
	font-size: 13px;
	background-color:#0099cc;
	font-weight: bold;
	text-align:center;
	color:#FFFFFF;
	padding: 5px;
	border: 1px solid #cccccc;
	line-height:1.4;
}

.dealer-list tr.even td {
	background-color:#eeeeee;
}