@charset "utf-8";

/* 各ブラウザの独自解釈をリセット */
* { margin: 0px; padding: 0px;}
img {border:none;}

/* ページ全体
---------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background: #E8DCCE url(../images/main_bg_y.jpg) repeat-y center;
	text-align: center; /* IE5.5以前用中央揃え */
	color: #555555;
	font-size: 100%; /* 基本フォントサイズ */
}

p, th, td { font-size: 88%; line-height: 1.4;}

/* リンクの色 */ 
a:link { color: #007CF9; text-decoration:underline; }
/* 訪問済みリンクの色 */
a:visited { color: #3399FF; text-decoration:underline; }
/* マウスオーバー、アクティブリンクの色 */
a:hover, a:active { color: #FF9900; text-decoration:underline; }

.red { color: #F00; }
.blue { color: #0000FF; }
.orange { color: #F36422; }

/* コンテンツ全体コンテナ
---------------------------------------------------- */
#wrapper {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 900px;
	background: url(../images/bg.gif) repeat-y center top;
	text-align: center;
}

/* コンテンツ内容コンテナ
---------------------------------------------------- */
#pagebody {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 880px;
	text-align: left;
}

/* ヘッダ全体コンテナ 
---------------------------------------------------- */
#pagetop {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/bg_top.gif) no-repeat center top;
}
	
#pagetop h1{
	margin: 0px;
	padding: 4px 0px 2px 25px;
	font-size: 75%;
	color: #555;
	font-weight: normal;
	text-align: left;
}

/* ヘッダ全体コンテナ
---------------------------------------------------- */
#header {
	width: 880px;
	margin: 0px;
	padding: 0px;
	height: 60px;
	background: #285DC7 url(../images/header_bg.jpg) repeat-x;
	border-top: 2px solid #2454B7;
	border-bottom: 2px solid #2454B7;
}

/* ヘッダー左 */
#header #headleft { margin: 0px; padding: 0px; float: left; text-align: left; }
#header #headleft img{ vertical-align:bottom;} /* firefox,Operaなどで、見出し画像下の隙間をなくす */

/* ヘッダー右*/
#header #headright { margin: 0px; padding: 0px; float: right; text-align: right; }
#header #headright img{ vertical-align:bottom;} /* firefox,Operaなどで、見出し画像下の隙間をなくす */

/* ヘッダー・ナビゲーション
---------------------------------------------------- */
#headnavi {
	height: 40px;
	width: 880px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
#headnavi ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#headnavi li {
	display: block;
	float:left;
}
#headnavi img{ vertical-align:bottom;} /* firefox,Operaなどで、見出し画像下の隙間をなくす */


/* メインコンテンツ全体コンテナ 
---------------------------------------------------- */
#contents {
	margin: 0px;
	padding: 0px;
}
#contents-bg {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/bg_contents.gif);
	background-repeat: repeat-y;
	width: 880px;
}




/*サイドナビBOX
---------------------------------------------------- */
#side-box {
	margin: 0px 3px 0px 0px;
	padding: 0px;
	float: right;;
	width: 190px;
	text-align: left;
	border: 0px solid #E1E1E1;
	display: inline;
}

/*サイドバナー
---------------------------------------------------- */
#side-bana {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 190px;

}
#side-bana ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#side-bana li {
	margin: 0px;
	padding: 0px;
	display: block;
}
#side-bana img{ vertical-align:bottom;} /* firefox,Operaなどで、見出し画像下の隙間をなくす */

/*サイドメニュー
---------------------------------------------------- */
#side-menu {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 190px;

}
#side-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#side-menu li {
	margin: 0px;
	padding: 0px;
	display: block;
}
#side-menu img{ vertical-align:bottom;} /* firefox,Operaなどで、見出し画像下の隙間をなくす */

/* メイン全体コンテナ
---------------------------------------------------- */

#main { margin: 0px; padding: 0px; float: left; width: 680px; text-align: left; }

.midashi-side {  margin: 0px; padding: 0px; }
.midashi-lv1 { margin: 0px; padding: 0px; }
.midashi-lv2 {
	padding: 6px 4px 6px 25px;
	font-size: 94%;
	margin: 0px 10px 10px 10px;
	color: #555;
	font-weight: bold;
	border: 1px solid #DCDCDC;
	background: url(../images/lv2_bg.jpg) no-repeat;
}
.midashi-lv3 { margin: 0px 0px 5px 10px; padding: 0px; font-size: 94%; font-weight: bold; color: #FF8C00; }
.midashi-flow1 { margin: 0px 0px 5px 0px; padding: 0px; font-size: 100%; font-weight: bold; color: #FF8C00; }

address { margin: 0px; font-weight: normal; font-style: normal; padding: 0px; }

.p1 { margin: 0px 15px 10px; }
.p2 { margin: 0px 0px 10px; text-align: center; }
.p3 { margin: 0px 20px 5px; text-align: right; }
.p-memo { font-size: 88%; color: #FF8C00; padding: 0px; margin: 0px; }

.p-mlist {
	text-align: left;
	line-height: 1.4;
	color: #555;
	background-color: #F5F5F5;
	padding: 5px;
	margin: 0px 10px 15px 10px;
	border: 1px dotted #CDC9C9;
}

.img-right {float: right; margin-left: 5px; margin-bottom: 0px;}
.img-left {float: left; margin-right: 5px; margin-bottom: 0px;}
.img-center { margin: 0px 0px 10px; text-align: center; }

/* 左右ボックス
---------------------------------------------------- */
.lr-box { margin: 0px; padding: 0px; width: 100%; }
.r-box { margin: 0px; padding: 0px; width: 50%; float: right; }
.l-box { margin: 0px; padding: 0px; width: 50%; float: left; }


/* トップボタン
---------------------------------------------------- */
#topbtn {
	height: 110px;
	width: 670px;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}
#topbtn ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#topbtn li {
	display: block;
	float: left;
}
#topbtn img{ vertical-align: bottom;} /* firefox,Operaなどで、見出し画像下の隙間をなくす */




/* フッタメニュー
---------------------------------------------------- */
#footmenu {
	clear: both;
	width: 880px;
	padding: 5px 0px;
	background: #FFFFFF;
	border-top: 1px dotted #D8D8D8;
}
#footmenu p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 75%;
}
#footmenu a {
  text-decoration: none; /* NNでリンク線が出てしまうのを防ぐ為 */
}

#footmenu address { margin: 0px; padding: 0px; font-size: 82%; text-align: center; font-weight: normal; font-style: normal; }

/* フッタ
---------------------------------------------------- */
#footer {
	clear: both;
	background: url(../images/foot.jpg) no-repeat;
	height: 28px;
	width: 880px;
}
#footer p {
	margin: 0px 0px 3px 70px;
	padding: 5px 0px 5px 0px;
	font-size: 75%;
	text-align: center;
	color: #FFF;
}

.gotopfoot {
	float:right;
	display:block;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}

/*フッター下画像 */
#footend {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 900px;
	background: url(../images/bg_foot.gif) no-repeat center top;
	text-align: center;
}

/*個人情報部分
---------------------------------------------------- */
#kojin-text {
	margin-left: 15px;
	margin-right: 15px;
}

.pkojin-txt1 { margin: 0px 0px 3px; text-align: left; }
.pkojin-txt2 { margin: 0px 0px 20px; text-align: left; }

/* テーブルお問い合わせ（個人情報）ブロック */
.table-list { clear: both; margin: 0px 0px 20px;}
.table-list th { text-align: left; padding: 0px; vertical-align: top; font-weight: normal; }
.table-list td { text-align: left; padding: 0px; }


/* CONTACT - 送信フォーム
---------------------------------------------------- */
.formbox {
	clear: both;
	margin-bottom: 10px;
}
.formbox table {
	background: #C1C1C1;
}

.formbox th {
	font-weight: normal;
	text-align: center;
	padding: 4px 0px;
	vertical-align: middle; 
}
.formbox td {
	text-align: left;
	padding: 4px;
	background: #FFFFFF;
}

/* フォーム・ラジオボタンのテキスト部分 */
.tradio { vertical-align: 3px; margin-right: 20px; }
/* フォーム・必須マーク（※） */
.asta { font-size: 75%; margin-left: 3px; color: #FF0000; vertical-align: 1px; }
/* フォーム・入力例 */
.rei { font-size: 75%; vertical-align: 3px; color: #FF9933; }
/* フォーム・テキスト */
.pcontact { padding: 0px; font-weight: bold; margin-left: 10px; color: #FFFFFF;	}

.bgcol1 {background: #FFFFFF;}
.bgcol2 {background: #F9F9F9 url(../images/bg_table.gif) repeat;}
.bgcol3 {background: #DDF1FF;}

/* テーブルブロック
---------------------------------------------------- */
/* テーブルインフォメーションのブロック */
.t-info {
	clear: both;
	margin: 0px 10px 20px 10px;
}
.t-info th {
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #CCC;
}
.t-info td { 
	text-align: left;
	vertical-align: top;
	padding: 3px;
	line-height: 1.3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #CCC;
}

/* テーブルLINKのブロック
---------------------------------------------------- */
.t-link {
	clear: both;
	margin: 0px auto 10px;
}
.t-link th {
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #CCC;
}
.t-link td {
	text-align: left;
	vertical-align: middle;
	padding: 3px;
	line-height: 1.3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #CCC;
}


/* テーブル01のブロック
---------------------------------------------------- */
.table01 {
	clear: both;
	margin: 0px auto 10px;
	background: #C1C1C1;
}
.table01 th {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background: #F3F3F3 url(../images/bg_table.gif) repeat;
	padding: 2px 4px 2px 4px;
}
.table01 td {
	text-align: left;
	background: #FFFFFF;
	padding: 4px 7px 4px 7px;
}

/* テーブル流れのブロック
---------------------------------------------------- */
.table-flow {
	clear: both;
	margin: 0px;
	border: 1px solid #BFBFBF;
	background: #FFFFFF;
}
.table-flow th {
	text-align: center;
	margin: 0px;
	padding: 2px;
}
.table-flow td {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
}

/* テーブルを入れ子にしてリストっぽく表示する時に使用
---------------------------------------------------- */
.table-boxin {
	clear: both;
	margin: 0px;
}
.table-boxin td {
	margin: 0px;
	padding: 0px; vertical-align: top; font-weight: normal; font-size: 100%;
}

/* 背景のあるBOX（ご購入に際しての流れ、在庫情報）
---------------------------------------------------- */
.sotowaku-box { padding: 0px 15px 5px; text-align: left; }
.utiwaku-box {border: 1px #D3D3D3 solid; padding: 5px; margin: 0px 0px 10px 0px; background: url(../images/bg_table.gif) repeat;}

.syokai-txt { margin: 0px 5px 5px 5px; text-align: left; font-size: 100%;}
.syokai-name {
	padding: 3px 3px 3px 7px;
	font-size: 107%;
	color: #555;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	font-weight: bold;
	background: #EAEAEA;
}
/* 追加のブロック */
.table-syoukai {
	clear: both;
	margin: 0px;
	border: 1px solid #BFBFBF;
}
.table-syoukai td {
	text-align: center;
	vertical-align: top;
	padding: 5px 2px;
	background: #FFF;
}
/* 車在庫リスト
---------------------------------------------------- */
.thumbslist {
  list-style: none;
  margin: 0px 10px 0px 10px;
  padding: 0;
}

.thumbslist li {
  float: left;
  margin: 0;
  padding: 3px;
  overflow: hidden;
  display: block;
  text-align: center;
}

/* サムネイルはボックスの中央に */
.thumbnail {
  margin: 0 auto;
}
/* テーブル在庫の詳細リスト
---------------------------------------------------- */
.t_carinfo {
	clear: both;
	margin: 0px auto 0px;
	background: #C1C1C1;
}
.t_carinfo th {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background: #F3F3F3 url(../images/bg_table.gif) repeat;
	padding: 3px 4px 3px 4px;
}
.t_carinfo td {
	text-align: left;
	background: #FFFFFF;
	padding: 3px 4px 3px 4px;
}
.p-comment {
	text-align: left;
	line-height: 1.4;
	color: #555;
	background-color: #F5F5F5;
	padding: 5px;
	margin: 0px 4px 0px 4px;
	border: 1px dotted #CDC9C9;
}
.p-kakaku {
	color: #F00;
	font-size: 163%;
	font-weight: bold;
}

/*個人情報ページ
---------------------------------------------------- */
#kojin-txtbox { margin: 0px 15px 0px 15px; }
.kojin-txt1 { margin: 0px 0px 3px; text-align: left; }
.kojin-txt2 { margin: 0px 0px 20px; text-align: left; }

/* テーブルお問い合わせ（個人情報）ブロック */
.table-list { clear: both; margin: 0px 0px 20px;}
.table-list th { text-align: left; padding: 0px; vertical-align: top; font-weight: normal; }
.table-list td { text-align: left; padding: 0px; }

/* クリアフィックス（回り込みの解除）
---------------------------------------------------- */
.clearfix:after {
	content: "."; 
	clear: both; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	overflow: hidden; /* この指定でDWでレイアウトが崩れない ページがめり込むときは外す \*/
	zoom: 1;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*テキスト非表示*/
em { visibility: hidden; }
/*回り込み初期化*/
#clearboth {clear: both;}
.clearboth {clear: both;}


/* ライトボックス用のスタイル（lightbox.cssより）
---------------------------------------------------- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
