@charset "shift_jis";

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 110%;
	line-height: 1.5;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ffffff;
}

strong {
	color: #dc0909;
}

h1,h2,h3,h4,p,ul,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

a {
	color: #0000ff;
        text-decoration:none;
}

a:hover {
	color: #0000ff;
        text-decoration:underline;
}

img {
	border: none;
	vertical-align: bottom;
}

.look {
	background: #ccddff;
}


/*コンテナー
-------------------------------------------------------------------------------------
■背景画像を変えたい場合、背景画像をiamgesフォルダに入れて下の「container_bg.gif」を
その画像名に変更する。
-------------------------------------------------------------------------------------*/
#container {
	background: #ffffff;
	width: 480px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}


/*ヘッダー
-------------------------------------------------------------------------------------
■「#header p」という項目は、ロゴ画像を使わずテキストでサイト名を入れる人のための設定です。
文字サイズの変更は「30px」で行います。
-------------------------------------------------------------------------------------*/
#header {
	background: url(images/header_bg1.jpg) no-repeat;
	height: 80px;
	width: 480px;
	line-height: 1;
	color: #ffffff;
}

#header p {
	font-size: 30px;
	padding-top: 10px;
	padding-left: 20px;
}

#header h1 {
	font-size: 11px;
	color: #ffffff;
	padding-left: 20px;
	padding-top: 15px;
	font-weight: normal;
}

/*ヘッダーの下の電話番号表示部分
-------------------------------------------------------------------------------------
■右寄せでなく左寄せにしたい場合、下の「right」を「left」にするか、丸々削除すればOK。
-------------------------------------------------------------------------------------*/
#tel {
	background: url(images/tel_bg.gif) repeat-x;
	height: 40px;
	text-align: right;
}


/*メインコンテンツ
-------------------------------------------------------------------------------------
■「#main」は特に編集の必要なし。
■メインコンテンツの見出し(h2タグ部分)の文字サイズを変更したい場合、下の「#main h2」内にある
「font-size: 14px」の14pxを変更する。また、色を付けたい場合は以下の１行を追加すればいい。
color: #FF0000;
（→#FF0000部分は好きな色にして下さい。ちなみに#FF0000は赤色。）
-------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 480px;
	padding: 0px 0px 0px 0px;
}

#main h2 {
        background: url(images/midashi_base.gif) no-repeat;
	font-size: 17px;
	line-height: 49px;
	padding-left: 10px;
}

#main p {
	padding: 10px 0px 10px;
        padding-right: 0px;
}


/*メインコンテンツ　車ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .box {
	width: 460px;
	padding: 8px;	/*ボックス内の余白*/
	overflow: hidden;
	margin-bottom: 1em;
	margin-right: 0em;
	margin-left: 0em;
	border: 3px double #666666;	/*枠線の幅、線種、色*/
}

/*h3車名タグ*/
#main .box h3 {
	font-size: 100%;	/*文字サイズ*/
	color: #000000;		/*文字色*/
}

/*h4価格タグ*/
#main .box h4 {
	font-size: 100%;	/*文字サイズ*/
	color: #dc0909;		/*文字色*/
}

/*p段落タグ*/
#main .box p {
	padding: 0px;
}

/*写真配置の設定*/
#main .box p.img {
	float: left;	/*左側に回り込み*/
	width: 180px;
	margin-right: 10px;
                margin-bottom: 8px;
}

/*その他
---------------------------------------------------------------------------*/
.osusume {
	background-image: url(images/osusume.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
}
.soldout {
	background-image: url(images/soldout.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
}

/*無料電話
-------------------------------------------------------------------------------------*/
#mobile {
        text-align: center;
        padding-top: 0px;
	padding-bottom: 25px;
}

/*clearfix
-------------------------------------------------------------------------------------*/

/*地図
-------------------------------------------------------------------------------------*/
#map {
        text-align: center;
        padding-top: 0px;
	padding-bottom: 25px;
}

/*clearfix
-------------------------------------------------------------------------------------*/

/*グーネット
-------------------------------------------------------------------------------------*/
#goo {
        text-align: center;
        padding-top: 0px;
	padding-bottom: 25px;
}

/*clearfix
-------------------------------------------------------------------------------------*/

/*フッター
-------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 480px;
	
        text-align: center;
        padding-top: 10px;
	padding-bottom: 10px;
}

/*clearfix
-------------------------------------------------------------------------------------*/
#container:after {
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */
