@charset "UTF-8";
/* ------------------------------------------

Web Site:http://www.descente.co.jp/huitieme/
Style Name: home.css
 
-------------------------------------------*/

/* HEADER ---------------------*/
div#header {
	position:relative;
	height:74px;
}

/*div#header h1 {
	position:absolute;
	top:0px;
	left:15px;
	width:162px;
	height:75px;
	overflow:hidden;
}*/


/* MAIN ---------------------*/

div.home#main h2 {
	text-align:right;
	margin:0 5px 0 auto;
}

div.home#main {
	background:url(../../image/bg_home.gif) repeat-y top left;
	padding-top:0;
	padding-left:5px;
	padding-bottom:5px;
}

/* MENU ---------------------*/
ul#homeMenu {
	height:114px;
	margin-top:5px;
	padding-bottom:5px;
}
#homeMenu li {
	float:left;
	margin-right:4px;
}
#homeMenuSubBox {
	position:relative;
}
#homeMenuSubBox li.MenuSubBanner {
	position:absolute;
	top:0;
	left:665px;
}
ul#homeMenuSub {
	border-top:1px dotted #FFF;
	width:810px;
	height:50px;
	line-height:0;
	
}

#homeMenuSub li {
	float:left;
	line-height:0;
	margin-top:8px;
}



/* FOOTER ---------------------*/
#footer {
	clear:both;
}

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

