/*===================================================================

	リニューアルに伴う追加CSS

===================================================================*/
/*------------------------------------------------------
	トップページ（リニューアルに伴う追加）追記090410
------------------------------------------------------*/
#home #flashArea{
	clear:both;
}
#home #contentsArea{
	width:710px;
	margin:0 0 20px 0;;
	padding:0 20px;
	font-size:80%;
}
#home #contentsArea h2{
	margin-bottom:5px;
}
#home #menuArea{
	width:747px;
	margin:3px 0 23px 2px;
	padding:0;
}
#home #menuArea ul{
	margin:0;
	padding:0;
}
#home #menuArea li{
	display:inline;
	float:left;
	text-align:center;
	list-style-type:none;
}
/* 各カテゴリボタン*/
#home #menuArea li a{
	text-indent:-10000px;
	text-decoration:none;
	height:73px;
	display: block;
}	
/* 各カテゴリボタン マウスオーバー時 */
#home #menuArea li a:hover{
	text-decoration:none;
}
#home #menuArea li#fields01 a{
	width:189px;
	background: url(../img/menu_fields01.jpg) no-repeat;
}
#home #menuArea li#fields01 a:hover{
	background: url(../img/menu_fields01_on.jpg) no-repeat;
}
#home #menuArea li#fields02 a{
	width:186px;
	background: url(../img/menu_fields02.jpg) no-repeat;
}
#home #menuArea li#fields02 a:hover{
	background: url(../img/menu_fields02_on.jpg) no-repeat;
}
#home #menuArea li#fields03 a{
	width:186px;
	background: url(../img/menu_fields03.jpg) no-repeat;
}
#home #menuArea li#fields03 a:hover{
	background: url(../img/menu_fields03_on.jpg) no-repeat;
}
#home #menuArea li#fields04 a{
	width:186px;
	background: url(../img/menu_fields04.jpg) no-repeat;
}
#home #menuArea li#fields04 a:hover{
	background: url(../img/menu_fields04_on.jpg) no-repeat;
}


#home #newsArea{
	width:229px;
	margin-right:15px;
	padding-bottom:30px;
	float:left;
}
#home #newsArea dl#newslist{
	width:229px;
	margin:0;
	padding:2px 0 0 0;
}
#home #newsArea dl#newslist dt{
	background:url(../common/ya_grr.gif) 0 4px no-repeat;
	color:#03F;
	padding:3px 0 3px 17px;
	font-size:95%;
}
#home #newsArea dl#newslist dd{
	padding:0 0 7px 17px;
	margin:0 0 7px 0;
	border-bottom:1px dashed #333;
}
#home #newsArea p{
	text-align:right;
	margin:0 0 1em 0;
	padding:0;
}

#home #proArea{
	width:229px;
	margin-right:15px;	
	padding-bottom:30px;
	float:left;
}
#home #proArea ul.lists{
	width:230px;
	margin:0 0 15px 0;
	padding:0;
	list-style-type:none;
}
#home #proArea ul.lists li{
	background:url(../common/ya_grr.gif) 0 6px no-repeat;
	padding:5px 0 5px 15px;
	border-bottom:1px dashed #666;
}
#home #bannerArea{
	width:220px;
	float:left;
	padding-bottom:30px;
}
#home #bannerArea dl{
	font-size:80%;
	margin:0;
}
#home #bannerArea dt{
	float:left;
}
#home #bannerArea dd{
	margin-left:1.2em;
}



