/*-----------------------------------------------------------------------------
>>全体設定
-----------------------------------------------------------------------------*/

* {
	margin : 0;
	padding : 0;
}
img {
	border : 0;
}
body {
	margin : 0;
	padding : 0;
	text-align : center;
	color : #333333;
}

#wrapper {
	width : 800px;
	margin : 0 auto;
	padding : 0;
	text-align : left;
	/*overflow : hidden;*/
}
a:hover {
	color : #e60021;
}

/*-----------------------------------------------------------------------------
>>ヘッダー
-----------------------------------------------------------------------------*/

#header {
	width : 800px;
	height : 301px;
	padding : 0;
	background :url(./img/main-visual.jpg) no-repeat;
}
h1 {
	width : 221px;
	height : 39px;
	padding-top : 25px;
	text-indent : -5000px;
}
h1 a {
	display : block;
	background : url(./img/ID.gif) no-repeat;
	width : 100%;
	height : 100%;
	overflow : hidden;
}
#header img{
	float : left;
	margin : 22px 0 0 0;
}
/*-----------------------------------------------------------------------------
>>ナビ
-----------------------------------------------------------------------------*/
#head-navi ul{
	float : right;
	margin-top : -20px;
}
#head-navi li{
	display : inline;
	text-indent : -5000px;
	float : left;
}
#head-navi a {
	display : block;
	overflow : hidden;
	margin-right : 20px;
}
#head-navi a:hover {
	background-position : 0 -16px;
}
.home a {
	width : 44px;
	height: 13px;
	background : url(./img/home.gif) no-repeat;
}
.privacy a{
	width : 120px;
	height : 13px;
	background : url(./img/privacy.gif) no-repeat;
}
.inquiry a {
	width : 62px;
	height : 15px;
	background : url(./img/inquiry.gif) no-repeat;
}
#head-now {
	background-position : 0 -16px;
}
/*-----------------------------------------------------------------------------
>>メインメニュー
-----------------------------------------------------------------------------*/
#main-navi {
	width : 162px;
	float : right;
	clear : both;
}
#main-navi {
	margin-top : 22px;
	margin-right : 5px;
}
#main-navi li {
	text-indent : -5000px;
	margin-bottom : 9px;
	list-style : none;
}
#main-navi a{
	display : block;
	height: 30px;
	overflow : hidden;
}
#main-navi a:hover {
	background-position : 0 -32px;
}
#event-navi a{
	width : 162px;
	background : url(./img/event_navi.gif) no-repeat;
}
#new-navi a{
	width : 162px;
	background : url(./img/new_navi.gif) no-repeat;
}
#second-navi a{
	width : 162px;
	background : url(./img/second_navi.gif) no-repeat;
}
#shop-navi a{
	width : 162px;
	background : url(./img/shop_navi.gif) no-repeat;
}
#com-navi a{
	width : 162px;
	background : url(./img/com_navi.gif) no-repeat;
}
/*-----------------------------------------------------------------------------
>>トップページレイアウト
-----------------------------------------------------------------------------*/
#message1 h2 {
	position : relative;
	width : 176px;
	height : 163px;
}
#message1 h2 span {
	position : absolute;
	width : 100%;
	height : 100%;
	background : url(./img/greeting.jpg) no-repeat;
}
.messagebox p {
	position : absolute;
	margin-top : -110px;
	margin-left : 20px;
	width : 508px;
	line-height : 120%;
	font-size : 13px;
}
.ask-layout1 {
	width : 312px;
	height : 131px;
	position : relative;
	top : -130px;
	left : 560px;
	background : url(./img/ask1.gif) no-repeat;
}
#ask dl,#ask h2{
	font-size : 1px;
	text-indent : -5000px;
}
#ask a {
	text-indent : -5000px;
	display : block;
	width : 64px;
	height : 21px;
	position : relative;
	top : 85px;
	left : 175px;
	overflow : hidden;
	background : url(./img/btn.gif) no-repeat;
}
#box-left{
	margin-top : -120px;
	float: left;
}
#box-right {
	margin-top : -120px;
	float : right;
}
/*-------------------------------------------------------------------------------
>>更新レイアウト
-------------------------------------------------------------------------------*/
/*タイトル横、矢印レイアウト*/
.head-anc {
	display : block;
	margin-top : -28px;
	margin-left : 340px;
	width : 28px;
	height : 28px;
	overflow : hidden;
	position : relative;
	top : -5px;
}
.news-layout {
	font-size : 0.8em;
}
.news-layout dl{
	zoom : 100%;
	clear : both;
/*	height: 90px;*/
	padding-top : 23px;
	padding-left : 20px;
	padding-right : 20px;
}
.news-layout dt {
	clear : both;
	font-size : 1.2em;
	font-weight : bold;
}
.news-layout dd {
	border-bottom : 1px dashed #666666;
	padding-bottom : 1em;
}
.news-layout img{
	clear : both;
	float : left;
	margin-right : 10px;
}
.news-layout a {
	float : right;
	color : #44d;
	margin-top : -0.4em;
	text-decoration : none;
}

/* brタグ専用 */
.clear {
	clear: both;
}
/*-----------------------------------------------------------------------------
>>特選中古車
-----------------------------------------------------------------------------*/
#second-box h2{
	text-indent : -5000px;
	width : 380px;
	height : 38px;
	background : url(./img/preo-top.gif) no-repeat;
}
#second-in {
	width :380px; 
	height : 340px;
	overflow : auto;
	background :url(./img/preo-in.gif) repeat-y;
}
#second-footer {
	width : 380px;
	height : 23px;
	background : url(./img/preo-footer.gif) no-repeat;
}
/*-----------------------------------------------------------------------------
>>話題の新車
-----------------------------------------------------------------------------*/
#new-car {
	margin-bottom : 18px;
}
#new-car h2{
	text-indent : -5000px;
	width : 380px;
	height : 38px;
	background : url(./img/new-top.gif) no-repeat;
}
#new-in {
	width : 380px;
	height : 140px;
	overflow : auto;
	background : url(./img/new-in.gif) repeat-y;
}
#new-in p {
	margin : 0 15px;
}
#new-footer {
	width : 380px;
	height : 23px;
	background : url(./img/new-footer.gif) no-repeat;
}
/*-----------------------------------------------------------------------------
>>トピックス
-----------------------------------------------------------------------------*/
#topics h2{
	text-indent : -5000px;
	width : 380px;
	height : 38px;
	background : url(./img/topics-top.gif) no-repeat;
}
#topics-in {
	width : 380px;
	height : 120px;
	overflow : auto;
	background : url(./img/topics-in.gif) repeat-y;
}
#topics-in p{
	margin : 0 15px;
}
#topics-footer {
	width : 380px;
	height : 23px;
	background : url(./img/topics-footer.gif) no-repeat;
}
#topics-in dl{
	clear : both;
	padding-top : 10px;
	padding-right: 20px;
	font-size : 0.8em;
}
#topics-in dt{
	margin-left : 30px;
	display :inline;
	float : left;
	clear : both;
}
#topics-in dd{
	margin-left : 120px;
	padding-bottom : 1em;
	line-height : 140%;
	border-bottom : 1px dashed #88967a;
}
#topics-in a {
	float : right;
	color : #44d;
	padding-left : 10px;
	margin-top : -0.4em;
	text-decoration : none;
}
#topics-in a:hover {
	color : #e60021;
}

/*-----------------------------------------------------------------------------
>>バナーエリア
-----------------------------------------------------------------------------*/
#ban-area {
	clear : both;
	width : 800px;
	height : 163px;
	background : url(./img/footer_bg.jpg) no-repeat 624px 0;
}
#banner {
	padding-top : 20px;
}
#banner img {
	margin-top : 5px;
	margin-right : 10px;
}
#guide {
	margin-top : -120px;
	margin-left : 610px;
}
#guide dl {
	font-size : 0.75em;
}
#guide dt{
	float : left;
	clear : both;
}
#guide h3 {
	width : 149px;
	height : 19px;
	text-indent : -5000px;
}
#guide h3 a {
	display : block;
	background : url(./img/com_anc.gif) no-repeat;
	width : 100%;
	height : 100%;
	overflow : hidden;
}
#guide a{
	text-decoration : none;
	color : #005ba8;
}
/*-----------------------------------------------------------------------------
>>フッター
-----------------------------------------------------------------------------*/
#footer {
	clear : both;
	margin-top : -0px;
	font-size : 0.8em;
	border-top : 1px solid #ff0033;
}
#footer p {
	margin-top : 5px;
	float : left;
}
#suzukiID {
	margin-top : 2px;
	float : right;
	text-indent : -5000px;
}
#suzukiID a{
	display : block;
	overflow : hidden;
	width : 108px;
	margin-right : 5px;
	height : 21px;
	background : url(./img/suzukiID.gif) no-repeat
}
