/*******************************************************************************************************************************/
/* ▼【body】▼*/
/*******************************************************************************************************************************/

body{
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,sans-serif;
	/*font-family: 'メイリオ','ＭＳ Ｐゴシック',Hiragino Kaku Gothic Pro,sans-serif;*/
	font-size: 0.9em;
	background-image: url(../images/1.jpg);
	background-repeat: repeat;
}

/*==============================================================================================================================*/ 

img{
     border:none;
}
a:link{
	color:#333333;
	text-decoration:none;
}

a:visited{
  color:#333333;
  text-decoration:none;
}

a:hover{
	color:#ff0000;
	text-decoration:underline;
}

a:active{
  color:#ff0000;
  text-decoration:none;
}

/*文字：グレー、青*/
a.link:link{
	color:#666666;
	text-decoration:underline;
}

a.link:visited{
  color:#666666;
  text-decoration:none;
}

a.link:hover{
	color:#3366CC;
	text-decoration:underline;
}

a.link:active{
	color:#3366CC;
	text-decoration:underline;
}


/*文字：黒、オレンジ*/
a.footer:link{
	color:#333333;
	text-decoration:none;
}

a.footer:visited{
	color:#333333;
	text-decoration:none;
}

a.footer:hover{
	color:#0000FF;
	text-decoration:underline;
}

a.footer:active{
	color:#0000FF;
	text-decoration:underline;
}

/*******************************************************************************************************************************/
/* ▼【ヘッダー】▼*/
/*******************************************************************************************************************************/

/*メインバナー*/

#header{
	padding:0;
	position: relative;
	height: auto;
	width: 1015px;
	text-align: center;
}


/*▲【ヘッダーここまで】▲*/

/*******************************************************************************************************************************/

/*メインキャッチフレーズ*/

h1 {
	font-size: 14px;
	width: 700px;
	height: auto;
	position: relative;
	top: 0px;
	left: 10px;
	color: #333333;
}
/*▼ IE7 ここから--------------------------------------------------------------------------------------------------------------*/
/*メインキャッチフレーズ*/
*:first-child+html h1 {
	font-size: 14px;
	width: 700px;
	height: auto;
	position: relative;
	top: 10px;
	left: 10px;
	color: #333333;
}
	
	
/*▲ IE7 ここまで--------------------------------------------------------------------------------------------------------------*/	

/*******************************************************************************************************************************/
/* ▼【コンテンツ括り】▼*/
/*******************************************************************************************************************************/

/* コンテンツ背景用*/
#pagewrap {
	width: 1015px;
	_width: 970px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: auto;
	
}

/* footerコンテンツ背景用*/
#pagewrap2 {
	width: 960px;
	_width: 970px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	overflow: hidden;
	margin-top: 0px;
	padding: 0px;
	height: 170px;
	
}


/* コンテンツ-ヘッダー含-*/
#container {
	width: 1008px;
	text-align: left;
	position: relative;
	background-image: url(../images/bg2.png);
	background-repeat: repeat-y;
	background-position: -2px;
	height: auto;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	
} 


/* コンテンツ-ヘッダー除-*/
#container #pagebody {
	width: 1000px;
	_width: 965px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
		
}
 
/*▲【コンテンツ括りここまで】▲*/
 

/*******************************************************************************************************************************/
/* ▼【メインコンテンツ】▼*/
/*******************************************************************************************************************************/

/* メインコンテンツ大枠*/
#mainContent1{
	margin-right: 15;
	margin-left: 225px;
	_padding-left:0px;
	color: #333333;
	_overflow: hidden;
	_position: relative;
	_left: -3px;
	margin-top: 0px;
	position: relative;
	width: 730px;
	_width: 710px;
	_height: 545px;
	margin-bottom: 0px;
	height: auto;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
/* IE7*/
*:first-child+html #mainContent1{
	margin-right: 15;
	margin-left: 225px;
	color: #333333;
	margin-top: 0px;
	position: relative;
	width: 730px;
	margin-bottom: 0px;
	height: auto;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
} 

/* Firefox*/
html[xmlns] #mainContent1{
	margin-right: 15;
	margin-left: 225px;
	color: #333333;
	margin-top: 0px;
	position: relative;
	width: 775px;
	margin-bottom: 120px;
	height: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

/* 中古車ページ組込みx*/
#pagewrap #container #pagebody #mainContent1 #mainContent2 #usedcar {
	position: relative;
	height: 1400px;
	width: 775px;
	left: -5px;
	top: 10px;
}




/* ▲【メインコンテンツここまで】▲*/
/*----------------------------------------------------------------------------------------------------------------------------*/
