@charset "utf-8";

/*-------------------------------------------------------------------*/
/*ボディ*/
/*-------------------------------------------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	padding: 0px;
	height: 1950px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*-------------------------------------------------------------------*/
/*トップコメント*/
/*-------------------------------------------------------------------*/
#information {
	width       : 1000px;
	height      : 50px;
	margin      : 0px;
	padding     : 0px;
	background-color : #0000FF;
	font-family : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size   : 14px;
	line-height : 16px;
	color       : #FFFFFF;
	text-align  : center;
}

/*-------------------------------------------------------------------*/
/*ヘッダー*/
/*-------------------------------------------------------------------*/
#header {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 126px;
	width: 1000px;
	background-color: #FF9900;
}
#header h1,
#header .globalNav {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 126px;
	width: 1000px;
	line-height: 22px;
}
#header h1 em,
#header .globalNav em {
	visibility: hidden;
}
#header .globalNav ul {
	width: 1000px;
	margin: 0 auto;
	height: 92px;
	padding: 0 0 0 32px;
	background: url(../imgs/img_h01.jpg) no-repeat left top;
	/zoom: 1;
}

#header .globalNav {
	background: url(../imgs/img_h09.jpg) no-repeat center bottom;
}
#header .globalNav ul:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
	font-size:0;
	line-height:0;
}
#header .globalNav ul li {
	float: left;
	list-style: none;
	margin: 0;
	height: 92px;
	padding: 0 10px 0 0;
}
#header .globalNav ul li.nav07 {
	padding: 0 33px 0 0;
}
#header .globalNav ul li.nav01 {	background: url(../imgs/img_h02.jpg) no-repeat right top;}
#header .globalNav ul li.nav02 {	background: url(../imgs/img_h03.jpg) no-repeat right top;}
#header .globalNav ul li.nav03 {	background: url(../imgs/img_h04.jpg) no-repeat right top;}
#header .globalNav ul li.nav04 {	background: url(../imgs/img_h05.jpg) no-repeat right top;}
#header .globalNav ul li.nav05 {	background: url(../imgs/img_h06.jpg) no-repeat right top;}
#header .globalNav ul li.nav06 {	background: url(../imgs/img_h07.jpg) no-repeat right top;}
#header .globalNav ul li.nav07 {	background: url(../imgs/img_h08.jpg) no-repeat right top;}

#header .headerTtl {
	position: absolute;
	right: 26px;
	bottom: -5px;
	width: auto;
	height: auto;
	color: #FAE8C0;
	font-size: 10px;
	font-weight: normal;
}


/*-------------------------------------------------------------------*/
/*Flashのナビボタン*/
/*-------------------------------------------------------------------*/
#topnavi {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 380px;
	width: 1000px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FFFFFF;
}
/*-------------------------------------------------------------------*/
/*画面中央のナビボタン*/
/*-------------------------------------------------------------------*/
#navi1 {
	background-image: url(../imgs/navi_bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 40px;
	width: 900px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#navi1 h2 {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navi1 h2 em {
	visibility: hidden;
}
#navi1 h2 a {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 90px;
}
/*1番目のボタン*/
#navi1 h2#tn1 a {
	background-image: url(../imgs/btn_01.gif);
	background-repeat: no-repeat;
}
#navi1 h2#tn1 a:hover, #navi1 h2#tn1 a:active {
	background-image: url(../imgs/btn_01_over.gif);
	background-repeat: no-repeat;
}
/*2番目のボタン*/
#navi1 h2#tn2 a {
	background-image: url(../imgs/btn_02.gif);
	background-repeat: no-repeat;
}
#navi1 h2#tn2 a:hover, #navi1 h2#tn2 a:active {
	background-image: url(../imgs/btn_02_over.gif);
	background-repeat: no-repeat;
}
/*3番目のボタン*/
#navi1 h2#tn3 a {
	background-image: url(../imgs/btn_03.gif);
	background-repeat: no-repeat;
}
#navi1 h2#tn3 a:hover, #navi1 h2#tn3 a:active {
	background-image: url(../imgs/btn_03_over.gif);
	background-repeat: no-repeat;
}
/*4番目のボタン*/
#navi1 h2#tn4 a {
	background-image: url(../imgs/btn_04.gif);
	background-repeat: no-repeat;
}
#navi1 h2#tn4 a:hover, #navi1 h2#tn4 a:active {
	background-image: url(../imgs/btn_04_over.gif);
	background-repeat: no-repeat;
}
/*5番目のボタン*/
#navi1 h2#tn5 a {
	background-image: url(../imgs/btn_05.gif);
	background-repeat: no-repeat;
}
#navi1 h2#tn5 a:hover, #navi1 h2#tn5 a:active {
	background-image: url(../imgs/btn_05_over.gif);
	background-repeat: no-repeat;
}
/*6番目のボタン*/
#navi1 h2#tn6 a {
	background-image: url(../imgs/btn_06.gif);
	background-repeat: no-repeat;
}
#navi1 h2#tn6 a:hover, #navi1 h2#tn6 a:active {
	background-image: url(../imgs/btn_06_over.gif);
	background-repeat: no-repeat;
}
/*7番目のボタン*/
#navi1 h2#tn7 a {
	background-image: url(../imgs/btn_07.gif);
	background-repeat: no-repeat;
}
#navi1 h2#tn7 a:hover, #navi1 h2#tn7 a:active {
	background-image: url(../imgs/btn_07_over.gif);
	background-repeat: no-repeat;
}
/*8番目のボタン*/
#navi1 h2#tn8 a {
	background-image: url(../imgs/btn_08.gif);
	background-repeat: no-repeat;
}
#navi1 h2#tn8 a:hover, #navi1 h2#tn8 a:active {
	background-image: url(../imgs/btn_08_over.gif);
	background-repeat: no-repeat;
}
/*9番目のボタン*/
#navi1 h2#tn9 a {
	background-image: url(../imgs/btn_09.gif);
	background-repeat: no-repeat;
}
#navi1 h2#tn9 a:hover, #navi1 h2#tn9 a:active {
	background-image: url(../imgs/btn_09_over.gif);
	background-repeat: no-repeat;
}
/*10番目のボタン*/
#navi1 h2#tn10 a {
	background-image: url(../imgs/btn_10.gif);
	background-repeat: no-repeat;
}
#navi1 h2#tn10 a:hover, #navi1 h2#tn10 a:active {
	background-image: url(../imgs/btn_10_over.gif);
	background-repeat: no-repeat;
}



/*-------------------------------------------------------------------*/
/*下段の全幅ブロック*/
/*-------------------------------------------------------------------*/
#contents {
	margin: 0px;
	width: 940px;
	height: 960px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-color: #EDEDED;
}


/*-------------------------------------------------------------------*/
/*左側のブロック*/
/*-------------------------------------------------------------------*/
#contents #main {
	padding: 0px;
	float: left;
	width: 570px;
	height: 950px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}

#contents #main td {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 25px;
}
/*insert_s ThinkThings Sekiya 2016.07.25  WordPress RSS Ajax化 RSS表示域共通スタイル設定-*/
/*-------------------------------------------------------------------*/
/*BLOGエリア共通*/
/*-------------------------------------------------------------------*/
.rss_area{
	width:570px;
	margin:0 auto;
	overflow-y:scroll;
}
.rss_area table{
	width:540px;
	margin:0 auto;
	border:none;
}
.rssdate{
	padding-left:20px;
	width:100px;
	text-align:left;
	font-size: 10px;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}
.rsslink{
	width:420px;
	text-align:left;
	font-size: 12px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 25px;
}
/*-------------------------------------------------------------------*/
/*ローディング画像*/
/*-------------------------------------------------------------------*/
.loader{
	width:80px;
	height:80px;
	margin:30px auto 0 auto;
	display:block;
}

/*insert_e*/

/*-------------------------------------------------------------------*/
/*ウイングオート ヨーロッパ・アメリカ 最新情報*/
/*-------------------------------------------------------------------*/
#contents #main #main1 {
	margin  : 0px;
	padding : 0px;
	width   : 570px;
	height  : 180px;
}
#contents #main #main1 h2 {
	font-size : 9px;
	margin    : 0px;
	padding   : 0px;
}
#contents #main #main1 h2 em {
	visibility : hidden;
}
#contents #main #main1 h2 a {
	text-decoration : none;
	display : block;
	margin  : 0px;
	padding : 0px;
	height  : 40px;
	width   : 570px;
}
#contents #main #main1 h2#news a{
	background-image  : url(../imgs/top_h3_1.jpg);
	background-repeat : no-repeat;
}

/*insert_s ThinkThings Sekiya 2016.07.25  WordPress RSS Ajax化 RSS表示域ヨーロッパ・アメリカ独自スタイル設定-*/
#euro_america_rss_area,#euro_america_rss_area.table{
	height:140px;
}
/*insert_e*/

/*-------------------------------------------------------------------*/
/*ショールーム ブログ*/
/*-------------------------------------------------------------------*/
#contents #main #main2 {
	margin  : 0px;
	padding : 0px;
	width   : 570px;
	height  : 275px;
}
#contents #main #main2 h3#news {
	background-image  : url(../imgs/top_h3_2.jpg);
	background-repeat : no-repeat;
	margin  : 0px;
	padding : 0px;
	height  : 40px;
	width   : 570px;
}
#contents #main #main2 h3#news em {
	visibility : hidden;
}

/*insert_s ThinkThings Sekiya 2016.07.25  WordPress RSS Ajax化 RSS表示域ショールーム独自スタイル設定-*/
#showroom_rss_area,#showroom_rss_area.table{
	height:235px;
}
/*insert_e*/

/*-------------------------------------------------------------------*/
/*カスタマーメカニック ブログ*/
/*-------------------------------------------------------------------*/
#contents #main #main3 {
	margin  : 0px;
	padding : 0px;
	width   : 570px;
	height  : 240px;
}
#contents #main #main3 h2 {
	font-size : 9px;
	margin    : 0px;
	padding   : 0px;
}
#contents #main #main3 h2 em {
	visibility : hidden;
}
#contents #main #main3 h2 a {
	text-decoration : none;
	display : block;
	margin  : 0px;
	padding : 0px;
	height  : 40px;
	width   : 570px;
}
#contents #main #main3 h2#news a{
	background-image  : url(../imgs/top_h3_3.jpg);
	background-repeat : no-repeat;
}
/*insert_s ThinkThings Sekiya 2016.07.25  WordPress RSS Ajax化 RSS表示域カスタマーメカニック独自スタイル設定-*/
#customer_mechanic_rss_area,#customer_mechanic_rss_area.table{
	height:200px;
}
/*insert_e*/
/*-------------------------------------------------------------------*/
/*カスタマーアドバイザー最新ニュース*/
/*-------------------------------------------------------------------*/
#contents #main #main4 {
	margin  : 0px;
	padding : 0px;
	width   : 570px;
	height  : 240px;
}
#contents #main #main4 h2 {
	font-size : 9px;
	margin    : 0px;
	padding   : 0px;
}
#contents #main #main4 h2 em {
	visibility : hidden;
}
#contents #main #main4 h2 a {
	text-decoration : none;
	display : block;
	margin  : 0px;
	padding : 0px;
	height  : 40px;
	width   : 570px;
}
#contents #main #main4 h2#news a{
	background-image  : url(../imgs/top_h3_4.jpg);
	background-repeat : no-repeat;
}

/*insert_s ThinkThings Sekiya 2016.07.25  WordPress RSS Ajax化 RSS表示域カスタマーメカニック独自スタイル設定-*/
#customer_adviser_rss_area,#customer_adviser_rss_area.table{
	height:200px;
}
/*insert_e*/

/*-------------------------------------------------------------------*/
/*右側のナビブロック*/
/*-------------------------------------------------------------------*/
#contents #sidenavi {
	margin  : 0px;
	float   : right;
	width   : 326px;
	height  : 930px;
	background-image  : url(../imgs/sidenavi_bg.jpg);
	background-repeat : no-repeat;
	padding-top    : 8px;
	padding-right  : 12px;
	padding-bottom : 16px;
	padding-left   : 12px;
	text-align     : left;
}


/*-------------------------------------------------------------------*/
/*イベント＆キャンペーン情報*/
/*-------------------------------------------------------------------*/
/*イベント＆キャンペーン情報のタイトル*/
#contents #sidenavi h4#event {
	padding        : 0px;
	width          : 326px;
	height         : 36px;
	margin-top     : 0px;
	margin-right   : 0px;
	margin-bottom  : 5px;
	margin-left    : 0px;
	background-image  : url(../imgs/top_h4_1.gif);
	background-repeat : no-repeat;
}
#contents #sidenavi h4 em {
	color          : #FFFF00;
	visibility     : hidden;
}

/*-------------------------------------------------------------------*/
/*イベント情報*/
/*-------------------------------------------------------------------*/
#contents #sidenavi #sidenavi1 {
	margin          : 0px;
	padding         : 0px;
	width           : 326px;
	height          : auto;
}
#contents #sidenavi #sidenavi1 ul {
	margin          : 0px;
	padding         : 0px;
	list-style-type : none;
}
#contents #sidenavi #sidenavi1 li em {
	font-size       : 9px;
	color           : #FFFF00;
	visibility      : hidden;
	margin          : 0px;
	padding         : 0px;
}
#contents #sidenavi #sidenavi1 a {
	text-decoration : none;
	display         : block;
	margin-top      : 0px;
	margin-bottom   : 0px;
	margin-left     : 0px;
	margin-right    : 0px;
	padding         : 0px;
	height: 100%;
	width: auto;
}

/*超特大ボタン*/
#contents #sidenavi li#sn001 {
	background-image  : url(../../topics/icon/event_btn_tp_wingday2016.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 128px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float: left;
}

#contents #sidenavi li#sn002 {
	background-image  : url(../../topics/icon/event_btn_tp_002s.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 61px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float: left;
}

#contents #sidenavi li#sn003 {

	background-image  : url(../../topics/icon/event_btn_tp_003.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 128px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float: left;

}

#contents #sidenavi li#sn004 {

	background-image  : url(../../topics/icon/event_btn_tp_004.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 128px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float: left;

}

/*特大ボタン*/
#contents #sidenavi li#sn101 {

	background-image  : url(../../topics/icon/event_btn_tp_101.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 82px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float: left;

}

#contents #sidenavi li#sn102 {

	background-image  : url(../../topics/icon/event_btn_tp_102.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 82px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn103 {
	background-image  : url(../../topics/icon/event_btn_tp_103.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 82px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;
}

#contents #sidenavi li#sn104 {

	background-image  : url(../../topics/icon/event_btn_tp_104.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 82px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}


/*大ボタン*/
#contents #sidenavi li#sn201 {

	background-image  : url(../../topics/icon/event_btn_tp_201.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 61px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn202 {

	background-image  : url(../../topics/icon/event_btn_tp_202.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 61px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn203 {
	background-image  : url(../../topics/icon/event_btn_tp_203.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 61px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;
}

#contents #sidenavi li#sn204 {

	background-image  : url(../../topics/icon/event_btn_tp_204.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 61px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn205 {

	background-image  : url(../../topics/icon/event_btn_tp_205.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 61px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn206 {

	background-image  : url(../../topics/icon/event_btn_tp_206.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 61px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn207 {

	background-image  : url(../../topics/icon/event_btn_tp_207.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 61px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn208 {

	background-image  : url(../../topics/icon/event_btn_tp_208.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 61px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn209 {

	background-image  : url(../../topics/icon/event_btn_tp_209.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 61px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}


/*中ボタン*/
#contents #sidenavi li#sn301 {

	background-image  : url(../../topics/icon/event_btn_tp_301.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn302 {

	background-image  : url(../../topics/icon/event_btn_tp_302.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn303 {

	background-image  : url(../../topics/icon/event_btn_tp_303.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn304 {

	background-image  : url(../../topics/icon/event_btn_tp_304.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn305 {

	background-image  : url(../../topics/icon/event_btn_tp_305.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn306 {

	background-image  : url(../../topics/icon/event_btn_tp_306.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn307 {

	background-image  : url(../../topics/icon/event_btn_tp_307.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn308 {

	background-image  : url(../../topics/icon/event_btn_tp_308.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn309 {

	background-image  : url(../../topics/icon/event_btn_tp_309.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn310 {

	background-image  : url(../../topics/icon/event_btn_tp_310.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}


/*小ボタン*/
#contents #sidenavi li#sn401 {

	background-image  : url(../../topics/icon/event_btn_tp_401.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 161px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 4px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn402 {

	background-image  : url(../../topics/icon/event_btn_tp_402.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 161px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn403 {

	background-image  : url(../../topics/icon/event_btn_tp_403.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 161px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 4px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn404 {

	background-image  : url(../../topics/icon/event_btn_tp_404.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 161px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn405 {

	background-image  : url(../../topics/icon/event_btn_tp_405.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 161px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 4px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn406 {

	background-image  : url(../../topics/icon/event_btn_tp_406.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 161px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn407 {

	background-image  : url(../../topics/icon/event_btn_tp_407.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 161px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 4px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn408 {

	background-image  : url(../../topics/icon/event_btn_tp_408.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 161px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn409 {

	background-image  : url(../../topics/icon/event_btn_tp_409.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 161px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 4px;
	margin-bottom     : 4px;
	float             : left;

}

#contents #sidenavi li#sn410 {

	background-image  : url(../../topics/icon/event_btn_tp_410.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 161px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;

}


/*GMのボタン*/
#contents #sidenavi li#sn501 {

	background-image  : url(../../topics/icon/event_btn_tp_gm.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;
}

/*FORD DODGEのボタン*/
#contents #sidenavi li#sn502 {

	background-image  : url(../../topics/icon/event_btn_tp_ford.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;
}

/*LOTUSのボタン*/
#contents #sidenavi li#sn503 {

	background-image  : url(../../topics/icon/event_btn_tp_lotus.jpg);
	background-repeat : no-repeat;
	padding           : 0px;
	width             : 326px;
	height            : 40px;
	margin-top        : 0px;
	margin-left       : 0px;
	margin-right      : 0px;
	margin-bottom     : 4px;
	float             : left;
}


/*-------------------------------------------------------------------*/
/*その他の情報*/
/*-------------------------------------------------------------------*/
#contents #sidenavi #sidenavi2 {
	margin            : 0px;
	padding           : 0px;
	width             : 326px;
	height            : 155px;
	float: left;
}

/*その他の情報のタイトル*/
#contents #sidenavi h4#other {
	padding           : 0px;
	width             : 326px;
	height            : 36px;
	margin-top        : 3px;
	margin-bottom     : 2px;
	margin-left       : 0px;
	margin-right      : 0px;
	background-image  : url(../imgs/top_h4_2.gif);
	background-repeat : no-repeat;
}
/*その他の情報のボタンの設定*/
#contents #sidenavi #sidenavi2 ul {
	margin            : 0px;
	padding           : 0px;
	list-style-type   : none;
}
#contents #sidenavi #sidenavi2 li em {
	font-size         : 9px;
	color             : #FFFF00;
	visibility        : hidden;
}
#contents #sidenavi #sidenavi2 a  {
	text-decoration   : none;
	display           : block;
	padding           : 0px;
	margin            : 0px;
	width             : 163px;
	height            : 100%;
}
/*1番目のボタン*/
#contents #sidenavi li#osn1 {
	background-image  : url(../imgs/other_btn_01.gif);
	background-repeat : no-repeat;
	float             : right;
	height: 27px;
}
/*2番目のボタン*/
#contents #sidenavi li#osn2 {
	background-image  : url(../imgs/other_btn_02.gif);
	background-repeat : no-repeat;
	float             : right;
	height: 27px;
}
/*3番目のボタン*/
#contents #sidenavi li#osn3 {
	background-image  : url(../imgs/other_btn_03.gif);
	background-repeat : no-repeat;
	float             : right;
	height: 27px;
}
/*4番目のボタン*/
#contents #sidenavi li#osn4 {
	background-image  : url(../imgs/other_btn_04.gif);
	background-repeat : no-repeat;
	float             : right;
	height: 27px;
}
/*5番目のボタン*/
#contents #sidenavi li#osn5 {
	background-image  : url(../imgs/other_btn_05.gif);
	background-repeat : no-repeat;
	float             : right;
	height: 27px;
}
/*6番目のボタン*/
#contents #sidenavi li#osn6 {
	background-image  : url(../imgs/other_btn_06.gif);
	background-repeat : no-repeat;
	float             : right;
	height: 27px;
}
/*7番目のボタン*/
#contents #sidenavi li#osn7 {
	background-image  : url(../imgs/other_btn_07.gif);
	background-repeat : no-repeat;
	float             : right;
	height: 27px;
}
/*8番目のボタン*/
#contents #sidenavi li#osn8 {
	background-image  : url(../imgs/other_btn_08.gif);
	background-repeat : no-repeat;
	float             : right;
	height: 27px;
}


/*-------------------------------------------------------------------*/
/*アメ車ワールド*/
/*-------------------------------------------------------------------*/
#contents #sidenavi #sidenavi3 {
	margin          : 0px;
	padding         : 0px;
	width           : 326px;
	height          : 30px;
	float: left;
}
#contents #sidenavi #sidenavi3 ul {
	margin          : 0px;
	padding         : 0px;
	list-style-type : none;
}
#contents #sidenavi #sidenavi3 li em {
	font-size       : 9px;
	color           : #FFFF00;
	visibility      : hidden;
	margin          : 0px;
	padding         : 0px;
}
#contents #sidenavi #sidenavi3 a  {
	text-decoration : none;
	display         : block;
	width           : 326px;
	height          : 30px;
	margin-top      : 0px;
	margin-bottom   : 5px;
	margin-left     : 0px;
	margin-right    : 0px;
	padding         : 0px;
}
/*1番目のボタン*/
#contents #sidenavi li#sn311 {
	background-image  : url(../../topics/icon/btn_ot_ame.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}

/*-------------------------------------------------------------------*/
/*スタッフ募集*/
/*-------------------------------------------------------------------*/
#contents #sidenavi #sidenavi4 {
	margin          : 0px;
	padding         : 0px;
	width           : 326px;
	height          : 40px;
	margin-top      : 0px;
	float           : left;
	margin-right    : 0px;
	margin-bottom   : 30px;
	margin-left     : 0px;
	clear           : left;
}
#contents #sidenavi #sidenavi4 ul {
	margin          : 0px;
	padding         : 0px;
	list-style-type : none;
}
#contents #sidenavi #sidenavi4 li em {
	font-size       : 9px;
	color           : #FFFF00;
	visibility      : hidden;
	margin          : 0px;
	padding         : 0px;
}
#contents #sidenavi #sidenavi4 a  {
	text-decoration : none;
	display         : block;
	width           : 326px;
	height          : 40px;
	margin-top      : 0px;
	margin-bottom   : 5px;
	margin-left     : 0px;
	margin-right    : 0px;
	padding         : 0px;
}
/*1番目のボタン*/
#contents #sidenavi li#sn411 {
	background-image  : url(../../topics/icon/btn_ot_recruit_s.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
	margin-top        : 3px;
}



/*-------------------------------------------------------------------*/
/*最新入庫車*/
/*-------------------------------------------------------------------*/
#stockcar {
	margin: 0px;
	padding: 0px;
	padding-right: 30px;
	padding-left: 30px;
	width: 940px;
	background-color: #EDEDED;
	height: 728px;
}


#stockcar #main {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 940px;
	height: 545px;
}

.font10-white{
	font-size   : 10px;
	font-family : "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	line-height : 135%;
	color       : white;
}

#stockcar #main a:link {
	display : block;
	color:#A00000;
	text-decoration:none;
}
#stockcar #main a:visited {
	display : block;
	color:#A00000;
	text-decoration:none;
}
#stockcar #main a:active {
	display : block;
	color:#A00000;
	text-decoration:none;
}
#stockcar #main a:hover {
	display : block;
	color:#FFFFFF;
	background-color:#0000FF;
	text-decoration:none;
}

/*-------------------------------------------------------------------*/
/*最新入庫車のタイトル*/
/*-------------------------------------------------------------------*/
#stockcar #main h3#newcar {
	background-image: url(../imgs/top_h3_2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 940px;
}
#stockcar h3#newcar em {
	visibility: hidden;
}



/*-------------------------------------------------------------------*/
/*フッター*/
/*-------------------------------------------------------------------*/
#footer {
	margin: 0px;
	width: 1000px;
	padding: 0px;
	height: 83px;
}

/*カウンター*/
#counter {
	margin: 0px;
	width: 940px;
	padding-right: 30px;
	margin-bottom: 2px;
	padding-left: 30px;
	height: 20px;
	background-color: #EDEDED;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666260;
	text-align: right;
}

#lineup {
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 1000px;
	background-image: url(../imgs/lineup_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#lineup ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 22px;
}
#lineup li {
	display: inline;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#lineup a {
	text-decoration: none;
	color: #0033CC;
}

.font_12px30px_gray {
	font-size: 12px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 25px;
}
.font_10px30px_orange {
	font-size: 10px;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}

.font14_white {
	font-size   : 14px;
	color       : #FFFFFF;
	font-family : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height : 20px;
}
