@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 td {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 25px;
}

/*-------------------------------------------------------------------*/
/*ウイングオート アメリカ 最新ニュース*/
/*-------------------------------------------------------------------*/
#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 h4#event {
	padding        : 0px;
	width          : 326px;
	height         : 36px;
	margin-top     : 0px;
	margin-right   : 0px;
	margin-bottom  : 10px;
	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-1 {
	margin          : 0px;
	padding         : 0px;
	width           : 326px;
	height          : 128px;
}
#contents #sidenavi #sidenavi1-1 ul {
	margin          : 0px;
	padding         : 0px;
	list-style-type : none;
}
#contents #sidenavi #sidenavi1-1 li em {
	font-size       : 9px;
	color           : #FFFF00;
	visibility      : hidden;
	margin          : 0px;
	padding         : 0px;
}
#contents #sidenavi #sidenavi1-1 a {
	text-decoration : none;
	display         : block;
	margin-top      : 0px;
	margin-bottom   : 5px;
	margin-left     : 0px;
	margin-right    : 0px;
	padding         : 0px;
	width           : 326px;
	height          : 124px;
}
/*1番目のボタン*/
#contents #sidenavi li#sn111 {
	background-image  : url(../../topics/icon/event_btn_111.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}
/*2番目のボタン*/
#contents #sidenavi li#sn112 {
	background-image  : url(../../topics/icon/event_btn_112.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}

/*-------------------------------------------------------------------*/
/*イベント情報(画像サイズ大)*/
/*-------------------------------------------------------------------*/
#contents #sidenavi #sidenavi1-2 {
	margin          : 0px;
	padding         : 0px;
	margin-top      : 10px;
	width           : 326px;
	height          : 300px;
}
#contents #sidenavi #sidenavi1-2 ul {
	margin          : 0px;
	padding         : 0px;
	list-style-type : none;
}
#contents #sidenavi #sidenavi1-2 li em {
	font-size       : 9px;
	color           : #FFFF00;
	visibility      : hidden;
	margin          : 0px;
	padding         : 0px;
}
#contents #sidenavi #sidenavi1-2 a {
	text-decoration : none;
	display         : block;
	margin-top      : 0px;
	margin-bottom   : 5px;
	margin-left     : 0px;
	margin-right    : 0px;
	padding         : 0px;
	width           : 326px;
	height          : 82px;
}
/*1番目のボタン*/
#contents #sidenavi li#sn121 {
	background-image  : url(../../topics/icon/event_btn_121.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}
/*2番目のボタン*/
#contents #sidenavi li#sn122 {
	background-image  : url(../../topics/icon/event_btn_122.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}
/*3番目のボタン*/
#contents #sidenavi li#sn123 {
	background-image  : url(../../topics/icon/event_btn_123.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}


/*-------------------------------------------------------------------*/
/*イベント情報(画像サイズ中)*/
/*-------------------------------------------------------------------*/
#contents #sidenavi #sidenavi1-4 {
	margin          : 0px;
	padding         : 0px;
	width           : 326px;
	height          : auto;
}
#contents #sidenavi #sidenavi1-4 ul {
	margin          : 0px;
	padding         : 0px;
	list-style-type : none;
}
#contents #sidenavi #sidenavi1-4 li em {
	font-size       : 9px;
	color           : #FFFF00;
	visibility      : hidden;
	margin          : 0px;
	padding         : 0px;
}
#contents #sidenavi #sidenavi1-4 a {
	text-decoration : none;
	display         : block;
	margin-top      : 0px;
	margin-bottom   : 3px;
	margin-left     : 0px;
	margin-right    : 0px;
	padding         : 0px;
	width           : 326px;
	height          : 61px;
}
/*1番目のボタン*/
#contents #sidenavi li#sn141 {
	background-image  : url(../../topics/icon/event_btn_141.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}
/*2番目のボタン*/
#contents #sidenavi li#sn142 {
	background-image  : url(../../topics/icon/event_btn_142.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}
/*3番目のボタン*/
#contents #sidenavi li#sn143 {
	background-image  : url(../../topics/icon/event_btn_143.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}
/*4番目のボタン*/
#contents #sidenavi li#sn144 {
	background-image  : url(../../topics/icon/event_btn_144.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}
/*5番目のボタン*/
#contents #sidenavi li#sn145 {
	background-image  : url(../../topics/icon/event_btn_145.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}


/*-------------------------------------------------------------------*/
/*イベント情報(画像サイズ普通)*/
/*-------------------------------------------------------------------*/
#contents #sidenavi #sidenavi1-3 {
	margin         : 0px;
	padding-top    : 0px;
	padding-right  : 0px;
	padding-bottom : 5px;
	padding-left   : 0px;
	width          : 326px;
	height         : 82px;
}

#contents #sidenavi #sidenavi1-3 ul {
	margin          : 0px;
	padding         : 0px;
	list-style-type : none;
}

#contents #sidenavi #sidenavi1-3 li em {
	font-size       : 9px;
	color           : #FFFF00;
	visibility      : hidden;
	margin          : 0px;
	padding         : 0px;
}
#contents #sidenavi #sidenavi1-3 a  {
	text-decoration : none;
	display         : block;
	width           : 326px;
	height          : 40px;
	margin-top      : 0px;
	margin-bottom   : 2px;
	margin-left     : 0px;
	margin-right    : 0px;
	padding         : 0px;
}

/*1番目のボタン*/
#contents #sidenavi li#sn131 {
	background-image  : url(../../topics/icon/event_btn_131.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}
/*2番目のボタン*/
#contents #sidenavi li#sn132 {
	background-image  : url(../../topics/icon/event_btn_132.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}
/*3番目のボタン*/
#contents #sidenavi li#sn133 {
	background-image  : url(../../topics/icon/event_btn_133.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}
/*4番目のボタン*/
#contents #sidenavi li#sn134 {
	background-image  : url(../../topics/icon/event_btn_134.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}
/*5番目のボタン*/
#contents #sidenavi li#sn135 {
	background-image  : url(../../topics/icon/event_btn_135.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}
/*6番目のボタン*/
#contents #sidenavi li#sn136 {
	background-image  : url(../../topics/icon/event_btn_136.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}
/*7番目のボタン*/
#contents #sidenavi li#sn137 {
	background-image  : url(../../topics/icon/event_btn_137.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}
/*8番目のボタン*/
#contents #sidenavi li#sn138 {
	background-image  : url(../../topics/icon/event_btn_138.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}
/*9番目のボタン*/
#contents #sidenavi li#sn139 {
	background-image  : url(../../topics/icon/event_btn_139.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}



/*-------------------------------------------------------------------*/
/*その他の情報*/
/*-------------------------------------------------------------------*/
#contents #sidenavi #sidenavi2 {
	margin            : 0px;
	padding           : 0px;
	width             : 326px;
	height            : 155px;
}

/*その他の情報のタイトル*/
#contents #sidenavi h4#other {
	padding           : 0px;
	width             : 326px;
	height            : 36px;
	margin-top        : 0px;
	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            : 27px;
}
/*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;
}


/*-------------------------------------------------------------------*/
/*アメ車ワールド*/
/*-------------------------------------------------------------------*/
#contents #sidenavi #sidenavi3 {
	margin          : 0px;
	padding         : 0px;
	width           : 326px;
	height          : 65px;
}
#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          : 60px;
	margin-top      : 0px;
	margin-bottom   : 5px;
	margin-left     : 0px;
	margin-right    : 0px;
	padding         : 0px;
}
/*1番目のボタン*/
#contents #sidenavi li#sn311 {
	background-image  : url(../../topics/icon/event_btn_311.jpg);
	background-repeat : no-repeat;
	margin            : 0px;
	padding           : 0px;
}



/*-------------------------------------------------------------------*/
/*最新入庫車*/
/*-------------------------------------------------------------------*/
#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;
}

.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;
}

