@charset "utf-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++
++    Copyright (c) 2007 Eye Movic.
++                  All Rights Reserved.
++
++    製作者 tokunaga
++
++     2007/02/17  tokunaga Create
+++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */
/* ++++ 初期化 ++++ */
*	{
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", "Osaka－等幅";
	font-size: 12px;
	line-height: 130%;
}
/* +++++++++++++++ */
body	{
	background-color: #ffffff;
	text-align:center;
}
#container {
}
	/* ヘッダー */
	#header {
		background-image: url(blogparts/img_header_bg.jpg);
		background-repeat: repeat-x;
	}
	/* メニュー */
	#header_menu {
		margin: 0 0 12px 0;
	}
/* ナビ */
#navi {
	font-size: 11px;
	width: 805px;
	height: 19px;
	margin: 0 auto 10px auto;
	padding: 0 0 5px 5px;
	border-bottom: dotted 1px #999999;
}
	/* メイン */
	#main{
		width: 805px;
		margin: 0 auto 15px auto;
		text-align: left;
	}
		/* 左部コンテンツ */
		#left {
			float: left;
			width: 200px;
		}
		/* トップページ */
		#center_top {
			float: left;
			width: 590px;
			margin: 0 15px 0 0;
		}
		#center {
			float: left;
			width: 580px;
			margin: 0 0 0 25px;
		}
		/* 右部コンテンツ */
		#right {
			width: 198px;
			float: left;
		}
	/* フッター */
	#footer {
		text-align: left;
		clear: both;
		width: 805px;
		margin: 0 auto 20px auto;
	}

/* ++++++ その他 ++++++ */
/* 中央コンテンツ */
#header_menu table, #header table {
	margin: 0 auto;
}

/* フォントサイズ */
.small {
	font-size: 11px;
}
	.small a {
		font-size: 11px;
	}

/* ナビフォントサイズ */
#navi * {
	font-size: 11px;
}
/* ++++++++++++++++++++++++ 共通設定 ++++++++++++++++++++++++ */
/* +++ ナビ設定 +++ */
#navi img {
	margin: 0 15px 0 0;
}

/* +++ タイトル・見出し +++ */
h1 {
	background-image: url(blogparts/img_title_bg_h1.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #333333;
	padding: 8px 0 7px 25px;
	margin: 0 0 10px 0;
	height: 23px;
}
h1.mein_midashi {
	background-image: none;
	color: #545454;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 8px;
	border-left: solid 4px #fe6804;
	border-bottom: solid 1px #b2b2b2;
}
h2 {
	background-image: url(blogparts/img_title_bg_h2.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #000000;
	padding: 7px 0 7px 27px;
	margin: 0 0 10px 0;
	height: 15px;
}

h3 {
	color: #545454;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 8px;
	border-left: solid 4px #fe6804;
	border-bottom: solid 1px #b2b2b2;
}
	h3 a {
		text-align: right;
	}

.midashi_1 {
	color: #0099cc;
	font-size: 13px;
	font-weight: bold;
}

#top_image_index {
	text-align: center;
	background-color: #dedede;
	height: 210px;
}
#top_image {
	text-align: center;
	background-color: #dedede;
}

/* +++  +++ */
.cont_box {
	padding: 0 20px 0 20px;
}

/* +++ テキスト +++ */
.cont_txt {
	line-height: 150%;
}

/* +++ レイアウト +++ */
/* コンテンツマージン */
#content {
	margin: 0 0 30px 0;
}
	/* イメージ枠 */
	#content img {
		margin: 2px;
	}
	.img_border {
		border: solid 1px #cccccc;
	}

/* テーブルパディング */
.table_pdg td {
	padding: 5px 0 5px 0;
}
.table_pad_both {
	padding: 0 10px 0 15px;
}

/* テーブルボーダー */
table.collapse {
	border-collapse: collapse;
}
	.collapse td, .collapse th {
		border: solid 1px #cccccc;
		padding: 3px;
	}
	.collapse th {
		background-color: #efefef;
		font-weight: normal;
	}


/* +++ 左部メニュー設定 +++ */
.left_menu {
margin: 0 0 15px 0;
}
	.left_menu ul {
		list-style-type: none;
	}
		.left_menu li {
			background-color: #f8f8f8;
			background-image: url(blogparts/img_left_title_icon.jpg);
			background-repeat: no-repeat;
			background-position: 7px 11px;
			padding: 9px 0 9px 25px;
			border-bottom: dashed 1px #949494;
		}
			.left_menu li a {
				text-decoration:none;
			}

/* バナーマージン */
.banner {
	text-align: center;
}
.spase {
	margin: 8px 0 0 0;
}

/* 入力ボックス */
input {
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 0px 3px 0 3px;
	height: 22px;
}

input[type="text"] {
	height: 18px;
}

input[type="submit"] {
	padding: 0 5px 0 5px;
}
select {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

select option {
	padding: 0 5px 0 0;
}


/* ++++++++++++++++ ヘッダーデザイン部分設定 ++++++++++++++++ */
/* ヘッダーリンク */
.header_link {
	margin: 0 6px 0 0;
}

/* ++++++++++++++++ 各ページデザイン部分設定 ++++++++++++++++ */
/* ++++ トップページ設定 ++++ */
/* 展示会写真 */
.gallery table.tbl{
	margin-bottom: 10px;
}
	.gallery p.title {
		margin-bottom:15px;
	}
	
	.gallery p.f15 {
		font-size:15px;
	}

.gallery div.photo {
	margin: 0 0 0 20px;
	padding: 0;
}

/* ニュース一覧アイコン */
.news_icon {
	text-align: right;
	margin: -33px 0 0 0;
}

/* ニュースリスト */
#center_top ul {
	margin: 10px 0 0 3px;
	list-style-type: none;
}
	#center_top li {
		border-bottom: dashed 1px #b2b2b2;
		padding: 10px 0 10px 0;
	}

/* ++++ ニュース設定 ++++ */
ul.cate_news {
	margin: 10px 0 0 0;
	list-style-type: none;
}
	li.cate_news {
		padding: 5px 0 5px 3px;
	}
.news_prev {
margin: 5px 0 -20px 10px;
}
/* ++++ 修理案内設定 ++++ */
table.repair_title {
	background-image: url(blogparts/img_title_repair.jpg);
	background-repeat: no-repeat;
	height: 97px;
}
	table.repair_title p {
		width: 300px;
		margin: 32px 0 0 2px;
	}
.repair_txt {
	padding: 15px 0 0 4px;
	line-height: 150%;
}

/* ++++ オートリースシステム設定 ++++ */
table.lends_title {
	background-image: url(blogparts/img_title_lends_system.jpg);
	background-repeat: no-repeat;
	height: 97px;
}
	table.lends_title p {
		width: 300px;
		margin: 12px 0 0 4px;
	}
/* システムの流れ */
.lends_flow {
	margin: 52px 0 0 0;
}

/* システムの種類 */
.kind {
	padding: 10px;
	background-color: #efefef;
}

/* ++++ 会社概要設定 ++++ */
table.contact_title {
	background-image: url(blogparts/img_title_contact.jpg);
	background-repeat: no-repeat;
	height: 97px;
}
	table.contact_title p {
		width: 300px;
		margin: 12px 0 0 4px;
	}
/* グーグルマップ */
#index_area_gmap {
	width: 555px;
	height: 433px;
	margin: 0 auto;
	text-align: center;
}
.gmnoprint {
	text-align: left;
}
.map_txt {
	margin: -17px 0 30px 15px;
}

/* ++++ グループ企業設定 ++++ */
table.group_title {
	background-image: url(blogparts/img_title_group.jpg);
	background-repeat: no-repeat;
	height: 97px;
}
	table.group_title p {
		width: 300px;
		margin: 12px 0 0 6px;
	}
table.link_title {
	background-image: url(blogparts/img_title_link.jpg);
	background-repeat: no-repeat;
	height: 97px;
}
	table.link_title p {
		width: 290px;
		margin: 12px 0 0 6px;
	}
/* リンク行間 */
.link_haba p a {
	line-height: 220%;
}

/* ++++ トラックハンターブログ設定 ++++ */
/* タイトル */
h1.blog_title {
	background-image: none;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 2px #3688c4;
	padding: 0 0 4px 10px;
	margin: 0 0 10px 0;
}
h1.blog_title a {
	color: #333333;
	font-size: 16px;
}

/* 下部ナビ */
p.posted {
	text-align: right;
	border-top: dashed 1px #666666;
	margin: 30px 0 30px 0;
	padding:7px 10px 0 0;
	color: #666666;
}
/* 追記メッセージ */
.extended {
	padding: 10px 0 0 10px;
}

.entry_img td {
	padding: 0 0 15px 0;
}

.entry_body img {
	border: 0;
}
.entry_body p {
	margin: 0 0 10px 20px;
	line-height: 250%;
}

#trackbacks p {
	margin: 0 0 30px 15px;
}
#comments {
	margin: 0 0 30px 0;
}
#comments p {
	margin: 0 0 3px 15px;
	text-align: left;
}
#comments .posted {
	margin: 20px 0 20px 0;
	text-align: right;
}
#comments .botten {
margin: 10px 0 30px 15px;
}
#entrylink {
	margin: 0 0 10px 5px;
}

/* カレンダー */
#monthlylist select	{
	background-color: #ffffff;
	color: #000000;
	}

#calendar	{
	margin-bottom: 10px;
	text-align: center;
	}

#calendar td	{
	margin-bottom: 15px;
	width: 164px;
	font-size: 12px;
	color: #666666;
	}

#calendar th	{
	margin-bottom: 15px;
	width: 164px;
	font-size: 12px;
	color: #666666;
	}

#calendar table	{
	width: 100%;
	}

#calendar td	{
	padding: 3px 0;
	text-align: center;
	}

#monthlylist	{
	text-align: center;
	}

#monthlylist form	{
	padding: 0px;
	margin: 0 0 10px 0;
	}
/* 最新エントリーリスト */
.list_recent	{
	background-color: #f8f8f8;
	margin: 0 0 15px 0;
	color: #333333;
}

.list_recent a	{
	color: #333333;
	font-size: 13px;
}

.list_recent ul	{
	list-style-type: none;
	}

.list_recent li	{
	padding: 0 10px 13px 15px;
	list-style-position: outside;
	}

/* ++++++++++++++++ フッターデザイン部分設定 ++++++++++++++++ */
/* ページトップへリンク */
.page_top {
	text-align: right;
	margin: 0 0 10px 0;
	padding: 0 10px 5px 0;
	border-bottom: solid 1px #b2b2b2;
}
	.page_top a {
		font-size: 10px;
	}

/* リンク設定 */
p.footer_link {
	margin: 0 0 0 10px;
}

/* coyright */
p.footer_txt {
	font-size: 10px;
	margin: 13px 0 0 10px;
	line-height: 170%;
}

/* ++++++++++++++++ プリントページ部分設定 ++++++++++++++++ */
#container_print {
	width: 580px;
	margin: 0 auto;
}
#main_print {
text-align: left;
}
/* ヘッダー */
#header_print {
	width: 580px;
	text-align: left;
	margin: 15px 0 20px 0;
}
/* フッター */
.contact_add table {
	margin: 0 0 40px 0;
	border-collapse: collapse;
}

.contact_add td {
	text-align: left;
	border: solid 1px #cccccc;
	padding: 3px 3px 3px 5px;
	font-size: 12px;
	line-height: 130%
}

.print_link a {
	text-decoration: none;
	color: #000000;
	
}
/* 改ページ */
#pageBreak{
	page-break-after:always;
}