/* CSS Document */
/* Basic */
a:link { color: #0000cc; text-decoration: none; }
a:visited { color: #333399; text-decoration: none; }
a:hover { color: #cc6600; text-decoration: underline; }
a:active { color: #ff0000; text-decoration: underline; }
img { border-width: 0; }

/* Main Structure */
body {
	text-align: center;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}
#container { 
		width: 994px;
		margin: 0 auto; 
		text-align: left; 
		background: #ffffff; 
		background-image:url(../images/main_bg.gif); 
		background-repeat:repeat-y 
		}
#header {
		margin:0 0 0 0;
		width: 985px; 
		height:67px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-right-color: #000000;
		border-bottom-color: #000000;
		border-left-color: #000000;
		background-image:url(head_bg.jpg)
		}
#header .logo {
	padding-top: 8px;
	margin-left:15px;
	display: block;
	float: left;
}

#header .item {
	display:block;
	padding-top: 8px;
	margin-right: 15px;
	font-size: 8pt;
	margin-bottom:5px;

}

#header .item a {
	display: block;
	float: right;
	margin-left: 16px;
	color:#000000;

}

#header .item a:hover {
	color:#0000FF;
	text-decoration:none;

}

#header .search {
	margin-top:-5px;
	text-align:right;
	margin-right: 15px;
	font-size: 8pt;
	height:30px;

}

#main_container{
		margin:1px 0 0 0;
		width: 985px;
		border: 1px solid #000000;
}
div#body {
	width: 985px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: left;
}
table.content {
	margin-top: 0px;
	padding: 0;
	width:985px;
	height:auto;
}


table.content .content {
	background-image:url(content_bg.gif);
	background-repeat:repeat-y;
	padding-top:0px;
	
	}
table.content .content .topround{
	display: block;
	float: left;
	margin:0px;
	}
table.content .content .head1{
	padding-top:6px;
	margin-left:15px;
	
}

div#shop_content_table{
	width:761px;
	margin-left:23px;
	padding-top:40px;
}

div#shop_content_table .search_window{
	width:699px;
	height:347px;
	background-image:url(../images/shop_map3.gif);
	background-repeat:no-repeat;
	background-position:top;
	border:1px solid #cccccc;
	margin-left:30px;
	}

div#shop_content_table .search_window table{
	width:397px;
	font-weight:bold;
	font-size:12px;
	margin-left:85px;
	}
div#shop_content_table .search_window table th{
	width:284px;
	height:35px;
	vertical-align:top;
	text-align:left;
	}
	
div#shop_content_table .search_window table td{
	vertical-align:top;
	}

div#shop_content_table .search_window table td .buttons{
	vertical-align:top;
	margin-left:174px;
	}
div#shop_content_table .search_window table td .buttons input{
	margin-right:20px;
	}

div#shop_content_table .main{
	margin-top:27px;
	margin-left:30px;
	}
	
div#shop_content_table .main .main_left{
	float:left;
	width:192px;
	}

div#shop_content_table .main .main_left img{
	margin-bottom:42px;
	vertical-align:top;
	}
	
div#shop_content_table .main .main_right{
	width:510px;
	float:left;
	font-size: 10pt;
	line-height: 14pt;
	font-family: Helvetica, georgia,"ヒラギノ角ゴ Pro W5", "ＭＳ Ｐゴシック", "Osaka", verdana, arial, sans-serif;
	}
div#shop_content_table .main .main_right img{
	margin-bottom:10px;
	}
div#shop_content_table .main .main_right .div1{
	margin-bottom:70px;
	}
	
div#shop_content_table .main .main_right .div2{
	margin-bottom:30px;
	}

div#shop_content_table .main .main_right ol{
	margin-top:0px;
	margin-left:-15px;
	}

div#shop_content_table .navi_top{
	font-size:11px;
	text-align:right;
	margin-right:25px;
	margin-bottom:5px;
	}

div#shop_content_table .navi_bottom, div#activeshop_content_table .navi_bottom{
	font-size:11px;
	text-align:right;
	margin-right:25px;
	margin-top:-25px;
	margin-bottom:30px;
	}
	
div#shop_content_table .detail{
	width:710px;
	border:1px solid #cccccc;
	border-collapse: collapse; 
	margin-bottom:30px;
	margin-left:30px;
	}
	
div#shop_content_table .detail th {
	border: #cccccc solid 1px; 
	padding: 1px; 
	vertical-align: top; 
	font-size: 9pt; 
	background: #f0f0f0;
	}
	
div#shop_content_table .detail td { 
	border: #cccccc solid 1px; 
	padding: 3px; 
	vertical-align: top; 
	font-size: 9pt; 
	}

div#shop_detail_content_table{
	width:761px;
	margin-left:23px;
	padding-top:40px;
}
div#shop_detail_content_table .head{
	line-height:11px;
	}

div#shop_detail_content_table .head .head_left{
	width:340px;
	float:left;
	}
div#shop_detail_content_table .head .head_right{
	width:280px;
	float:left;
	text-align:right;
	}	
div#shop_detail_content_table .head .head_left .copy{
	display:block;
	font-size: 9pt;
	line-height: 1.2;
	text-align:left;
	margin-left:65px;
	margin-bottom:0;
}

div#shop_detail_content_table .head .head_left .name{
	background-image:url(content_catch_bg.gif);
	padding:12px 0 0 20px;
	background-repeat:no-repeat;
	display:block;
	font-size: 16pt;
	line-height: 1.2;
	font-weight: bold;
	text-align:left;
	font-family: Helvetica, georgia,"ヒラギノ角ゴ Pro W5", "ＭＳ Ｐゴシック", "Osaka", verdana, arial, sans-serif;
	margin:0 0 0 65px;

}

div#shop_detail_content_table .head .head_left .info{
	text-align:left;
	margin-left:65px;
	margin-top:20px;

}

div#shop_detail_content_table .shop_header{
	background-image:url(content_catch_sm_bg_foot.gif);
	background-repeat:no-repeat;
	font-size:12px;
	border-bottom:1px solid #000000;
	width:540px;
	text-align:left;
	padding:5px 0px 8px 15px;
	margin:0 0 15px 67px;
	font-weight:bold;
	}
div#shop_detail_content_table .shop_detail{
	width:550px;
	border:1px solid #cccccc;
	border-collapse: collapse;
	margin:0 0 30px 70px;
	}
	
div#shop_detail_content_table .shop_detail th {
	border: #cccccc solid 1px;  
	font-size: 10pt; 
	background: #f0f0f0;
	width:110px;
	text-align:right;
	padding-right:5px;
	}
	
div#shop_detail_content_table .shop_detail td { 
	border: #cccccc solid 1px; 
	padding: 5px; 
	vertical-align: top; 
	font-size: 10pt; 
	}

div#shop_detail_content_table div.naviItem, 
div#shop_content_table div.naviItem, 
div#activeshop_content_table div.naviItem{
	width:680px;
	margin:0 0 30px 70px;
	display:block;
	text-align:right;
	}
div#shop_detail_content_table div.naviItem img, 
div#shop_content_table div.naviItem img, 
div#activeshop_content_table div.naviItem img{
	margin-left:5px;
	}




div#shop_detail_content_table .shop_detail_estimation{
	width:550px;
	border:1px solid #cccccc;
	border-collapse: collapse;
	margin:0 0 30px 70px;
	}
	
div#shop_detail_content_table .shop_detail_estimation th {
	border: #cccccc solid 1px;  
	font-size: 10pt; 
	background: #f0f0f0;
	width:300px;
	text-align:right;
	padding-right:5px;
	}
	
div#shop_detail_content_table .shop_detail_estimation td { 
	border: #cccccc solid 1px; 
	padding: 5px; 
	vertical-align: top; 
	font-size: 10pt; 
	}

/*アクティブショップ展示車試乗車情報*/
div#activeshop_content_table{
	width:761px;
	margin-left:23px;
	padding-top:40px;
}

div#activeshop_content_table .head_exp{
	margin:0 30px;
	font-size:12px;
	}
div#activeshop_content_table form{
	margin:30px 30px;
	}
div#activeshop_content_table .navi_top{
	font-size:11px;
	text-align:right;
	margin-right:23px;
	margin-bottom:5px;
}
div#activeshop_content_table .navi_bottom{
	font-size:11px;
	text-align:right;
	margin-right:23px;
	margin-top:-25px;
	margin-bottom:30px;
}

div#activeshop_content_table table {
	width:710px;
	border:1px solid #cccccc;
	border-collapse: collapse;
	margin-bottom:30px;
	margin-left:30px;

	}
	
div#activeshop_content_table table th {
	text-align:center;
	border: #cccccc solid 1px;
	vertical-align: middle; 
	font-size: 8pt;
	background: #f0f0f0;
	}
	
div#activeshop_content_table table .th1{
	width:40px;
	}
	
div#activeshop_content_table table td { 
	border: #cccccc solid 1px; 
	vertical-align: top; 
	font-size: 8pt; 
	padding:1px;
	}

div#shop_content_table table .dot,
div#activeshop_content_table table .dot{
	text-align:center;
	vertical-align:middle;
	}

div#activeshop_content_table table .txt_left{
	text-align:left;
	}
	

div#activeshop_content_table .navi_top{
	font-size:11px;
	text-align:right;
	margin:50px 20px 5px 0;
	}

/*アクティブショップ展示車試乗車情報 end*/


table.content .menu {
	width: 181px;
	background-color:#D3D3D3;
	height:auto;
	vertical-align:top;
}

table.content .menu ul {
	display: block;
	margin: 0px;
	margin-top: 10px;
	margin-left:10px;
	padding: 0px;
}

table.content .menu ul li.current{
	background-image: url(btn_bg_cr.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	}
table.content .menu ul li {
	display: block;
	list-style-type: none;
	width: 100%;
	margin: 4px 0 0 0;
	padding: 0px;
	background: url(btn_bg.gif);
	background-repeat: no-repeat;
	font-size: 11px;
}
#menu_ul{
	margin: -5px 10px 0 0;
	background-image:url(menu_ul_ul.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#menu_ul ul li {
	background-image: url(menu_ul_ul_li.gif);
	background-repeat:repeat;
	font-size: 12px;
	font-weight:bold;
	margin: 3px 0 0 0;
}
#menu_ul ul li.space{
	height:5px;
}
#menu_ul ul li.bottom{
	background-image:url(menu_ul_ul_li_btm.gif)
	background-repeat:repeat;
	}

#menu_ul ul li a:hover {
	background-color:#FFFFFF;
	background-image:url(menu_ul_ul_li_btm.gif)
}

table.content .menu ul li .current{
	background-image: url(btn_bg_cr.gif);
	font-size: 11px;
	}
table.content .menu ul li a {
	display: block;
	width: 100%;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	text-indent: 18px;
	text-decoration: none;
}

table.content .menu ul ul li a {
	line-height: 18px;
	text-indent: 11px;
}

table.content .menu li a.selected {
	background: #99ddee;
}

table.content .menu li a:link {
	color: #000000;
}

table.content .menu li a:visited {
	color: #0000cc;
}

table.content .menu li a:hover {
	color:#0000FF;
	background-image:url(btn_bg_cr.gif);
	background-repeat:no-repeat;
}


table.content .menu li a:active {

}

#content_clear{
	clear: both;
	}
	


#directory{
	clear: both;
	text-indent: 10px;
	line-height: 25px;
	color: #ffffff;
	font-size: 11px;
	margin:1px 0 0 0;
	width: 985px; 
	height:25px;
	border: 1px solid #000000;
	background-image:url(direcrory_bg.jpg);
}

#directory a {
	color:#ffffff;
	text-decoration:none;

}

#directory a:hover {
	color:#ffffff;
	text-decoration:underline;


}

#foot {
	clear: both;
	text-indent: 10px;
	line-height: 25px;
	color: #ffffff;
	font-size: 11px;
	margin:1px 0 0 0;
	width: 985px; 
	height:25px;
	border: 1px solid #000000;
	background-image:url(direcrory_bg.jpg);
}