@charset "shift_jis"; 

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	text-indent: 0;
	text-align: left;
	line-break: strict;/*IEのみ 有効*/
	background-image: no-repeat;
}


/****************************************************************

印刷ページ専用CSSです

*****************************************************************/

/****************************************************************

---印刷ページの作成手順---

・print.cssを『一番最後に』読み込む（コメントアウトを解除）
・#wrapを閉じる直前の#bridgeのdivと中に入っているspace15.gifを削除。
・ボタン画像はキャプチャして\p_imgフォルダのブランド別フォルダへ保存。
（直下に幅800pxのprint_button.psdファイルがあるのでそこに貼り付ければ良い）
・ボタン画像を<img>タグで埋め込む　→　ボタンエリア最下部
<ul id = "head_nbbox"></ul>の直後にコメントアウトしてある
・p_ブランド名.htmlを同じディレクトリに保存する

*****************************************************************/





body *{
	background: #fff;
	color: #666;
}

h1{
	display: none;
}



#for_print{
	display: none;
}


/*------------------大枠------------------*/
#wrap {
	width: 800px;
	border: #ccc;
}

/*------------------ロゴ等のヘッダー ------------------*/
#head{
	width: 800px;
	height: auto;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}



#head_lbox{
	display: none;
}

#head_mbox{
	display: none;
}

#head_rbox{
	display: none;
}


#bridge{
	display: none;
}


/*------------------上部ボタン・写真等大枠------------------*/
#head_imgbox{
	width: 800px;
	background: none;
	border: #ccc 1px solid;
}


ul#head_nbbox{
	display: none;
}

ul#head_nbbox li{
	display: none;
}

/*------------------スクロール部分の大枠------------------*/
#contents-box{
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: visible;
}

/*------------------下部分大枠------------------*/
#wrapper {
	width: 800px;
	background: none;
	border: 1px solid #ccc;
}


/*------------------フッター------------------*/
#footer{
	width: 800px;
	background-image: none;
	border: #999;
}



/*------------------ワランティ角丸枠------------------*/
.warr-box{
	background: none;
	border: 1px dashed #999;
}

.caution{
	color: #666;
}

span caution{
  display: block;
	margin-top: 20px!important;
}

/*------------------iframe内　ラインアップ箱------------------*/
.lineup *{
	border: #999;
	color: #666;
}

.lineup p{
	color: #666;
}

.lineup h2{
	color: #666;
}

/*--------------------------*/
body a{
	color: #666;
}

div{
	color: #666;
}

h1{
	display: none;
}

*{
	background: #fff;
	color: #666;
	border: #999;
}

#cor{
	color: #666;
}