@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;
}

/*-------------------------------------------------------------------*/
/*ヘッダー*/
/*-------------------------------------------------------------------*/
#header {
	margin: 0px;
	padding: 0px;
	height: 126px;
	width: 1000px;
	background-color: #FF9900;
}
#header h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 126px;
	width: 1000px;
	line-height: 22px;
}
#header h1 em {
	visibility: hidden;
}


/*-------------------------------------------------------------------*/
/*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 #main1 {
	margin  : 0px;
	padding : 0px;
	width   : 570px;
	height  : 275px;
}
#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;
}


/*-------------------------------------------------------------------*/
/*アメリカン & ヨーロピアン ブログ*/
/*-------------------------------------------------------------------*/
#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;
}


/*-------------------------------------------------------------------*/
/*サービスファクトリ ブログ*/
/*-------------------------------------------------------------------*/
#contents #main #main3 {
	margin  : 0px;
	padding : 0px;
	width   : 570px;
	height  : 275px;
}
#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;
}

/*-------------------------------------------------------------------*/
/*エクスプライド最新ニュース*/
/*-------------------------------------------------------------------*/
#contents #main #main4 {
	margin  : 0px;
	padding : 0px;
	width   : 570px;
	height  : 120px;
}
#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;
}


/*-------------------------------------------------------------------*/
/*右側のナビブロック*/
/*-------------------------------------------------------------------*/
#contents #sidenavi {
	margin: 0px;
	float: right;
	width: 326px;
	height: 950px;
	background-image: url(../imgs/sidenavi_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-align: left;
}


/*-------------------------------------------------------------------*/
/*イベント＆キャンペーン情報*/
/*-------------------------------------------------------------------*/
#contents #sidenavi #sidenavi1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	width: 326px;
	height: 650px;
}

/*イベント＆キャンペーン情報のタイトル*/
#contents #sidenavi h4#event {
	padding: 0px;
	height: 36px;
	width: 326px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	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 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;
	height: 40px;
	width: 326px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0px;
}

/*1番目のボタン*/
#contents #sidenavi li#sn1 {
	background-image: url(../../topics/icon/event_btn_01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/*2番目のボタン*/
#contents #sidenavi li#sn2 {
	background-image: url(../../topics/icon/event_btn_02.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/*3番目のボタン*/
#contents #sidenavi li#sn3 {
	background-image: url(../../topics/icon/event_btn_03.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/*4番目のボタン*/
#contents #sidenavi li#sn4 {
	background-image: url(../../topics/icon/event_btn_04.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/*5番目のボタン*/
#contents #sidenavi li#sn5 {
	background-image: url(../../topics/icon/event_btn_05.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/*6番目のボタン*/
#contents #sidenavi li#sn6 {
	background-image: url(../../topics/icon/event_btn_06.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/*7番目のボタン*/
#contents #sidenavi li#sn7 {
	background-image: url(../../topics/icon/event_btn_07.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/*8番目のボタン*/
#contents #sidenavi li#sn8 {
	background-image: url(../../topics/icon/event_btn_08.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/*9番目のボタン*/
#contents #sidenavi li#sn9 {
	background-image: url(../../topics/icon/event_btn_09.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/*10番目のボタン*/
#contents #sidenavi li#sn10 {
	background-image: url(../../topics/icon/event_btn_10.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/*11番目のボタン*/
#contents #sidenavi li#sn11 {
	background-image: url(../../topics/icon/event_btn_11.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/*12番目のボタン*/
#contents #sidenavi li#sn12 {
	background-image: url(../../topics/icon/event_btn_12.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/*13番目のボタン*/
#contents #sidenavi li#sn13 {
	background-image: url(../../topics/icon/event_btn_13.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/*13番目のボタン*/
#contents #sidenavi li#sn14 {
	background-image: url(../../topics/icon/event_btn_14.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

/*イベント情報(画像サイズ大)*/
#contents #sidenavi #sidenavi3 {
	margin: 0px;
	width: 326px;
	padding: 0px;
	height: 85px;
}
#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;
	height: 80px;
	width: 326px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
/*1番目のボタン*/
#contents #sidenavi li#sn31 {
	background-image: url(../../topics/icon/event_btn_31.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}


/*イベント情報(画像サイズ特大)*/
#contents #sidenavi #sidenavi4 {
	margin: 0px;
	width: 326px;
	padding: 0px;
	height: 129px;
}
#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;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	width: 326px;
	height: 124px;
}
/*1番目のボタン*/
#contents #sidenavi li#sn41 {
	background-image: url(../../topics/icon/event_btn_41.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------------------------------------*/
/*その他の情報*/
/*-------------------------------------------------------------------*/
#contents #sidenavi #sidenavi2 {
	margin: 0px;
	width: 326px;
	padding: 0px;
	height: 170px;
}

/*その他の情報のタイトル*/
#contents #sidenavi h4#other {
	padding: 0px;
	height: 36px;
	width: 326px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 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;
	height: 27px;
	width: 163px;
	margin: 0px;
}
/*1番目のボタン*/
#contents #sidenavi li#osn1 {
	background-image: url(../imgs/other_btn_01.gif);
	background-repeat: no-repeat;
	float: right;
}
/*2番目のボタン*/
#contents #sidenavi li#osn2 {
	background-image: url(../imgs/other_btn_02.gif);
	background-repeat: no-repeat;
	float: right;
}
/*3番目のボタン*/
#contents #sidenavi li#osn3 {
	background-image: url(../imgs/other_btn_03.gif);
	background-repeat: no-repeat;
	float: right;
}
/*4番目のボタン*/
#contents #sidenavi li#osn4 {
	background-image: url(../imgs/other_btn_04.gif);
	background-repeat: no-repeat;
	float: right;
}
/*5番目のボタン*/
#contents #sidenavi li#osn5 {
	background-image: url(../imgs/other_btn_05.gif);
	background-repeat: no-repeat;
	float: right;
}
/*6番目のボタン*/
#contents #sidenavi li#osn6 {
	background-image: url(../imgs/other_btn_06.gif);
	background-repeat: no-repeat;
	float: right;
}
/*7番目のボタン*/
#contents #sidenavi li#osn7 {
	background-image: url(../imgs/other_btn_07.gif);
	background-repeat: no-repeat;
	float: right;
}
/*8番目のボタン*/
#contents #sidenavi li#osn8 {
	background-image: url(../imgs/other_btn_08.gif);
	background-repeat: no-repeat;
	float: right;
}


/*-------------------------------------------------------------------*/
/*最新入庫車*/
/*-------------------------------------------------------------------*/
#stockcar {
	margin: 0px;
	padding: 0px;
	padding-right: 30px;
	padding-left: 30px;
	width: 940px;
	background-color: #EDEDED;
	height: 545px;
}

#stockcar #main {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 940px;
	height: 545px;
}

/*-------------------------------------------------------------------*/
/*最新入庫車のタイトル*/
/*-------------------------------------------------------------------*/
#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;
}
