@charset "utf-8";
/* CSS Document */

#title_image {
	width:912px;
	height:295px;
	position:absolute;
	left:-6px;
	top:-19px;
	_top:2px;
	background-image:url(../img/dealers/dealers_image.png);
	background-repeat:no-repeat;
	behavior:url(iepngfix.htc);
	z-index:-1;
}

/* IE7のみ適用 */  
*+html body #title_image {
	width:912px;
	height:295px;
	position:absolute;
	left:-6px;
	top:-93px;
	background-image:url(../img/dealers/dealers_image.png);
	background-repeat:no-repeat;
	behavior:url(iepngfix.htc);
}

h2 {
	margin:0px;
	padding:0px;
}

.dealers_box {
	margin-bottom:40px;
	width:580px;
}

.dealers_box p {
	width:580px;
	padding:0px 0px 20px 0px;
	color:#333333;
	line-height:1.5;
	font-size:14px;
}

table {
	width:580px;
	margin:0px 0px 10px 0px;
	border-collapse:collapse;
}

table th.cap {
	color:#333333;
	padding:10px 0px 5px 0px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	border-bottom:2px solid #3399cc;
	background-image:url(../img/dealers/tbl_bg.png);
}


table th.cap2 {
	color:#333333;
	padding:10px 0px 5px 8px;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	background-color:#FFFF00;
	border:1px solid #CCCCCC;
	
}

table th.component {
	color:#333333;
	background-image:url(../img/dealers/tbl_bg.png);
	padding:10px 0px 10px 0px;
	font-weight:normal;
	font-size:14px;
	text-align:center;
	border:1px solid #CCCCCC;
}

table th.name {
	color:#333333;
	background-image:url(../img/dealers/tbl_bg2.png);
	padding:10px 0px 10px 8px;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	border:1px solid #CCCCCC;
}

table td {
	color:#333333;
	padding:10px 0px 10px 8px;
	font-size:12px;
	text-align:left;
	border:1px solid #CCCCCC;
}

table a:link {
	color: #333333;
	text-decoration: underline;
}

table a:visited {
	text-decoration: underline;
	color: #333333;
}

table a:hover {
	text-decoration: underline;
	color: #0066FF;
}

table a:active {
	text-decoration: underline;
	color: #333333;
}


.border_b {
	border-bottom:2px solid #3399cc;
}

.border_b {
	border-bottom:1px solid #CCCCCC;
}

.m_7_b {
	margin-bottom:7px;
}

