<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";



/*基本設定
---------------------------------------------------------------------------*/
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #FFFFFF;	/*全体の文字色*/
	background-color: #0292B7;	/*背景色。下の壁紙の色と合わせる。*/
	background-image: url(images/bg.gif);	/*壁紙*/
	background-repeat: repeat-x;			/*壁紙をX軸（横軸）にリピート*/
	background-position: top;				/*壁紙を上部に並べる*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*全体のリンク設定
---------------------------------------------------------------------------*/
a {
	color: #FFFFFF;	/*文字色を白に*/
}

a:hover {
	color: #03cdff;	/*カーソルオーバー時に文字色を黄色に*/
	text-decoration: none;	/*その際に下線を消す。入れたままがいいなら１行削除。*/
}



/*コンテナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	background-image: url(images/container_bg.gif);	/*HP両脇の影と左右コンテンツの色が入った画像を壁紙で指定。*/
	background-repeat: repeat-y;	/*壁紙をY軸（縦）にリピート*/
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}



/*ヘッダー（ロゴとか電話番号とか入っている所）
---------------------------------------------------------------------------*/
#header {
	background-image: url(images/header_bg.gif);	/*ヘッダー背景のグラデーション壁紙*/
	background-repeat: repeat-x;	/*壁紙をX軸（横軸）にリピート*/
	height: 83px;
	position: relative;
	width: 900px;
}

/*h1タグ指定*/
#header h1 {
	font-size: 11px;	/*h1タグの文字サイズ*/
	line-height: 13px;
	font-weight: normal;
	position: absolute;
	left: 10px;	/*ヘッダーに対してh1の位置指定。左から10pxに。*/
	top: 4px;	/*ヘッダーに対してh1の位置指定。上から4pxに。*/
}

/*サイト名ロゴ画像の位置指定*/
#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

/*電話番号画像の位置指定*/
#header #add {
	position: absolute;
	top: 0px;
	right: 0px;
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
}

ul#menu img {
	vertical-align: bottom;
}



/*メインコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 630px;
	display: inline;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 50px;
}

/*メイン画像ボックス*/
#mainimg {
	text-align: center;	/*画像をセンタリングさせる*/
	background-image: url(images/main_img_bg.gif);	/*両サイドに少し入っているグラデーション加工*/
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

/*メインコンテンツ内の段落&lt;p&gt;タグ指定*/
#main p {
	padding: 0.5em 10px 1em;
}

/*h2がテキストタイプである場合の設定*/
#main h2.h2bg {
	font-size: 100%;
	color: #000000;	/*文字色を黒に*/
	background-image: url(images/midashi_base.gif);	/*h2背景画像*/
	background-repeat: no-repeat;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	overflow: hidden;
}



/*サイドコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#side {
	display: inline;
	float: right;
	width: 230px;
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 50px;
	color: #000000;	/*文字色を黒に*/
}

/*リンク色設定。*/
#side a {
	color: #000000;	
}

/*h3タグ設定*/
#side h3 {
	color: #FFFFFF;	/*文字色*/
	background-color: #020202;	/*背景色*/
	text-align: center;	/*下線を入れる設定。*/
	margin-bottom: 0.5em;	/*下に少し隙間を空ける設定*/
	font-size: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #03cdff;
}

/*格子柄のボックス設定*/
.sidebox {
	background-image: url(images/side_box_bg.gif);	/*格子柄壁紙設定*/
	padding: 5px;
	margin-bottom: 1em;	/*ボックスの下に隙間を空ける設定*/
	color: #FFFFFF;	/*文字色*/
}

/*サイドメニュー設定（「普通自動車」「軽自動車」などの部分）*/
ul.sidemenu li {
	line-height: 50px;
	height: 50px;
	margin-bottom: 0.5em;	/*各メニュー下に少し隙間を空ける設定*/
}

ul.sidemenu a {
	display: block;
	height: 50px;
	width: 180px;
	padding-left: 40px;
	color: #020202;	/*文字色*/
	background-image: url(images/sidemenu_bg.gif);	/*背景壁紙*/
	background-repeat: no-repeat;
	background-position: top;	/*背景壁紙の上部分だけを表示させる設定*/
	overflow: hidden;
	text-decoration: none;
}

ul.sidemenu a:hover {
	background-image: url(images/sidemenu_bg.gif);	/*背景壁紙*/
	background-repeat: no-repeat;
	background-position: bottom;	/*背景壁紙の下部分だけを表示させる設定*/
}



/*フッター（コピーライトとか入っているボックス）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*センタリング*/
	background-color: #000000;	/*背景色*/
	padding-top: 10px;
	padding-bottom: 10px;	/*上に1pxのラインを入れる設定*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0292B7;
}



/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 610px;			/*What's Newボックスの幅*/
	height: 140px;		/*What's Newボックスの高さ*/
	overflow: auto;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#main dl.new dt {
	font-weight: bold;	/*日付の色を太字にする*/
	color: #03cdff;		/*日付の文字色*/
}

#main dl.new dd {
	border-bottom: 1px solid #bfbfbf;	/*日付ごとの下線*/
}



/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #ffffff;	/*枠線の色*/
}

.ta1 td, .ta1 th{
	padding: 10px;	/*テーブル内の余白*/
}

.ta1 th{
	background-color: #00232c;	/*左側thタグの背景色*/
	width: 150px;	/*左側thタグの幅*/
	text-align: center;
}

.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #02A6D0;	/*テーブルの見出し部分の背景色*/
	color: #000000;	/*文字色*/
}



/*細々
---------------------------------------------------------------------------*/
.mb1em {
	margin-bottom: 1em;
}

.pagetop {
	text-align: right;
}
.color1 {
	color: #03cdff;
}
.look {
	background-color: #3a4b45;
}
</pre></body></html>