@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :hirasawa (admin)
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #p-contents
   #main
   #sub
=================================================================== */


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}

/* 外部リンクは別窓用の指定 */
.externalIcon {
	padding-left: 5px;
	vertical-align: middle;
}

/* clearfix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	.clearfix {
	zoom: 1;
}


/*----------------------------------------------------
	#navSkip (NavigationSkip)
----------------------------------------------------*/
span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	width: 500px;
	margin-left: 25px;
	text-align: left;
}

#p-header {
	width: 500px;
	margin-left: 0;
	text-align: left;
	font-size:15px;
	color:#aaa;
}

/*----------------------------------------------------
	#p-contents
----------------------------------------------------*/
#p-contents {
	float: left;
	width: 600px;
	padding-top: 20px;
}

#p-contents .pageTop {
	clear: both;
	text-align: left;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: left;
	width: 600px;
	background: #000;
	font-size:11px;
	color:#999999;
}

#main table,#main ol,#main ul,#main dl,#main blockquote,#main pre,#main p {
	margin-bottom: 1em;
}

pre {
	line-height: 1.2;
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

#parts {
	line-height: 1.2;
	font-size: 14px;
	color:#bbb;
}

/* アイコンの横にタイトルと概要文があるような時。の指定 */
#main dl.serviceList {
	margin: 0 0 20px;
}

#main dl.serviceList dt {
	position: relative;
	width: 450px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-left: 140px;
	font-weight: bold;
	border-top: 1px dotted #ACACAC;
}

#main dl.serviceList dt.firstChild,
#main dl.serviceList dt:first-child {
	border-top: 0;
	padding-top: 0;
}

#main dl.serviceList dt a {
	padding-left: 18px;
	background: url(mark_01.gif) no-repeat left center;
}

#main dl.serviceList dt img {
	position: absolute;
	top: 15px;
	left: 0;
	padding: 2px;
	border: 1px solid #EEE;
}

#main dl.serviceList dt.firstChild img,
#main dl.serviceList dt:first-child img {
	top: 0;
}

#main dl.serviceList dd {
	margin-bottom: 15px;
	padding-left: 150px;
	height: 70px;
}

#main dl.serviceList > dd {
	min-height: 50px;
	height: auto;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: right;
	width: 80px;
	padding: 10px;
	background: #EEF;
}


/* ===========================================================
	body.PARTS
	パーツ用共通スタイル
=========================================================== */

/* -----------------------------
■ 車種選択用
-----------------------------*/
/* キャッチコピー */
.catch {
	margin-bottom: 2em;
	}
	.ttl {
	font-family:Arial,Helvetica,sans-serif;
	font-weight: normal;
	padding-bottom: .2em;
	margin-bottom: .2em;
	border-bottom: solid 1px #b81648;
	color: #fff;
	}
	.catch p {
	font-size: 13px;
	margin: .5em;
	color: #aaa;
}

/* ラインナップ */
dl.lineup {
	margin: 1em 0 2em;
	position: relative;
	min-height: 90px;
	height: auto !important;
	height: 90px;
	}
	
	/* 見出し */
	dl.lineup dt {
	padding-left: 140px;
	padding-bottom: .3em;
	color: #fff;
	background-color: #000;
	border-bottom: solid 1px #aaa;
	}
	dl.lineup dt a:link,
	dl.lineup dt a:visited {
	color: #fff !important;
	}
	
	dl.lineup dd {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 160px;
	}
	
	/* 画像 */
	dl.lineup dd.photo {
	position: absolute;
	left: 0;
	top: 0;
	background: nonel;	padding: 0;
	margin: 0;
	}
	dl.lineup dd.photo img {
	border: solid 1px #6a6a6a;
	background: #000;
	padding: 2px;
	}
	dl.lineup dd.photo img:hover {/* IE6は非対応 */
	background: #b81648;
	}
	
	/* フリーテキスト */
	dl.lineup dd.txt {
	font-size: 13px;
	color: #aaa;
	}
	

/* -----------------------------
■ 詳細一覧用
-----------------------------*/
/* 一覧用Divボックス */
body.PARTS #center .section:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	body.PARTS #center .section {
	zoom: 1;
	margin: 1em 0;
	color: #fff;
	font-size: 13px;
	}
	
	/* タイトル */
	body.PARTS #center .section h2 {
	color: #fff;
	padding-bottom: 32px;
	background: url(../img/parts_bg_title.gif) repeat-x left bottom ;
	font-size: 15px;
	font-weight: bold;
	}
	body.PARTS #center .section h2 span {
	padding: 0 .2em;
	margin-right: .5em;
	background-color: #b61547;
	}

	body.PARTS #center .section h2 span.sefirst {
	padding: 0 .2em;
	margin-right: .5em;
	background-color: #1AC1B6;
	}
	body.PARTS #center .section h2 span.selatter {
	padding: 0 .2em;
	margin-right: .5em;
	background-color: #0067EE;
	}
	body.PARTS #center .section h2 span.fd {
	padding: 0 .76em;
	margin-right: .5em;
	background-color: #800080;
	}
	body.PARTS #center .section h2 span.fc {
	padding: 0 .76em;
	margin-right: .5em;
	background-color: #b22222;
	}

	
	/* 画像リスト */
	body.PARTS #center .section ul.photo {
	float: left;
	width: 260px;
	}
	body.PARTS #center .section ul.photo li {
	list-style: none;
	margin-bottom: 10px;
	}
	body.PARTS #center .section ul.photo li img {
	border: solid 1px #6a6a6a;
	padding: 2px;
	}
	
	/* テキストエリア */
	body.PARTS #center .section .txt {
	margin-left: 260px;
	color: #aaa;
	line-height: 1.5;
	margin-top: -1em;
	}
	body.PARTS #center .section .txt p {
	margin: 1em 0;
	}

	body.PARTS #center .section .txt a {
	color: #FF8C00;
	}

