#sidemenu {
	float:left;
	width: 190px;
	text-align: center;
	background-color: #f8f4e6;
}
ul.nav-main {
	padding-top: 20px;
	background-color: #000;
}
ul.nav-main li {
	height: 40px;
	background-color: #000;
}

/*フッター
------------------------------------------------------------*/
#footer {
	background-color: #fff;
}
address{
	background-color: #fff;
	border-top: 1px solid #dcdcdc;
}



/*トップの画像切り替え
------------------------------------------------------------*/
ul.slide {
	overflow: hidden;
	width: 700px;
	height: 500px;
	margin: 0;
}
ul.slide li {
	position: absolute;
	list-style: none;
}

/*背景カラー・文字色
------------------------------------------------------------*/
#main {
	background-color: #762f07;
	color: #f8f4e6;
	
}

/*製品情報のメニュー
------------------------------------------------------------*/

/*メニューバー */
#sub_menu ul {
	width: 750px;
	height: 40px;
}
#sub_menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #ffffff;

}

/*製品情報　見出し・文字設定
------------------------------------------------------------*/

h1.selector1{
	margin-top: 30px;
	margin-left: 20px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}
h2.selector2{
	border-left: 7px solid #0bb397;
	font-weight: bold;
	margin-top: 30px;
	padding: .2em .5em;
	margin-left: 20px;
	text-align: left;
	font-size: 16px;
}
.selector3{
	border-left: 7px solid #f8f4e6;
	font-weight: bold;
	margin-top: 30px;
	padding: .2em .5em;
	margin-left: 20px;
	margin-bottom:30px;
	text-align: left;
	font-size: 16px;
}
.selector12b{
	display: block;
	color: #696969;
	font-weight: bold;
	color: #f8f4e6;
}
.p_base{
	margin: 30px;
	text-align: left;
}
.vce a{
	color: #696969;
	text-decoration: underline;
}


/*各部の説明の背景
------------------------------------------------------------*/

.topics{
	width: 690px;
	background-color: #f8f4e6;
	margin-top: 20px;
	margin-left : auto;
	margin-right : auto;
	padding: 20px 0px 10px;
	border: solid 1px #808080;
	border-radius: 10px;
	-webkit-radius: 10px;
	-moz-border: 10px;
}

/*各部の説明
------------------------------------------------------------*/

.kakubu{
	width: 667px;
	height: 103px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	color: #808080;
	text-align: left;
	position: relative;
	background-color: #fff;
	border: solid 1px #808080;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
}
.kakubu p{

}
.kakubu a{
	color: #E3E3E3;
	border-bottom: 1px dotted;
}
.kakubu_photo{
	width: 156px;
	height: 103px;
}
.kakubu_midashi{
	color: #762f07;
	font-weight: bold;
	font-size: 14px;
}
.kakubu_setsumei{
	font-size: 12px;
}

/*主要諸元の背景
------------------------------------------------------------*/

.topics2{
	width: 690px;
	background-color: #f8f4e6;
	margin-top: 20px;
	margin-left : auto;
	margin-right : auto;
	padding: 20px 0px 10px;
	border: solid 1px #f8f4e6;
	border-radius: 10px;
	-webkit-radius: 10px;
	-moz-border: 10px;
}

/*主要諸元
------------------------------------------------------------*/

table#table-01 {
	width: 600px;
	background-color: #762f07;
	border: 1px #f8f4e6 solid;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 10px;
	padding-left: 50px;
	color: #f8f4e6;
}
table#table-01 th {
	background-color: #762f07;
	padding: 5px;
	border: #f8f4e6 solid;
	border-width: 0 0 2px 1px;
	font-weight: bold;
	line-height: 120%;
	padding-left: 20px;
}
table#table-01 td {
	background-color: #762f07;
	padding: 5px;
	border: #f8f4e6 solid;
	border-width: 0 0 1px 1px;
	padding-left:20px;
}

/*純正アクセサリー 
------------------------------------------------------------*/

table.acce {
	width: 650px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
} 
.acce th{
	border:1px solid #c0c0c0;
	background:url(../image/bk003.gif);
	color:#762f07;
       font-size: 14px;
	font-size: 1.4rem; 
	font-weight: bold;
	border-width: 0 0 1px 1px;
}
.acce td{
	border:1px solid #dcdcdc;
	font-size: 12px;
	color:#f8f4e6;
	border-width: 0 0 1px 1px;
	padding: 0 20px;
	vertical-align: middle;
}

/*純正アクセサリー 説明文
------------------------------------------------------------*/

.acce_list dl:after{
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.acce_list dl {
	display: inline-block;
	height: 1%;
	display: block;
	border-bottom:1px dotted #cccccc;
	padding:2px 0;
	font-size:12px;
	line-height:18px;
}
.acce_list dt{
	float:left;
	width:50px;
	display:block;
}
.acce_list dd{
	float:left;
	display:block;
	width:350px;
}
.acce_list a{
	color:#762f07;
	text-decoration:none;
}
.acce_list a:link{
	color:#CA4C65;
	text-decoration:none;
}
.acce_list a:hover{
	color:#CA4C65;
	text-decoration:underline;
}


/*タイプ・カラー　ギャラリー
------------------------------------------------------------*/

.wrap {
	width:521px;
	margin:20px auto 0px;
}

.wrap ul {
	display:block;
	overflow:hidden;
	width:521px;
	margin-left:-10px;
	clear:both;
	text-align:center;
}
.wrap li {
	display:block;
	float:left;
	background:#762f07;
	margin-left:23px;
	margin-bottom:5px;
	text-align:center;
}
.wrap li img {
	cursor:pointer;
}

.wrap p {
	margin-top:10px;
	height:446px;
}

/*社外パーツ
------------------------------------------------------------*/

#pgofanlink {
	width: 690px;
	margin-top: 20px;
	margin-left : auto;
	margin-right : auto;
	padding: 20px 0px 10px;
	text-align:center;
}

/*テーブル（試乗車情報専用）
------------------------------------------------------------*/
.scr_box{
	width:700px;
	padding:25px;
		}
table.shop{
	width:700px;
	border:1px solid #c0c0c0;
	margin-bottom:10px;
}
table.shop th{
	background-color:#dcdcdc;
	padding:6px 20px;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	font-weight:normal;

}
table.shop td{
	background-color:#ffffff;
	padding:6px 20px;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;

}
th.shopname{
	font-size:14px;
	text-align:left;
}
th.list_l{
	text-align:center;
}
table.shop a{
	color:#333333;
}
table.shop a:hover{
	color:#cc0000;
}
table.shop a:active{
	color:#333333;
}

/*カタログ
------------------------------------------------------------*/
.cat a {
	text-decoration: none;
	color: #ff8c00;
}
.cat a:hover {
	text-decoration: underline;
	color: #ff8c00;
 }


#omote {
	width:230px;
	float:left;
	padding-left:50px;
	margin-top:10px;	
	}  

#ura {
	width:230px;
	float:left;
	padding-left:30px;
	margin-top:10px;	
	}  

.clear {
    clear: both;
}

	/*カタログ
	------------------------------------------------------------*/
#cat-container{
	width:750px;
	height:750px;
	text-align:left;
	background-color: #fff;
	background:url(image/catalog_top.gif) no-repeat left top;

}
#cat-header{
	color:#fff;
        font-size: 25px;
	font-size: 2.5rem; 
	padding-top: 85px;
	padding-left: 20px;
	padding-bottom: 10px;

}
#cat-main{
	margin: 20px;
        font-size: 14px;
	font-size: 1.4rem; 
 }
#cat-footer{
	text-align:bottom;
	margin-left: 20px;
        font-size: 14px;
	font-size: 1.4rem; 

}
.pdflink{
	color: #E3E3E3;
}
.pdflink img{
	margin-top:-4px;
	vertical-align:middle; 
}
.pdflink a:hover, .pdflink a:active{
	text-decoration: underline;
}
