@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]	home.css
	
	[概要]
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
div#mainVisualCheck dl:after,
ul#quickNav:after,
div#sectionPickup li div:after,
div#sectionPickup dl:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html div#mainVisualCheck dl,
*:first-child + html ul#quickNav,
*:first-child + html div#sectionPickup li div,
*:first-child + html div#sectionPickup dl
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html div#mainVisualCheck dl,
* html ul#quickNav,
* html div#sectionPickup li div,
* html div#sectionPickup dl
{
	height: 1%;
}
/* End Win IE6 */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
div#mainVisualCheck strong,
p#buttonCheck a,
div#mainVisualCheck dl dt,
div#mainVisualApply strong,
p#buttonApply a,
ul#quickNav li a,
h2 a,
h2 span,
a.BLADES_FORMCHECK_SELECT_button
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

								bodyBg
								
------------------------------------------------------------------------------*/
div#bodyBg2{
	background-image: url(../../images/home/body_bg2.gif);
}

div#bodyBg3{
	background-image: url(../../images/home/body_bg3.gif);
}



/*------------------------------------------------------------------------------

								div#wrapper
								
------------------------------------------------------------------------------*/
div#wrapper{
	background-image: url(../../images/home/wrapper_bg.gif);
}

div#wrapperInner{
	background-image: url(../../images/home/wrapper_inner_bg.gif);
}



/*------------------------------------------------------------------------------

								div#header
								
------------------------------------------------------------------------------*/
div#header{
	background-image: url(../../images/home/header_bg.gif);
}



/*------------------------------------------------------------------------------

								div#contentWrapper
								
------------------------------------------------------------------------------*/
div#contentWrapper{
	background: url(../../images/home/content_wrapper_bg.gif) no-repeat scroll center bottom;
}



/*------------------------------------------------------------------------------

								div#footer div.inner
								
------------------------------------------------------------------------------*/
div#footer div.inner{
	background-image: url(../../images/home/footer_upper.gif);
}



/*------------------------------------------------------------------------------

								div.section
								
------------------------------------------------------------------------------*/
div.section h2{
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	text-indent: 0;
}



/*------------------------------------------------------------------------------

								div#mainVisual
								
------------------------------------------------------------------------------*/
div#mainVisual{
	width: 830px;
	height: 290px;
	background-color: #ffffff;
	border-bottom: 15px solid #ffffff;
}



/*------------------------------------------------------------------------------

							div#mainVisualCheck
							
------------------------------------------------------------------------------*/
div#mainVisualCheck{
	position: relative;
	float: left;
	width: 275px;
	height: 190px;
	background: url(../../images/home/main_visual_check_bg.gif) no-repeat scroll left top;
}

div#mainVisualCheck strong{
	width: 275px;
	height: 41px;
	background: url(../../images/home/main_visual_check_title.gif) no-repeat scroll left top;
}

/*----- dl -----*/
div#mainVisualCheck dl{
	padding-left: 4px;
}
/*
div#mainVisualCheck dl dt{
	clear: left;
	float: left;
	width: 75px;
	height: 32px;
}

div#mainVisualCheck dl dt{
	width: 75px;
	height: 32px;
	background: no-repeat scroll left top;
}
*/
div#mainVisualCheck dl dt{
	display: none;
}

div#mainVisualCheck dl dd{
	/*osition: relative;*/
	/*float: left;*/
	/*width: 190px;*/
	/*background-color: #ff0000;*/
	padding-left: 77px;
	height: 33px;
}

/*
* html div#mainVisualCheck dl dd{
	height: 16px;
}
*/

/*
div#mainVisualCheck dl dd div.BLADES_FORMCHECK_SELECT_select{
	position: absolute;
	top: 0;
	left: 77px;
}
*/

div#mainVisualCheck dl dd:last-child,
div#mainVisualCheck dl dd.lastChild{
	height: auto;
}

/*----- 各dt画像指定 -----*/
/*
div#mainVisualCheck dl dt#labelMake{
	background-image: url(../../images/home/main_visual_dt_make.gif);
}
div#mainVisualCheck dl dt#labelDisplacement{
	background-image: url(../../images/home/main_visual_dt_displacement.gif);
}
div#mainVisualCheck dl dt#labelModel{
	background-image: url(../../images/home/main_visual_dt_model.gif);
}
*/


/*----- 上限金額をCheck -----*/
p#buttonCheck,
p#buttonCheck a{
	width: 275px;
	height: 54px;
	background: no-repeat scroll left top;
}

p#buttonCheck{
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../../images/home/button_check_ov.gif);
}

p#buttonCheck a{
	background-image: url(../../images/home/button_check.gif);
}

p#buttonCheck a:hover{
	background-image: none;
}



/*------------------------------------------------------------------------------

							div#mainVisualApply
							
------------------------------------------------------------------------------*/
div#mainVisualApply{
	float: right;
	width: 555px;
	height: 190px;
	background: url(../../images/home/main_visual_apply_bg.jpg) no-repeat scroll left top;
}

div#mainVisualApply strong{
	width: 368px;
	height: 76px;
	margin-top: 29px;
	margin-left: 158px;
	background: url(../../images/home/main_visual_apply_title.gif) no-repeat scroll left top;
}

/*----- 今すぐお申し込み -----*/
p#buttonApply,
p#buttonApply a{
	width: 242px;
	height: 42px;
	background: no-repeat scroll left top;
}

p#buttonApply{
	margin-top: 17px;
	margin-left: 241px;
	background-image: url(../../images/home/button_apply_ov.gif);
}

p#buttonApply a{
	background-image: url(../../images/home/button_apply.gif);
}

p#buttonApply a:hover{
	background-image: none;
}



/*------------------------------------------------------------------------------

								ul#quickNav
								
------------------------------------------------------------------------------*/
ul#quickNav{
	clear: both;
}

ul#quickNav li,
ul#quickNav li a{
	width: 210px;
	height: 100px;
	background: no-repeat scroll left top;
}

ul#quickNav li{
	float: left;
}

/*----- 各ボタン通常時画像指定 -----*/
ul#quickNav li#quickNavHow2sell{
	width: 205px;
	background-image: url(../../images/home/quick_nav_how2sell_ov.gif);
}
ul#quickNav li#quickNavDocuments{
	background-image: url(../../images/home/quick_nav_documents_ov.gif);
}
ul#quickNav li#quickNavFaq{
	background-image: url(../../images/home/quick_nav_faq_ov.gif);
}
ul#quickNav li#quickNavCoco{
	width: 205px;
	background-image: url(../../images/home/quick_nav_coco_ov.gif);
}

/*----- 各ボタンマウスオーバー時画像指定 -----*/
ul#quickNav li#quickNavHow2sell a{
	width: 205px;
	background-image: url(../../images/home/quick_nav_how2sell.gif);
}
ul#quickNav li#quickNavDocuments a{
	background-image: url(../../images/home/quick_nav_documents.gif);
}
ul#quickNav li#quickNavFaq a{
	background-image: url(../../images/home/quick_nav_faq.gif);
}
ul#quickNav li#quickNavCoco a{
	width: 205px;
	background-image: url(../../images/home/quick_nav_coco.gif);
}

/*----- マウスオーバー動作指定 -----*/
ul#quickNav li a:hover{
	background-image: none!important;
}



/*------------------------------------------------------------------------------

							div#sectionPickup
							
------------------------------------------------------------------------------*/
div#sectionPickup{
	float: left;
	width: 487px;
	margin: 0;
}

/*----- 見出し -----*/
div#sectionPickup h2,
div#sectionPickup h2 span,
div#sectionPickup h2 a{
	width: 487px;
	height: 43px;
	background: no-repeat scroll left top;
}

div#sectionPickup h2{
	background-image: url(../../images/home/section_pickup_h2_ov.gif);
}

div#sectionPickup h2 a{
	background-image: url(../../images/home/section_pickup_h2.gif);
}

div#sectionPickup h2 span{
	background-image: url(../../images/home/section_pickup_h2_nolink.gif);
}

div#sectionPickup h2 a:hover{
	background-image: none;
}

/*----- li -----*/
div#sectionPickup li{
	padding: 4px;
	padding-top: 12px;
	background: url(../../images/home/section_pickup_li_bg.gif) no-repeat scroll left bottom;
}

div#sectionPickup li p{
	float: left;
	width: 120px;
}

/*----- li -----*/
div#sectionPickup li div{
	padding: 3px;
	background: #ffffff url(../../images/home/section_pickup_biker.gif) no-repeat scroll right top;
}

/*----- dl -----*/
div#sectionPickup dl{
	float: right;
	width: 348px;
}

div#sectionPickup dl dt,
div#sectionPickup dl dd{
	padding-top: 5px;
	padding-bottom: 5px;
}

div#sectionPickup dl dt{
	clear: left;
	float: left;
	width: 5em;
	padding-left: 1em;
	background: url(../../images/common/icon_arrow_dotted_black.gif) no-repeat scroll left center;
}

* html div#sectionPickup dl dt{
	width: 6em;
}

div#sectionPickup dl dd{
	padding-left: 7em;
	font-weight: bold;
}

div#sectionPickup dl dd.even{
	background: url(../../images/home/section_pickup_even.png) repeat scroll left top;
}

* html div#sectionPickup dl dd.even{
	background-image: url(../../images/home/section_news_even.gif);
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../../images/section_pickup_even.png");*/
}

div#sectionPickup dl dd em{
	color: #cc0000;
	font-weight: bold;
}



/*------------------------------------------------------------------------------

							div#sectionNews
							
------------------------------------------------------------------------------*/
div#sectionNews{
	float: right;
	width: 329px;
	margin: 0;
	/*background: url(../../images/home/section_news_bg.gif) no-repeat scroll left bottom;*/
}

/*----- 見出し -----*/
div#sectionNews h2,
div#sectionNews h2 a{
	width: 329px;
	height: 32px;
	background: no-repeat scroll left top;
}

div#sectionNews h2{
	background-image: url(../../images/home/section_news_h2_ov.gif);
}

div#sectionNews h2 a{
	background-image: url(../../images/home/section_news_h2.gif);
}

div#sectionNews h2 a:hover{
	background-image: none;
}

/*----- dl -----*/
div#sectionNews dl{
	padding: 10px 5px;
}

div#sectionNews dl dt{
	clear: left;
	float: left;
	line-height: 1em;
	padding-top: 0.5em;
	padding-left: 4px;
}

div#sectionNews dl dd{
	padding-top: 1.75em;
	padding-bottom: 0.5em;
}

div#sectionNews dl dd.even{
	background: url(../../images/home/section_news_even.png) repeat scroll left top;
}

* html div#sectionNews dl dd.even{
	background-image: url(../../images/home/section_news_even.gif);
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../../images/section_news_even.png");*/
}

div#sectionNews dl a,
div#sectionNews dl p{
	display: block;
	padding-left: 20px;
	background: url(../../images/common/icon_arrow_orange.gif) no-repeat scroll 6px 0.15em;
}