@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #FFFFFF;
	background-color: #0000CD;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-image: url(../images/bg.gif);	/*背景壁紙*/
	background-repeat: repeat-x;			/*背景壁紙をＸ軸（横軸）にリピート*/
	background-position: top;				/*背景壁紙を上部に配置*/
}
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: #E5BB48;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 920px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴが入っている最上段のブロック）
---------------------------------------------------------------------------*/
#header {
	height: 160px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
}
/*h1タグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 16px;	/*行間*/
	position: absolute;
	font-weight: normal;	/*文字サイズをデフォルトの太字から標準に。太字がいいならこの１行削除。*/
	right: 0px;			/*ヘッダーブロックに対して右から0pxの位置に配置*/
	bottom: 0px;		/*ヘッダーブロックに対して下から0pxの位置に配置*/
}
#header h1 a {
	text-decoration: none;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して、左側から0pxの位置に配置*/
	top: 10px;	/*ヘッダーブロックに対して、上側から10pxの位置に配置*/
}
/*電話番号画像設定*/
#header #tel {
	position: absolute;
	left: 320px;	/*ヘッダーブロックに対して左から320pxの位置に配置*/
	top: 16px;		/*ヘッダーブロックに対して上から16pxの位置に配置*/
}
/*愛車買い取り画像設定*/
#header #banner1 {
	position: absolute;
	top: 16px;		/*ヘッダーブロックに対して上から16pxの位置に配置*/
	right: 0px;		/*ヘッダーブロックに対して右から0pxの位置に配置*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	line-height: 50px;
	height: 50px;
	position: absolute;
	width: 100%;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 84px;	/*ヘッダーブロックに対して上から83pxの位置に配置*/
}
ul#menu li {
	float: left;
	border-left: 1px solid #2A408D;	/*メニューごとの左側に入るラインの幅、線種、色*/
	font-size: 12px;	/*メニューの文字サイズ*/
}
ul#menu li.last {
	border-right: 1px solid #2A408D;	/*最後のメニューの右側にラインを入れる設定*/
}
ul#menu img {
	vertical-align: bottom;
}
ul#menu li a {
	color: #FFFFFF;	/*メニューの文字色*/
	text-decoration: none;
	width: 152px;
	display: block;
	text-align: center;	/*各メニュー内の文字をセンタリング*/
	overflow: hidden;
	height: 50px;
	line-height: 50px;
}
ul#menu li a:hover {
	background-color: #000000;	/*カーソルオーバー時の背景色*/
	background-image: url(../images/menu_on_bg.gif);	/*カーソルオーバー時の背景画像*/
	background-repeat: no-repeat;					/*背景画像をリピートしない*/
	background-position: center bottom;				/*背景画像を左右中央・下部に配置*/
}

/*コンテンツ（左右ブロックとフッターを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 368px;
	width: 920px;
	margin-left: 3px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*左側に回り込みさせる*/
	width: 660px;	/*メインコンテンツ幅*/
	padding: 10px 0px 50px;	/*左から、上、左右、下への余白*/
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;		/*文字サイズ*/
	color: #FFFFFF;			/*文字色*/
	background-image: url(../images/bg2.gif);	/*背景画像の読み込み*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	clear: both;
	width: 640px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;	/*ボックスから飛び出た文字を非表示にする設定*/
	padding-left: 20px;	/*文字の左側への余白*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右側に回り込みさせる*/
	width: 240px;	/*サブコンテンツ幅*/
	padding: 10px 0px 50px;	/*左から、上、左右、下への余白*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 120%;			/*文字サイズ*/
	border: 1px solid #999999;	/*枠線の幅、線種、色*/
	text-align: center;			/*センタリング*/
	padding-top: 10px;			/*文字の上側への余白*/
	padding-bottom: 10px;		/*文字の下側への余白*/
	color: #FFFFFF;				/*文字色*/
	background-color: #000000;	/*背景色*/
	background-image: url(../images/bg3.gif);	/*背景画像の読み込み*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;				/*背景画像を上部に配置*/
}
/*段落タグ設定*/
#sub p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
#sub ul.submenu {
	margin-bottom: 1em;
}
#sub ul.submenu li a {
	text-decoration: none;	/*リンク設定時にデフォルトで入る下線を消す*/
	border-right: 1px solid #999999;	/*右側の線幅、線種、色*/
	border-bottom: 1px solid #999999;	/*下側の線幅、線種、色*/
	border-left: 1px solid #999999;		/*左側の線幅、線種、色*/
	display: block;
	width: 228px;
	padding: 5px 0px 5px 10px;
	background-color: #0008FF;	/*背景色*/
}
#sub ul.submenu li a:hover {
	background-color: #223b8b;	/*カーソルオーバー時の文字色*/
	background-image: url(../images/bg4.gif);	/*カーソルオーバー時の背景画像*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: center;			/*背景画像を上下中央に配置*/
	color: #FFFFFF;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 650px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 630px;
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 530px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*センタリング*/
	clear: both;
	width: 100%;
}
/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;	/*リンク設定時にデフォルトで入る下線を消す*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 660px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
.ta1 td {
	padding: 10px;	/*テーブル内の余白*/
	width: 25%;
	text-align: center;	/*センタリング*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th{
	text-align: left;
	padding: 10px;
	color: #FFFFFF;	/*文字色*/
	background-color: #154166;	/*背景色*/
}

/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 660px;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #999999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	width: 417px;
	padding: 10px;				/*テーブル内の余白*/
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta2 p {
	padding: 0px 0px 0px 5px !important;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 200px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
}
.ta2 th a {
	color: #FFFFFF;	/*文字色*/
}
/*テーブル内のh3タグ設定*/
.ta2 h3 {
	margin-bottom: 0.5em;
	color: #E5BB48;		/*文字色*/
	font-size: 120%;	/*文字サイズ*/
	border-bottom: 1px solid #E5BB48;	/*下線の幅、線種、色*/
	background-image: url(../images/bg5.gif);	/*背景画像の読み込み*/
	background-repeat: repeat-y;			/*背景画像をＹ軸（縦軸）にリピート*/
	background-position: left;				/*背景画像を左側に配置*/
	padding-left: 5px;
}
.ta2 h3 a {
	color: #E5BB48;		/*文字色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFFFFF;	/*文字色*/
	background-color: #154166;	/*背景色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #333333;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #E5BB48;
}
p.img {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.pr {
	font-size: 10px;
}
