@charset "utf-8";

/*------------------------------------------------
 初期設定
------------------------------------------------*/

/* スタイルのリセット */
html, body, div, p,
h1, h2, h3, h4, h5, h6,
blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, tr, td, img,
form, fieldset, legend {
	margin: 0;
	padding: 0;
}

/* 共通のページ設定 */
html {
	width: 100%;
	xxxheight: 100%;
	overflow-y: scroll;								/* Firefoxでスクロールバーの幅を確保しておく */
}

body {
	width: 100%;
	xxxheight: 100%;
	background: #faf0d1 url(../images/bg.gif) repeat;
																		/* 共通の全体背景 */
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;									/* 共通の行高 */
	text-align: center;								/* 画面全体をセンタリング */
	color: #333333;										/* 共通文字色 */
}


/*------------------------------------------------
 タグ毎の共通スタイル設定
------------------------------------------------*/

h1 {
	color: #8db0e8;
	font-size: 125%;
}

h2 {
	color: #036601;
	font-size: 100%;
}

h3 {
	color: #014800;
	font-size: 88.8%;
}

h4 {
	color: #014800;
	font-size: 88.8%;
}

p {
	font-size: 70%;
}

ul {
	font-size: 70%;
}

/* 共通のテーブル設定 */
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

/* 共通のイメージ設定 */
img {
	border: 0;												/* イメージ要素の枠線を無しにする */
}

a {
	outline: 0;
}

/*------------------------------------------------
 コンテナ
------------------------------------------------*/

div#container {
	width: 734px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #ffffff;
	border: solid 3px #8db0e8;
	border-top: none;
}

/*------------------------------------------------
 トップ
------------------------------------------------*/

div#header {
	position: relative;
	width: 740px;
	height: 429px;
}

div#header .imgTop {
	position: absolute;
	top: 0;
	left: 0;
}

div#header .affBtn1 {
	position: absolute;
	top: 346px;
	left: 356px;
}

/*------------------------------------------------
 カービューについて
------------------------------------------------*/

div#pointCarview {
	width: 700px;
	margin: 0 auto 0 auto;
	text-align: center;
}

div#pointCarview h3 {
	margin-bottom: 10px;
}

div#pointCarview h4 {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.2em;	
}

div#pointCarview p {
	margin-top: 1em;
	margin-bottom: 1em;
}

div#contents1 {
	text-align: left;
	margin-top: 20px;
}

div#block1Left {
	float: left;
	width: 220px;
}

div#block1Center {
	float: left;
	width: 220px;
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
}

div#block1Right {
	float: left;
	width: 220px;
}

/*------------------------------------------------
 車について
------------------------------------------------*/

div#aboutCar {
	width: 700px;
	margin: 0 auto 0 auto;
	text-align: center;
}

div#aboutCar h3 {
	margin-bottom: 10px;
}

div#aboutCar h4 {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.2em;	
}

div#aboutCar p {
	margin-top: 1em;
	margin-bottom: 1em;
}

div#contents2 {
	text-align: left;
	margin-top: 20px;
}

div#block2Left {
	float: left;
	width: 340px;
}

div#block2Right {
	float: left;
	width: 340px;
	margin-left: 10px;
	padding-left: 10px;
}

/*------------------------------------------------
 ランキング
------------------------------------------------*/

div#ranking {
	width: 700px;
	margin: 0 auto 0 auto;
	text-align: center;
}

div#ranking h3 {
	margin-bottom: 10px;
}

div#ranking p {
	margin-top: 1em;
	margin-bottom: 1em;
}

div#ranking span.redText {
	color: #d10000;
}

div#ranking p.shousai {
	color: #014800;
	text-align: right;
}

div#ranking span.greenText {
	color: #014800;
}

div#ranking div#block2Left img{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

div#ranking div#block2Right img{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


/*------------------------------------------------
 フッタ
------------------------------------------------*/

div#footer {
	width: 734px;
	margin-top: 20px;
	clear: both;
	position: relative;
	font-size: 80%;
	text-align: center;
	color: #FFFFFF;
}


p#footerMenu {
	position: absolute;
	top: 0;
	left: -3px;
	width: 740px;
	height: 3em;
	line-height: 1.5em;
	background-color: #8db0e8;
}

p#copyright {
	position: absolute;
	top: 3em;
	left: -3px;
	width: 740px;
	line-height: 1.5em;
	background-color: #8db0e8;
}


/*------------------------------------------------
 免責事項
------------------------------------------------*/
div#menseki {
	width: 700px;
	margin: 0 auto 0 auto;
	text-align: left;
}

/*------------------------------------------------
 運営者情報
------------------------------------------------*/
div#unei {
	text-align: center;
}

div#uneiCont {
	width: 700px;
	height: 117px;
	margin: 20px auto 20px auto;
	background: url(../images/unei.jpg);
}


/*------------------------------------------------
 その他共通
------------------------------------------------*/

/* clearfix（フロートを使う場合の共通部品） */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
