/*********************ACCESS車種一覧***********************/



/* 

=================================

ヘッダーcssを強制上書き  

=================================

*/



div#contents {
	width: 100% !important;
}
/*

==================================

Hondaベース

==================================

*/



body {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	line-height: 130%;
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}
/*

==================================

いろいろ

==================================

*/



* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
/********************************

              全体               

********************************/



body {
	background: url(../image/lineup/back_up.gif) repeat-x top;
}
#ua_wrapper {
	width: 905px;
	margin: 0 auto;
}
/********************************

          タイトルまわり         

********************************/





h1 {
	margin-bottom: 20px;
}
h1 img {
 behavior: expression(IEPNGFIX.fix(this));
}
/********************************

           ラインナップ          

********************************/



h2, .lineup-list, .past {
	margin-left: 7px;
}
.lineup-list {
	list-style: none;
	width: 890px;
	margin-bottom: 24px;
	display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.lineup-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; 
}



.lineup-list li {
	width: 176px;
	height: 102px;
	float: left;
	margin-right: 2px;
}
/********************************

            フッタ部分           

********************************/



.hosho {
	width: 102px;
	height: 51px;
	float: right;
	margin-right: 15px;
}
.hosho a:hover img {
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#foot {
	width: 100%;
	height: 55px;
	background: url(../image/lineup/back_down.gif) repeat-x bottom;
}
#to-top {
	width: 900px;
	margin: 0 auto;
	text-align: right;
	margin-top: 30px;
}
#to-top img {
 behavior: expression(IEPNGFIX.fix(this));
}
