@charset "utf-8";

/*-------全体-------*/

* {
	padding: 0;
	margin: 0;
}


.clear {
	clear: both;
}


img {
	border: 0;
}


body {
	font-family: "HondaGlobalFontJP-Regular", sans-serif;
	font-size: 80%;
	line-height: 130%;
}

/*
//====================================
//Honda-自動CSSを強制的に上書き（W900ヘッダになった際に削除）
//====================================
*/
div#contents {
width:900px !important;
}

/*-------ページ全体-------*/

#wrapper {
	width:900px;
	margin:10px auto 0;
	}
	
.float {
	float:left;
	}
	
.float_r {
	float:right;
	}
	
.mb8 {
	margin-bottom:8px;
	}	
	
.mb12 {
	margin-bottom:12px;
	}
	
.mb20 {
	margin-bottom:20px;
	}
	
.mb40 {
	margin-bottom:40px;
	}

/*-------メイン背景-------*/

#top {
	width:892px;
	height:332px;
	background-image:url(../images/back_top.gif);
	background-repeat:no-repeat;
	}
	
#main {
	width:892px;
	background-image:url(../images/back_middle.gif);
	background-repeat:repeat-y;
	}
	
#back_bottom {
	width:892px;
	height:68px;
	background-image:url(../images/back_bottom.gif);
	background-repeat:no-repeat;
	}
	

/*-------本文-------*/

#main_contents {
	width:874px;
	position:relative;
	top: -40px;
	margin-left:18px;
	margin-bottom: -100px;
	}
	
.title_sub {
	margin-top:5px;
	margin-left:12px;
	}
	
div#kikan {
	width:738px;
	margin-top:-15px;
	margin-left:60px;
	}
	
/*-------一般保証-------*/

#general {
	width:754px;
	margin-top:15px;
	margin-left:60px;
	margin-bottom:15px;
	height:32px;
	}
	
#general p ,h5 {
	float:left;
	margin-right:20px;
	}
	
/*-------特別保証-------*/

#special {
	width:754px;
	margin-left:60px;
	height:375px;
	}
	
#special p ,h5 {
	float:left;
	margin-right:20px;
	}
	
#special_img {
	float:none;
	}
	
#caution {
	margin:30px 0px 30px 410px;
	}

	
/*-------マモル-------*/

#mamoru {
	width:766px;
	margin:0 auto 100px;
	}

#mamoru_top {
	height:173px;
	background-image:url(../images/mamoru_back_top.gif);
	background-repeat:no-repeat;
	}
	
#mamoru_cont {
	background-image:url(../images/mamoru_back_middle.gif);
	background-repeat:repeat-y;
	}
	
#mamoru_cont div {
	width:689px;
	margin-left:60px;
	}
	
#mamoru_cont div p {
	margin-right:12px;
	}	

#mamoru_bottom {
	height:4px;
	background-image:url(../images/mamoru_back_bottom.gif);
	background-repeat:no-repeat;
	}
	
#to_mamoru {
	margin-left:227px;
	padding-bottom:40px;
	}
	
	
/*-------保証対象外部品-------*/

#apDiv1 {
	position:absolute;
	left:38px;
	top:347px;
	width:789px;
	height:393px;
	z-index:1;
	background:#fff;
}

#layer {
	width:779px;
	height:393px;
	background-color:#FFFFFF;
	}

#outof {
	width:750px;
	background-color:#FFFFFF;
	border:#126ec7 solid 1px;
	margin:30px auto 0px;
	}
	
#outof .title {
	margin:8px 0px 0px 20px;
	}
	
#outof .list {
	margin:10px 0px 30px 20px;
	}
	
#outof p {
	margin-top:5px;
	margin-left:3px;
	font-size:90%;
	line-height:165%;
	}
	

/*081027new-footer*/

#foot-navi{
width:900px;
height:69px;
background:url(../../image/foot-navi/footer_bg.gif) no-repeat;
}