@charset "utf-8";





/*
*
*
*	Home Module
*
*
*/ /*/////////////////////////////////   ////*/





/*/////////////////////////////////////////////////////////////////////////////////////////////

	home

/////////////////////////////////////////////////////////////////////////////////////////////*/

.home{
}

.home dl#visual{
	position:relative;
}
.home dl#visual dd{
	position:absolute;
	top:175px;
	left:32px;
	width:600px;
	color:#7F4C21;
	font-size:10px;
}

.home div#pickup{
	background:url(../images/bg_pickup.png) repeat;
	padding:11px 4px;
	width:648px;
	margin-bottom:30px;
}

.home div#pickup dl{
	float:left;
	margin:0 8px;
}
*html .home div#pickup dl{
	margin-bottom:-8px;
	display:inline;
}
*:first-child+html .home div#pickup dl{
	margin-bottom:-8px;
	display:inline;
}
.home div#pickup h2{
	margin:2px 0 8px 8px;
	border-bottom:none;
	padding:0;
}
.home div#pickup dl dd{
	width:200px;
	background:url(../images/bg_picktext.png) no-repeat bottom #F6DF90;
}
.home div#pickup dl dd em{
	width:187px;
	padding:5px 5px 5px 8px;
	display:block;
	background:url(../images/bg_pickuptitle.png) no-repeat #750000;
}
.home div#pickup dl dd em a{
	color:#76A663;
	font-size:11px;
	padding-left:18px;
	display:block;
	background:url(../../share/images/arrow_002.png) no-repeat left center;
}
.home div#pickup dl dd span{
	padding:8px;
	display:block;
	font-size:10px;
}

.home div#info{
	float:left;
	width:420px;
	}
	.home div#info h2{
	margin-bottom:15px;
	border-bottom:none;
	padding:0;
	}
	.home div#info dl{
	padding:0 12px;
	}
	.home div#info dl dt{
	float:left;
	width:8em;
	margin-bottom:7px;
	}
	.home div#info dl dd{
	margin-bottom:7px;
	overflow:hidden;
	}

.home div#guide{
	float:right;
	width:218px;
	}
	.home div#guide h2{
	margin-bottom:15px;
	border-bottom:none;
	padding:0;
	}
	.home div#guide ul{
	padding:0 10px;
	}
	.home div#guide ul li{
	margin-bottom:7px;
	}
	.home div#guide ul li a{
	background:url(../../share/images/arrow_002.png) no-repeat left center;
	padding-left:18px;
	}
	
	
	
	