@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/* ================================================================ *
	IE6対策でHTMLソースコード内のXML宣言をなくしているため、XHTML
	ファイルは文字コードをUTF-8にしている。
 * ================================================================ */
 
/* 	-----検索キー設定----------------
	=1 TOPページ
	=2 Productページ
	=3 コンバージョン25Wページ
	=4 コンバージョン35Wページ
	=5 コンバージョン45Wページ
	=6 純正交換D2,D4ページ
	=7 オプションページ
	=8 Air One ページ
	=9 Air Zero LED ページ
	=10 HID適応表 ページ
	=11 LED適応表 ページ
	=12 会社概要 ページ
	=13 プリウス専用HID KIT　ページ
	=14 HIDとは？　ページ
	=15 LEDとは？　ページ
	=16 2009年キャンペーン　ページ
*/

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定
 * ---------------------------------------------------------------- */

body {
	color:#333333;
	background:#FFFFFF;
}

#container {
	background: transparent;
	width:900px;
	height:auto;
	margin:10px auto;
	padding:0;
}

/* ---------------------------------------------------------------- *
	ヘッダ部分の設定
 * ---------------------------------------------------------------- */

#header {
	background:#FFFFFF;
	margin:0;
	padding:0;
}

/* ---------------------------------------------------------------- *
	ナビゲーション、共通部分の設定
 * ---------------------------------------------------------------- */
 
 /* ヘッダーナビ */

#navi {
	background:#333333 url(../img/navi_bg_base.jpg) repeat-x;
	margin:0;
	padding:0;
	width:900px;
	height:20px;
}

#navi ul {
	margin:0 auto;
	padding:0;
	width:505px;
	height:20px;
	border-right:1px solid #CCFF00;
}

#navi ul li {
	margin:0;
	padding:0;
	float: left;
	width:101px;
	height:20px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	line-height:1.8em;
}

#navi ul li a {
	margin:0;
	padding:0;
	display: block;
	width:100px;
	height:20px;
	border-left:1px solid #CCFF00;
	text-decoration:none;
	color:#FFFFFF;
}

#navi a:hover {
	background:url(../img/navi_bg2.jpg) no-repeat;
	text-decoration:none;
}

.navi_on {
	background:url(../img/navi_bg2.jpg) no-repeat;
}

/* 製品ページナビ、枠 */

#main_contents {
	margin:0;
	padding:0;
	width:900px;
	height:auto;
	background:url(../img/pro_bg2.jpg) repeat-y;
	position:relative;
}

#main_box01 {
	margin:0;
	padding:40px 0 40px 0;
}

#main_boxright {
	margin:0 0 0 200px;
	padding:10px;
	background:#FFFFFF;
	height:auto;
	position:relative;
}

#main_boxright2 {
	margin:20px 0 0 200px;
	padding:10px;
	background:#FFFFFF;
	height:auto;
	position:relative;
}

#main_boxleft {
	margin:0;
	padding:0;
	position:absolute;
	top:64px;
	left:100px;
	width:100px;
}

#main_boxleft ul {
	margin:0;
	padding:0;
}

#main_boxleft ul li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	line-height:1.5em;
}

#main_boxleft ul li a {
	margin:0;
	padding:5px;
	display:block;
	width:90px;
	text-decoration:none;
	background:#CCCCCC;
	color:#666666;
	font-weight:bold;
}

#main_boxleft ul li a:hover {
	background:#FFFFFF;
	color:#0033CC;
	font-size:110%;
}

#main_boxleft2 {
	margin:0;
	padding:0;
	position:absolute;
	top:410px;
	left:100px;
	width:100px;
}

#main_boxleft2 ul {
	margin:0;
	padding:0;
}

#main_boxleft2 ul li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	line-height:1.5em;
}

#main_boxleft2 ul li a {
	margin:0;
	padding:5px;
	display:block;
	width:90px;
	text-decoration:none;
	background:#CCCCCC;
	color:#666666;
	font-weight:bold;
}

#main_boxleft2 ul li a:hover {
	background:#FFFFFF;
	color:#0033CC;
	font-size:110%;
}

.main_navi_on {
	margin:0;
	padding:5px;
	display:block;
	width:90px;
	background:#FFFFFF;
	color:#0033CC;
	font-weight:bold;
	font-size:110%;
}

#hid_navi ul {
	margin:0;
	padding:0 0 0 200px;
	width:700px;
	height:24px;
}

#hid_navi ul li {
	margin:0 3px 0 0;
	padding:0;
	display:block;
	height:23px;
	width:165px;
	list-style:none;
	float:left;
}

#hid_navi ul li a {
	margin:0 3px 0 0;
	padding:0;
	display:block;
	height:23px;
	width:165px;
	text-decoration:none;
	line-height:1.5em;
	font-weight:bold;
	color:#CCCCCC;
	text-align:center;
	background:#999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
}

#hid_navi ul li a:hover {
	background:#FFFFFF;
	color:#0000CC;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
}

.hid_navi_on {
	margin:0 3px 0 0;
	padding:0;
	display:block;
	height:23px;
	width:165px;
	text-decoration:none;
	line-height:1.5em;
	font-weight:bold;
	background:#FFFFFF;
	color:#0000CC;
	text-align:center;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
}



/* 表設定 */

.table01 {
	margin:0 0 0 auto;
	padding:0;
	border-collapse:collapse;
	font-size:11px;
	text-align:center;
}

.table02 {
	margin:0 0 0 auto;
	padding:0;
	border-collapse:collapse;
	font-size:11px;
	text-align:center;
	border-bottom:1px solid #C6CCDC;
	border-left:1px solid #C6CCDC;
	border-right:1px solid #C6CCDC;
}

.table03 {
	margin:0 0 0 auto;
	padding:0;
	border-collapse:collapse;
	font-size:11px;
	text-align:center;
	border:1px solid #C6CCDC;
}

.table01 th, .table02 th, .table03 th {
	background:#C6CCDC;
}

.table_color01 {
	background:#DFE1F0;
}

.table_color02 {
	background:#EEEFF9;
}

.table_color03 {
	background:#FFFFCC;
}

.table_color04 {
	background:#BAC2D9;
}

.table04 {
	margin:0;
	padding:0;
	font-size:11px;
	border:1px solid #0033CC;
	border-collapse:collapse;
	text-align:center;
	background:#FFFFFF;
}

.table04 th {
	background:#003399;
	color:#FFFFFF;
}


/* その他共通設定 */

.top {
	margin:10px 0 0 auto;
	text-align:right;
	white-space:pre;
}

.top a {
	text-decoration:none;
}

.top a:link, .top a:visited {
	color:#0033FF;
}

.top a:hover {
	color:#00CCFF;
}

.back_box01 {
	margin:10px auto;
	padding:0;
	text-align:center;
	clear:both;
}

.back_box02 {
	margin:10px auto;
	padding:5px 0 0 0;
	text-align:center;
	border-top:5px solid #6F83AE;
	clear:both;
}

.back {
	margin:0;
	padding:2px;
	background:#30348E;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}

.close {
	margin:0;
	padding:2px 10px;
	background:#30348E;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}

.new01 {
	margin:0;
	padding:0;
	width:54px;
	height:20px;
	position:absolute;
	top:16px;
	left:120px;
}

.clear {
	clear:both;
}

/* ---------------------------------------------------------------- *
	=1 TOPページ
 * ---------------------------------------------------------------- */

#topbox {
	margin:0;
	padding:0;
	background:url(../img/top_bg.jpg) repeat-y right;
	border-top:1px solid #666666;
	border-left:20px solid #888d8f;
	clear:both;
}

#brandbox {
	margin:0;
	padding:0;
	border-top:1px solid #666666;
}

.topbox_left {
	margin:0;
	padding:0;
	float:left;
	width:460px;
}

.topbox_logo {
	margin:0;
	padding:10px 0;
	width:450px;
	text-align:center;
	float:left;
	background:url(../img/logo_bg.gif) bottom no-repeat;
}

.topbox_zero_hid {
	margin:10px auto 3px auto;
	padding:0 0 0 160px;
	width:180px;
	height:43px;
	background:#E1E1E1 url(../img/zero_hid.gif) left no-repeat;
	line-height:4em;
}

.topbox_zero_hid a , .topbox_zero_led a , .topbox_one a , .topbox_brex a {
	display:block;
	padding:0 0 0 160px;
	margin-left:-160px;
	width:180px;
	height:43px;
	color:#FFFFFF;
	text-decoration:none;
}

.topbox_zero_hid a:hover {
	background:url(../img/zero_hid2.gif) left no-repeat;
	color:#000099;
}

.topbox_zero_led {
	margin:3px auto;
	padding:0 0 0 160px;
	width:180px;
	height:43px;
	background:#E1E1E1 url(../img/zero_led.gif) left no-repeat;
	line-height:4em;
}

.topbox_zero_led a:hover {
	background:url(../img/zero_led2.gif) left no-repeat;
	color:#000099;
}

.topbox_one {
	margin:3px auto;
	padding:0 0 0 160px;
	width:180px;
	height:43px;
	background:#E1E1E1 url(../img/one_hid.gif) left no-repeat;
	line-height:4em;
}

.topbox_one a:hover {
	background:url(../img/one_hid2.gif) left no-repeat;
	color:#000099;
}

.topbox_right {
	margin:0;
	padding:70px 10px 0 20px;
	width:370px;
	float:right;
	position:relative;
}

.topbox_right ul li {
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
	color:#000000;
	text-indent:-30px;
	line-height:1.5em;
}

.topbox_right ul li a {
	color:#0000FF;
}

.topbox_right ul li a:hover {
	color:#0066FF;
}

.zero_text01 {
	margin:0;
	padding:0;
	color:#0033CC;
	text-align:center;
	line-height:2em;
}

.zero_text02 {
	margin:0;
	padding:0;
	text-align:center;
	line-height:1.5em;
}

.counter {
	margin:0;
	padding:0;
	width:300px;
	text-align:right;
	position:absolute;
	left:83px;
	top:280px;
}

.bar01 {
	margin:0;
	padding:30px 0;
}

.banner01 {
	height:90px;
	margin:0 0 30px 0;
	padding:0 0 0 60px;
}

/* ---------------------------------------------------------------- *
	=2 Productページ
 * ---------------------------------------------------------------- */
 
#pro_contants {
	margin:0;
	padding:0;
	background:url(../img/pro_bg.jpg) repeat-y;
}

.pro_box_main_hid {
	margin:0;
	padding:50px 20px 20px 0;
	position:relative;
	background:url(../img/hid_bgimg.jpg) right 38px no-repeat;
}

.pro_box_main_led {
	margin:0;
	padding:50px 20px 20px 0;
	position:relative;
	background:url(../img/led_bgimg.jpg) right no-repeat;
}

.pro_box01 {
	margin:0 0 10px 0;
	padding:0 0 0 200px;
}

.pro_box02 {
	margin:0 0 40px 0;
	padding:0 0 0 200px;
}

.pro_text {
	margin:0;
	padding:0;
	position:absolute;
	top:43px;
	left:37px;
	color:#FFFFFF;
	font-size:36px;
	font-weight:bold;
	width:157px;
	height:60px;
}

.pro_text01 {
	margin:3px 0 0 0;
	padding:0;
	width:280px;
	background:#003399;
	color:#FFFFFF;
	line-height:1.5em;
}

.pro_text01 a {
	margin:0;
	padding:0 0 0 10px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
}

.pro_text01 a:hover {
	background:#3366FF;
}

.pro_text01_2 {
	margin:3px 0 0 0;
	padding:0 0 0 10px;
	width:280px;
	background:#003399;
	color:#FFFFFF;
	line-height:1.5em;
}

.pro_text02 {
	margin:0;
	padding:5px 0 0 50px;
	font-size:12px;
}

.pro_text02_2 {
	margin:0;
	padding:5px 0 0 50px;
	font-size:12px;
	border-top:1px solid #3366FF;
}

.pro_text03 {
	margin:0;
	padding:0;
	color:#1985AB;
}

.pro_text04 {
	margin:0;
	padding:0;
	position:absolute;
	top:100px;
	left:37px;
	color:#FFFFFF;
	font-weight:bold;
	background:#B2B85C;
	border:2px solid #CCCC00;
	width:100px;
	height:20px;
	text-align:center;
	line-height:1.5em;
	text-decoration:none;
}

.pro_text04:hover {
	background:#CCCC00;
	color:#FFFFFF;
}

.pro_text05 {
	margin:0;
	padding:0 0 0 30px;
	line-height:1.5em;
	color:#0033CC;
	border-top:1px solid #3366FF;
}

.pro_text05_2 {
	margin:0;
	padding:0 0 0 30px;
	line-height:1.5em;
	color:#0033CC;
}

.pro_text05 a, .pro_text05_2 a {
	color:#0033CC;
}

.pro_text05 a:hover, .pro_text05_2 a:hover {
	color:#0099FF;
}


/* ---------------------------------------------------------------- *
	=3 コンバージョン25Wページ
 * ---------------------------------------------------------------- */
 
.con25w_box01 {
	margin:10px 0 0 0;
	padding:0 0 0 335px;
	background:url(../img/25w_p_img.jpg) left top no-repeat;
	height:230px;
	border-bottom:1px dotted #4B4DBB;
	position:relative;
}

.con25w_box02 {
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	height:160px;
	background:url(../img/25w_diagram.gif) right 10px no-repeat;
	border-bottom:1px dotted #4B4DBB;
	border-top:1px dotted #4B4DBB;
}

.con25w_box02 img {
	margin:0 10px 0 0;
	float:left;
}

.con25w_box03 {
	margin:0;
	padding:10px 0 0 0;
	position:relative;
}

.con25w_box04 {
	margin:0 0 0 180px;
	padding:0;
	position:relative;
	border-top:1px solid #0033FF;
}

.con25w_box05 {
	margin:10px 0 0 180px;
	padding:0;
	border-bottom:1px dotted #4B4DBB;
}

.con25w_text01 {
	margin:0;
	padding:0 0 0 10px;
	width:auto;
	color:#23349A;
	background:url(../img/title_bg.jpg) repeat-x;
	border-top:2px solid #E9E9E9;
	border-right:2px solid #333333;
	border-bottom:2px solid #333333;
	border-left:2px solid #E9E9E9;
	line-height:1.5em;
}

.con25w_text02 {
	margin:0;
	padding:0 0 5px 0;
	line-height:1.2em;
}

.con25w_text03 {
	margin:0;
	padding:2px;
	background:#CC0000;
	color:#FFFFFF;
	line-height:1em;
}

.con25w_text04 {
	margin:0;
	padding:0;
	line-height:1.5em;
}

.con25w_text05 {
	margin:0;
	padding:140px 0 0 0;
	font-size:10px;
}

.con25w_text06 {
	margin:0;
	padding:0 0 0 5px;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	border-left:5px solid #0033FF;
}

.con25w_text07 {
	margin:0;
	padding:0;
	width:190px;
	background:#000066;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	position:absolute;
	top:7px;
	right:0;
}

.con25w_text08 {
	font-weight:bold;
	color:#FF0000;
	position:absolute;
	top:3px;
	right:3px;
}

.con25w_text09 {
	margin:0;
	padding:0 15px 0 10px;
	font-weight:bold;
	font-style:italic;
	font-size:400%;
	color:#FFFFFF;
	text-align:center;
	line-height:2em;
	background:#BDC4D3;
	position:absolute;
	top:300px;
	left:30px;
}

.con25w_text10 {
	margin:0;
	padding:0;
	font-size:10px;
	position:absolute;
	top:200px;
	right:10px;
}

/* ---------------------------------------------------------------- *
	=4 コンバージョン35Wページ
 * ---------------------------------------------------------------- */
 

.con35w_box01 {
	margin:10px 0 0 0;
	padding:0 0 0 366px;
	background:url(../img/35w_v1_p.jpg) left top no-repeat;
	height:160px;
	border-bottom:1px dotted #4B4DBB;
	position:relative;
}

.con35w_box02 {
	margin:0;
	padding:0;
	width:342px;
}

.con35w_box03 {
	margin:0;
	padding:0;
	width:316px;
}

.con35w_box04 {
	margin:0;
	padding:0;
	width:310px;
	height:50px;
	position:absolute;
	top:110px;
	right:0;
	font-size:12px;
}

.con35w_box05 {
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	height:160px;
	width:680px;
	background:url(../img/35w_diagram01.gif) right 10px no-repeat;
	border-bottom:1px dotted #4B4DBB;
	border-top:1px dotted #4B4DBB;
	position:relative;
}

.con35w_box05 img, .con35w_box06 img, .con35w_box07 img, .con35w_box11 img {
	margin:0 10px 0 0;
}

.con35w_box06 {
	margin:10px 0 0 0;
	padding:0;
	height:160px;
	width:680px;
	background:url(../img/h4d_diagram.gif) right top no-repeat;
	border-bottom:1px dotted #4B4DBB;
}

.con35w_box07 {
	margin:10px 0 0 0;
	padding:0;
	height:160px;
	width:680px;
	background:url(../img/h4s_diagram.gif) right top no-repeat;
	border-bottom:1px dotted #4B4DBB;
}

.con35w_box08 {
	margin:10px 0 0 180px;
	padding:0;
	border-bottom:1px dotted #4B4DBB;
}

.con35w_box09 {
	margin:0 0 0 180px;
	padding:0;
}

.con35w_box10 {
	margin:10px 0 0 0;
	padding:0 0 0 335px;
	background:url(../img/35w_v2_p.jpg) left top no-repeat;
	height:230px;
	border-bottom:1px dotted #4B4DBB;
	position:relative;
}

.con35w_box11 {
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	height:160px;
	background:url(../img/35w_diagram02.gif) right 10px no-repeat;
	border-bottom:1px dotted #4B4DBB;
	border-top:1px dotted #4B4DBB;
}

.con35w_text01 {
	margin:0 0 5px 0;
	padding:0;
	line-height:1em;
}

.con35w_text02 {
	margin:140px 0 0 0;
	padding:0;
	font-size:10px;
	float:right;
}

.con35w_text03 {
	margin:0;
	padding:1px 0;
	width:180px;
	background:#000066;
	color:#FFFFFF;
	font-size:10px;
	line-height:1em;
	text-align:center;
	position:absolute;
	top:7px;
	right:0;
}

.con35w_text04 {
	margin:0;
	padding:0 0 0 10px;
	color:#3366CC;
}

.con35w_text05 {
	font-weight:bold;
	color:#FF0000;
	position:absolute;
	top:0;
	right:0;
}

.con35w_text06 {
	font-weight:bold;
	color:#FF0000;
	position:absolute;
	top:0;
	right:3px;
}

.con35w_text07 {
	margin:0;
	padding:0 15px 0 10px;
	font-weight:bold;
	font-style:italic;
	font-size:400%;
	color:#FFFFFF;
	text-align:center;
	line-height:2em;
	background:#BDC4D3;
	position:absolute;
	top:240px;
	left:30px;
}

.con35w_text08 {
	margin:0;
	padding:0;
	font-size:10px;
	position:absolute;
	top:200px;
	right:10px;
}

.con35w_text09 {
	margin:0 0 5px 0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
}

.con35w_text10 {
	margin:0;
	padding:0 15px 0 10px;
	font-weight:bold;
	font-style:italic;
	font-size:400%;
	color:#FFFFFF;
	text-align:center;
	line-height:2em;
	background:#BDC4D3;
	position:absolute;
	top:310px;
	left:30px;
}

/* ---------------------------------------------------------------- *
	=5 コンバージョン45Wページ
 * ---------------------------------------------------------------- */
 
 .con45w_box01 {
	margin:10px 0 0 0;
	padding:0 0 0 335px;
	background:url(../img/45w_p_img.jpg) left top no-repeat;
	height:230px;
	border-bottom:1px dotted #4B4DBB;
	position:relative;
}

.con45w_box02 {
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	height:160px;
	background:url(../img/25w_diagram.gif) right 10px no-repeat;
	border-bottom:1px dotted #4B4DBB;
	border-top:1px dotted #4B4DBB;
}

.con45w_box03 {
	margin:10px 0 0 0;
	padding:0;
	height:160px;
	background:url(../img/45w_diagram02.gif) right top no-repeat;
	border-bottom:1px dotted #4B4DBB;
}

.con45w_box02 img, .con45w_box03 img {
	margin:0 10px 0 0;
	float:left;
}

.con45w_text01 {
	margin:0;
	padding:0 15px 0 10px;
	font-weight:bold;
	font-style:italic;
	font-size:400%;
	color:#FFFFFF;
	text-align:center;
	line-height:2em;
	background:#BDC4D3;
	position:absolute;
	top:300px;
	left:30px;
}

.con45w_text02 {
	margin:0;
	padding:0;
	font-size:10px;
	position:absolute;
	top:210px;
	right:10px;
}


/* ---------------------------------------------------------------- *
	=6 純正交換D2、D4ページ
 * ---------------------------------------------------------------- */
 
 .bulb_box01 {
	margin:10px 0 0 0;
	padding:0 0 0 335px;
	background:url(../img/h6000k_package.jpg) left top no-repeat;
	height:262px;
	border-bottom:1px dotted #4B4DBB;
	position:relative;
}

.bulb_box02 {
	margin:15px 0 0 394px;
	padding:0;
}

.bulb_box03 {
	margin:0;
	padding:20px 0 0 0;
}

.bulb_box04 {
	margin:20px 0 0 180px;
	padding:0 0 10px 0;
	background:url(../img/d1_2.jpg) left 24px no-repeat;
	border-bottom:1px dotted #4B4DBB;
}

.bulb_box05 {
	margin:0 0 0 180px;
	padding:0;
}

.bulb_box06 {
	margin:10px 0 0 0;
	padding:0 0 0 335px;
	background:url(../img/5700k_package.jpg) left top no-repeat;
	height:262px;
	border-bottom:1px dotted #4B4DBB;
	position:relative;
}

.bulb_box07 {
	margin:0;
	padding:40px 0 0 0;
	position:relative;
}

.bulb_text01 {
	margin:0;
	padding:0 0 0 10px;
	color:#0033FF;
}

.bulb_text02 {
	margin:0;
	padding:0 30px;
	font-weight:bold;
	font-style:italic;
	font-size:400%;
	color:#FFFFFF;
	text-align:center;
	line-height:2em;
	background:#BDC4D3;
	position:absolute;
	top:30px;
	left:30px;
}

.bulb_text03 {
	margin:0;
	padding:0 0 0 235px;
	line-height:1.3em;
	font-size:12px;
}

.bulb_text04 {
	margin:0;
	padding:0;
	font-size:10px;
	position:absolute;
	top:240px;
	right:10px;
}

.bulb_text05 {
	margin:0;
	padding:0 30px;
	font-weight:bold;
	font-style:italic;
	font-size:400%;
	color:#FFFFFF;
	text-align:center;
	line-height:2em;
	background:#BDC4D3;
	position:absolute;
	top:40px;
	left:30px;
}

/* ---------------------------------------------------------------- *
	=7 オプションページ
 * ---------------------------------------------------------------- */
 
.option_box01 {
	margin:10px 0 0 0;
	padding:0 0 0 335px;
	background:url(../img/d1.jpg) left top no-repeat;
	height:180px;
	border-bottom:1px dotted #4B4DBB;
	position:relative;
}

.option_box02 {
	margin:10px 0 0 0;
	padding:0 0 0 335px;
	background:url(../img/bulb_adaptor.jpg) left top no-repeat;
	height:180px;
	border-bottom:1px dotted #4B4DBB;
	position:relative;
}

.option_box03 {
	margin:10px 0 0 0;
	padding:0 0 0 335px;
	background:url(../img/canceller.jpg) left top no-repeat;
	height:180px;
	border-bottom:1px dotted #4B4DBB;
	position:relative;
}

.option_box04 {
	margin:10px 0 0 0;
	padding:0 0 0 335px;
	background:url(../img/adaptor.jpg) left top no-repeat;
	height:180px;
	border-bottom:1px dotted #4B4DBB;
	position:relative;
}

.option_box05 {
	margin:10px 0 0 0;
	padding:0 0 0 335px;
	background:url(../img/harness2.jpg) left top no-repeat;
	height:180px;
	border-bottom:1px dotted #4B4DBB;
	position:relative;
}

.option_text01 {
	margin:0 0 5px 0;
	padding:0 0 0 5px;
	line-height:1.5em;
	background:#333333;
	color:#FFFFFF;
}

/* ---------------------------------------------------------------- *
	=8 Air One ページ
 * ---------------------------------------------------------------- */
 
#one_box01 {
	margin:0;
	padding:40px;
	width:820px;
	height:310px;
	background:url(../img/airone_img.jpg) no-repeat;
}

.one_box02 {
 	margin:10px 0 0 0;
	padding:0;
	height:285px;
	border-bottom:1px dotted #4B4DBB;
	position:relative;
}

.one_box03 {
	margin:0;
	padding:0;
	width:180px;
	height:44px;
	background:url(../img/airone_bg.gif) no-repeat;
	position:absolute;
	top:20px;
	left:12px;
}

 .one_box04 {
	margin:10px 0 0 0;
	padding:0 0 0 335px;
	background:url(../img/onebulb_p_img.jpg) left top no-repeat;
	height:220px;
	border-bottom:1px dotted #4B4DBB;
	position:relative;
}

.one_box05 {
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	width:680px;
	height:242px;
	background:url(../img/one_diagram01.gif) no-repeat;
	border-top:1px dotted #4B4DBB;
}

.one_box06 {
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	width:680px;
	height:266px;
	background:url(../img/one_diagram02.gif) no-repeat;
	border-bottom:1px dotted #4B4DBB;
	border-top:1px dotted #4B4DBB;
}

.one_text01 {
	margin:0 0 20px 0;
	padding:0;
	width:570px;
	font-style:italic;
	color:#FFFFFF;
	font-size:180%;
	font-weight:bold;
	letter-spacing:-1.5px;
	border-bottom:2px solid #FFFFFF;
}

.one_text02 {
	margin:0;
	padding:0;
	width:565px;
	line-height:1.5em;
	color:#FFFFFF;
}

.one_text03 {
	margin:0;
	padding:0;
	font-size:10px;
	position:absolute;
	top:262px;
	left:240px;
	z-index:2;
}

.one_text04 {
	margin:0;
	padding:0 15px 0 10px;
	font-weight:bold;
	font-style:italic;
	font-size:400%;
	color:#FFFFFF;
	text-align:center;
	line-height:2em;
	background:#BDC4D3;
	position:absolute;
	top:355px;
	left:30px;
}

.one_text05 {
	margin:0 0 0 450px;
	padding:3px 5px;
	background:#333333;
	color:#FFFFFF;
}


/* ---------------------------------------------------------------- *
	=9 Air Zero LED ページ
 * ---------------------------------------------------------------- */
 
 #led_box01 {
	margin:0;
	padding:40px;
	width:820px;
	height:164px;
	background:url(../img/led_bg.jpg) no-repeat;
	position:relative;
}

.led_box02 {
	margin:0 0 10px 0;
	padding:20px;
	width:640px;
	height:200px;
	background:url(../img/zero_led_img.jpg) no-repeat;
	position:relative;
}

.led_box03 {
	margin:10px 0 0 0;
	padding:0 0 0 305px;
	width:375px;
	height:255px;
	background:url(../img/led_p_img.jpg) no-repeat;
	font-size:10px;
	font-weight:bold;
	color:#CCCCCC;
	position:relative;
}

.led_box04 {
	margin:10px 0;
	padding:5px 0;
	width:680px;
	height:120px;
	background:#3C3E9B;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	clear:both;
}

.led_box05 {
	margin:5px 0 0 0;
	padding:0;
	width:640px;
	height:200px;
	background:url(../img/arrow01.gif) 120px 90px no-repeat;
}

.led_box06 {
	margin:0;
	padding:0;
	float:left;
}

.led_box07 {
	margin:0;
	padding:0;
	width:479px;
	float:right;
}

.led_box08 {
	margin:0;
	padding:0;
	width:640px;
	height:90px;
	background:url(../img/arrow01.gif) 120px 40px no-repeat;
	clear:both;
}

.led_box08_2 {
	margin:0;
	padding:0;
	width:640px;
	height:90px;
	background:url(../img/arrow02.gif) 105px 30px no-repeat;
	clear:both;
}

.led_box09 {
	margin:0;
	padding:17px 0 0 0;
	width:108px;
	height:20px;
	background:url(../img/brex_mark.gif) top no-repeat;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	position:absolute;
	top:10px;
	right:10px;
}

.led_img01 {
	margin:0 0 0 5px;
	padding:95px 0 0 0;
	width:130px;
	height:10px;
	float:left;
	background:url(../img/led_both_img.jpg) top no-repeat;
	text-align:center;
}

.led_img02 {
	margin:0 0 0 5px;
	padding:95px 0 0 0;
	width:130px;
	height:10px;
	float:left;
	background:url(../img/led_stick_img1.jpg) top no-repeat;
	text-align:center;
}

.led_img03 {
	margin:0 0 0 5px;
	padding:95px 0 0 0;
	width:130px;
	height:10px;
	float:left;
	background:url(../img/led_stick_img2.jpg) top no-repeat;
	text-align:center;
}

.led_img04 {
	margin:0 0 0 5px;
	padding:95px 0 0 0;
	width:130px;
	height:10px;
	float:left;
	background:url(../img/led_stick_img3.jpg) top no-repeat;
	text-align:center;
}

.led_img05 {
	margin:0 0 0 5px;
	padding:95px 0 0 0;
	width:130px;
	height:10px;
	float:left;
	background:url(../img/led_top_img.jpg) top no-repeat;
	text-align:center;
}

.led_both {
	margin:0 0 5px 5px;
	padding:5px;
	width:170px;
	height:115px;
	float:left;
	background:url(../img/led_both.jpg) no-repeat;
}

.led_oneside {
	margin:0 0 5px 5px;
	padding:5px;
	width:170px;
	height:115px;
	float:left;
	background:url(../img/led_oneside.jpg) no-repeat;
}

.led_top {
	margin:0 0 5px 5px;
	padding:5px;
	width:170px;
	height:115px;
	float:left;
	background:url(../img/led_top.jpg) no-repeat;
}

.led_stick {
	margin:0 0 5px 5px;
	padding:5px;
	width:170px;
	height:115px;
	float:left;
	background:url(../img/led_stick.jpg) no-repeat;
}

.led_package {
	margin:0;
	padding:5px;
	width:90px;
	height:90px;
	float:left;
	background:url(../img/led_p_img.jpg) no-repeat;
	font-size:10px;
	font-weight:bold;
}

.led_text01 {
	margin:0 0 20px 0;
	padding:0;
	width:465px;
	font-style:italic;
	color:#FFFFFF;
	font-size:180%;
	font-weight:bold;
	border-bottom:2px solid #FFFFFF;
}

.led_text02 {
	margin:0;
	padding:0;
	color:#FF0000;
}

.led_text03 {
	margin:10px 0 0 0;
	padding:0;
	color:#FFFFFF;
	line-height:1.5em;
}

.led_text04 {
	margin:10px 0 0 0;
	padding:0 0 0 5px;
	border-bottom:2px solid #FF0000;
	border-left:8px solid #FF0000;
}

.led_text05 {
	margin:10px 0 0 0;
	padding:0;
	line-height:1.3em;
}

.led_text06 {
	margin:0;
	padding:0;
	font-size:10px;
	color:#333333;
	position:absolute;
	top:230px;
	left:10px;
}

.led_text07 {
	margin:0;
	padding:0;
	color:#FF0000;
	font-weight:bold;
	position:absolute;
	top:215px;
	right:10px;
}

/* ---------------------------------------------------------------- *
	=10 HID適応表 ページ
 * ---------------------------------------------------------------- */
 
#tekiou_box01 {
 	margin:0;
	padding:20px;
}

.tekiou_box02 {
	margin:0 auto;
	padding:10px 0 0 195px;
	width:180px;
	height:78px;
	background:url(../img/zero_logo.gif) top left no-repeat;
}

.tekiou_box03 {
	margin:10px auto 0 auto;
	padding:0;
	width:640px;
	height:350px;
	position:relative;
}

.tekiou_box04 {
	margin:0;
	padding:0;
	float:left;
}

.tekiou_box04 ul {
	margin:0;
	padding:0;
	width:200px;
}

.tekiou_box04 ul li {
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
}

.tekiou_box04 ul li a {
	margin:0 0 5px 0;
	padding:3px 5px;
	display:block;
	width:180px;
	text-decoration:none;
	background:#CCCCDC;
	font-size:11px;
}

.tekiou_box04 ul li a:hover, .tekiou_box06 ul li a:hover {
	background:#A9AAD0;
	color:#0033CC;
}

.tekiou_box04 ul li a:visited, .tekiou_box06 ul li a:visited {
	color:#0033CC;
}

.tekiou_box05 {
	margin:0;
	padding:0;
	float:right;
}

.tekiou_box06 {
	margin:0;
	padding:0;
}

.tekiou_box06 ul {
	margin:0;
	padding:0;
	width:215px;
}

.tekiou_box06 ul li {
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
}

.tekiou_box06 ul li a {
	margin:0 0 5px 0;
	padding:3px 5px;
	display:block;
	width:205px;
	text-decoration:none;
	background:#CCCCDC;
	font-size:11px;
}

.tekiou_box07 {
	margin:0;
	padding:0;
	float:left;
}

.tekiou_box08 {
	margin:0 0 0 10px;
	padding:0;
	float:left;
}

.tekiou_box09 {
	margin:0;
	padding:0;
	width:430px;
	height:33px;
	font-size:10px;
	position:absolute;
	top:305px;
	left:0;
}

.tekiou_box09 img {
	margin:0 5px 0 0;
	float:left;
}

.tekiou_box10 {
	margin:20px auto 0 auto;
	padding:0 10px 0 0;
	width:630px;
	border:1px solid #FF0000;
	clear:both;
}

.tekiou_box10 ul li {
	margin:0;
	padding:0;
	font-size:10px;
	list-style:disc;
}



.tekiou_text01 {
	margin:0;
	padding:0;
}

.tekiou_text02 {
	margin:0;
	padding:0;
	width:190px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:1.5em;
	color:#FFFFFF;
	background:#0033CC;
}

.tekiou_text03 {
	margin:0;
	padding:0;
	width:440px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:1.5em;
	color:#FFFFFF;
	background:#6633CC;
}

/* ---------------------------------------------------------------- *
	=11 LED適応表 ページ
 * ---------------------------------------------------------------- */

.led_tekiou_box01 {
	margin:10px auto 0 auto;
	padding:0;
	width:640px;
	height:160px;
	position:relative;
}

.led_tekiou_box01 ul {
	margin:5px 0 0 0;
	padding:0;
	width:640px;
}

.led_tekiou_box01 ul li {
	list-style:none;
	float:left;
}

.led_tekiou_box01 ul li a {
	margin:0 10px 5px 0;
	padding:3px 5px;
	display:block;
	width:193px;
	text-decoration:none;
	background:#CCCCDC;
	font-size:11px;
}

.led_tekiou_box01 ul li a:hover {
	background:#A9AAD0;
	color:#0033CC;
}

.led_tekiou_box02 {
	margin:0;
	padding:0;
	width:430px;
	height:33px;
	font-size:10px;
	position:absolute;
	top:110px;
	left:0;
}

.led_tekiou_box02 img {
	margin:0 5px 0 0;
	float:left;
}

.led_tekiou_box03 {
	margin:10px auto 0 auto;
	padding:0;
	width:640px;
	height:645px;
	position:relative;
}

.led_tekiou_text01 {
	margin:0;
	padding:0;
	width:630px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:1.5em;
	color:#FFFFFF;
	background:#0033CC;
}

/* ---------------------------------------------------------------- *
	=12 会社概要 ページ
 * ---------------------------------------------------------------- */

#company_box01 {
	margin:0 auto;
	padding:40px 0 0 0;
	width:600px;
}

.company_box02 {
	margin:8px 0;
	padding:0;
}

.company_box03 {
	margin:0;
	padding:20px 0;
}

.company_text01 {
	margin:0;
	padding:0 15px;
	font-weight:bold;
	line-height:3em;
	background:url(../img/company.gif) no-repeat;
	color:#FFFFFF;
}

.company_left01 {
	margin:0;
	padding:0 10px;
	width:100px;
	font-weight:bold;
	line-height:3em;
	background:#999999;
	color:#FFFFFF;
	border-left:5px solid #CCFF00;
	float:left;
}

.company_left02 {
	margin:0;
	padding:0 10px;
	width:100px;
	font-weight:bold;
	line-height:4.5em;
	background:#999999;
	color:#FFFFFF;
	border-left:5px solid #CCFF00;
	float:left;
}

.company_right01 {
	margin:0;
	padding:0 0 0 135px;
	line-height:3em;
}

.company_right02 {
	margin:0;
	padding:0 0 0 135px;
	line-height:1.5em;
}

/* ---------------------------------------------------------------- *
	=13 プリウス専用HID KIT ページ
 * ---------------------------------------------------------------- */
 
#prius_box01 {
 	margin:0;
	padding:20px 0 0 40px;
	width:860px;
	height:130px;
	background:url(../img/prius_img.jpg) no-repeat;
}

#prius_box02 {
	margin:0;
	padding:20px 20px 10px 20px;
}

.prius_box03 {
	margin:0;
	padding:0;
}

.prius_box03 img {
	margin:0 0 5px 5px;
	float:right;
}

.prius_box04 {
	margin:10px 0 0 0;
	padding:0;
}

.prius_box05 {
	margin:0;
	padding:25px 0 0 0;
}

.prius_zerobox01 {
	margin:0;
	padding:10px;
	width:409px;
	float:left;
	background:#FFFFFF;
	border-right:1px dotted #999999;
}

.prius_zerobox02 {
	margin:0 auto;
	padding:0;
	width:181px;
	height:80px;
	text-align:center;
}

.prius_onebox01 {
	margin:0;
	padding:10px;
	width:410px;
	padding:10px;
	float:right;
	background:#FFFFFF;
}

.prius_onebox02 {
	margin:0 auto;
	padding:15px 0 0 0;
	width:181px;
	height:65px;
	text-align:center;
}

.prius_text01 {
	margin:0;
	padding:0;
	font-size:250%;
	font-style:italic;
	color:#FFFF33;
}

.prius_text02 {
	margin:0;
	padding:0;
	line-height:1.5em;
	color:#CCCCCC;
}

.prius_text03 {
	background:#000066;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.prius_text04 {
	background:#CC0000;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.prius_text05 {
	margin:3px 0 0 0;
	padding:0;
	font-weight:bold;
	border-bottom:1px solid #0033CC;
	color:#0033CC;
}

.prius_text06 {
	margin:0;
	padding:0;
	font-size:90%;
	line-height:1.4em;
}

.prius_text07 {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.2em;
}

/* ---------------------------------------------------------------- *
	=14 HIDとは？ ページ
 * ---------------------------------------------------------------- */
 
#w_hid_bg {
	background:#E1E2F5;
}

#w_hid {
 	margin:10px auto;
	padding:0;
	width:610px;
}

#w_hid_head {
	margin:0 0 10px 0;
	padding:80px 20px 0 20px;
	width:570px;
	height:55px;
	background:url(../img/w_hid_img.jpg) no-repeat;
	font-size:90%;
	border-bottom:5px solid #6F83AE;
}

.w_hid_text01 {
	margin:0;
	padding:20px;
	font-size:90%;
}

.w_hid_text02 {
	margin:0;
	padding:15px 0 0 0;
	width:90px;
	height:246px;
	background:#6F83AE;
	color:#0033CC;
	float:left;
	text-align:center;
}

.w_hid_text03 {
	margin:0;
	padding:0 0 0 115px;
	font-size:90%;
}

.w_hid_text03 ul {
	margin:0;
	padding:15px 0 0 0;
}

.w_hid_text03 ul li {
	margin:0;
	padding:0;
	list-style:disc;
}

.w_hid_text03 img {
	margin:0 0 0 5px;
	float:right;
}

.w_hid_text04 {
	margin:0;
	padding:15px 0 10px 115px;
	font-size:90%;
}

/* ---------------------------------------------------------------- *
	=15 LEDとは？ ページ
 * ---------------------------------------------------------------- */
 
#w_led_bg {
	background:#E1E2F5;
}

#w_led {
 	margin:10px auto;
	padding:0;
	width:610px;
}

#w_led_head {
	margin:0 0 10px 0;
	padding:80px 10px 0 20px;
	width:580px;
	height:55px;
	background:url(../img/w_led_img.jpg) no-repeat;
	font-size:90%;
	border-bottom:5px solid #6F83AE;
}

.w_led_right {
	margin:0 0 5px 8px;
	float:right;
}

/* ---------------------------------------------------------------- *
	=16 2009年キャンペーン ページ
 * ---------------------------------------------------------------- */
 
#cam09_container {
 	margin:0 auto;
	padding:0;
	width:800px;
}

.cam09_box01 {
	margin:0;
	padding:0;
	width:800px;
	height:105px;
	text-indent:-9999px;
	background:url(../img/campaign09_header.gif) no-repeat;
}

.cam09_box02 {
	margin:0;
	padding:5px 10px;
	background:#666666;
	color:#FFFFFF;
}

.cam09_box03 {
	margin:10px auto;
	padding:10px 10px 0 450px;
	width:240px;
	height:155px;
	background:url(../img/campaign_set.jpg) no-repeat;
}

.cam09_box04 {
	margin:0 auto;
	padding:0;
	width:650px;
}

.cam09_box05 {
	margin:0;
	padding:0;
	width:200px;
	height:45px;
}

.cam09_box05 a {
	display:block;
	width:200px;
	height:45px;
	background:url(../img/campaign09over.gif) no-repeat;
}

.cam09_box05 a:hover {
	width:200px;
	height:45px;
	background:url(../img/campaign09clic.gif) no-repeat;
}

.cam09_box06 {
	margin:10px auto;
	padding:10px 10px 0 310px;
	width:380px;
	height:155px;
	background:url(../img/campaign_set2.jpg) no-repeat;
}

.cam09_text01 {
	padding:0 10px;
	background:#FF6600;
	color:#FFFFFF;
	border-left:5px solid #0033FF;
}

.cam09_table01 {
	margin:5px 0;
	color:#FFFFFF;
	font-weight:bold;
	background:#003399;
	text-align:center;
}

.cam09_table02 {
	margin:5px 0;
	font-weight:bold;
	text-align:center;
}


/* ---------------------------------------------------------------- *
	フッタ部分の設定
 * ---------------------------------------------------------------- */

#footer {
	margin:0;
	padding:0;
	width:900px;
	background:#000033;
	color:#66CCFF;
	text-align:center;
	line-height:2em;
	clear:both;
}
