@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      style-index.css
 Author:         yoko shinkawa
 Style Info:     各コンテンツページ用CSSファイル読み込み
----------------------------------------------------------- */


/*----------------------------------------------------
	デフォルトのスタイル設定
----------------------------------------------------*/
@import url("default.css");


/*----------------------------------------------------
	共用スタイル（基本リンクカラー設定、header、navi、footer）
----------------------------------------------------*/
@import url("shared.css");


/*----------------------------------------------------
	コンテンツページ用スタイル
----------------------------------------------------*/
@import url("contents.css");



h3.norm1 {
	background:url(http://www.autoland.jp/img/share/subtitle_tmp.gif) no-repeat;
	width:587px;
	height:32px;
	margin:0 0 1em 0;
	padding: 0 0 0 1.2em;
	line-height: 32px;
	font-size: 15px;
	text-align: left;
}
