@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 {
	height:610px;
	background:url(../img/bg.gif) repeat-y top left ;
}
#homeLeft {
	float:left;
	width:490px;
	height:610px;
	overflow: hidden;
	margin:0;
}
#homeRight {
	float:right;
	width:330px;
	height:610px;
}
/*#homeRight {
	margin-left:490px;
	width:330px;
	_width:324px;
	height:610px;
	background:#FAF;
}*/

/* BUTTON ---------------------*/
#homeButton {
	padding-top: 6px;
	padding-left: 6px;
	border-bottom:1px solid #C41537;	
}
#homeButton img {
	margin-bottom:5px;
}

/* TOPICS ---------------------*/
#homeTopics {
	padding:6px 8px;
	height:280px;
}
#homeTopics p {
	margin:0px 0 3px;
}
#homeTopicsBox {
	overflow: auto; 
	border:1px solid #CCC;
	padding:8px;
	height:232px;
	margin-bottom:13px;
}
#homeTopics dl {
}
#homeTopics dt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:85%;
	margin-bottom:0px;
}
#homeTopics dd a {
	padding-left:17px;
	display:block;
	background:url(../img/arrowS.gif) no-repeat left 5px;
	margin-bottom:10px;
}
#homeTopics dd a:hover {
	background:url(../img/arrowS_f2.gif) no-repeat left 5px;
}


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

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