@charset "UTF-8";


/*---FOR TOPMENU--*/
#menuArea {
	height:376px;
	padding-left:16px;
	display:block;
	background:url(../img/bg_menu_line.gif) no-repeat 16px 20px;
	margin-top:-4px;
}

#menuArea li{
	width:272px;
	height:168px;
	display:block;
	float:left;
	margin-right:36px;
	margin-top:20px;
}

#menuArea li.after{
	margin-right:0px;
}

#menuArea li p{
	display:block;
	padding-left:8px;
	padding-top:4px;
}

#menuArea .menu_about{
	height:130px;
	background:url(../img/bg_about.gif) no-repeat left bottom;
}

#menuArea .menu_field{
	height:130px;
	background:url(../img/bg_field.gif) no-repeat left bottom;
}

#menuArea .menu_farm{
	height:130px;
	background:url(../img/bg_farm.gif) no-repeat left bottom;
}


#menuArea .menu_member{
	height:130px;
	background:url(../img/bg_member.gif) no-repeat left bottom;
}

#menuArea .menu_enjoy{
	height:130px;
	background:url(../img/bg_enjoy.gif) no-repeat left bottom;
}

#menuArea .menu_present{
	height:130px;
	background:url(../img/bg_present.gif) no-repeat left bottom;
}


.box_hover{
	background:url(../img/bg_menu_over.gif) no-repeat left top;
	cursor:pointer;
}
	
.none{
	background:none;
}


/*---FOR TOPNEW--*/
#newsArea {
	width:580px;
	display:block;
	float:left;
	margin-top:24px;
	padding-left:16px;
	position:relative;
	/*border:1px solid #F00;*/
}

#newsArea dl {
	width:580px;
	display:block;
	background:transparent url(../img/kugiri.gif) no-repeat 8px bottom;
	padding:8px 0px;
}

#newsArea dl:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

#newsArea dt {
	width:60px;
	float:left;
	display:block;
	padding-left:8px;
}

#newsArea dl dd.date {
	width:72px;
	display:block;
	float:left;
}

#newsArea dl dd.newstxt {
	width:440px;
	float:right;
	display:block;
}

/*---FOR BANNER--*/

#bannerArea {
	widht:280px;
	float:right;
	margin-top:32px;
	padding-right:24px;
}

#bannerArea p{
	margin-bottom:8px;
}

.gonewsList {
	position:absolute;
	right:0;
}
