/*==============================	
top Index	
==============================*/
/*グローバルナビ*/
#topIndex #globalNaviSec {
	position:absolute;
	top:382px;
	left:0px;
}
#topIndex #headerToolBlock{
	height:56px;
}
/*contentsBlock sideBarBlock*/
#topIndex #contentsBlock,
#topIndex #sideBarBlock {
	margin-top:85px;
}
/*h1*/
#topIndex h1 {
	display:none;
}
/*link*/
#topIndex a:link{
	color:#333333;
}	
#topIndex a:visited{
	color:#666666;
}	
#topIndex a:hover{	
	color:#66aa00;
}
#topIndex a:active{	
	color:#66aa00;
}
#topIndex .toPagetop a {
	color:#0066cc;
}

/*最新ニュースタイトル*/
#topIndex #topNews {
	margin-bottom:10px;
}
#topIndex #topNews li {
	float:left;
	margin-right:10px;
}
#topIndex #topNews li.link {
	margin-right:0px;
}
/*最新ニュースエリア*/
#topIndex #newsArea dt img {
	vertical-align:text-bottom;
	margin-left:20px;
}
#topIndex #newsArea dd {
	border-bottom:1px #CCCCCC dotted;
	padding-bottom:10px;
	margin-bottom:10px;
}
#topIndex #newsArea dd a {
	display:block;
	background:url(../common/ico_arrow_color.gif) 0px 5px no-repeat;
	padding-left:12px;
}
#topIndex #newsArea dd a.note {
	display:inline;
	background:none;
	padding-left:0px;
	color:#0000ff;
}
/* 段組内段組 */
#topIndex	.floatRight .listLeft {
	float:left;
	width:237px;
}
#topIndex	.floatRight .listRight {
	float:right;
	width:237px;
}

/* sideBarBlock */
#topIndex	#sideBarBlock ul {
	margin-bottom:14px;
}
/* h2 */
#topIndex #bodySec h2 {
	background:url(../common/ico_arrow_l.gif) 0px 1px no-repeat;
	padding:0px 0px 5px 23px;
	margin-bottom:10px;
	margin-top:0px;
	border-bottom:1px #668824 solid;
}
#topIndex #bodySec h2 a {
	color:#448800;
}


/* 検索ボックス*/
#topSearchBox {
	margin-bottom:50px;
}
#topSearchBox input{
	margin:0;
	padding:0;
}
/* 分野から探す */
#topSearchBox #searchField #searchField_txtfiled{
	float:left;
	width:135px;
	background:transparent url(../common/ico_search.gif) 2px 2px no-repeat;
	border:1px #999999 solid;
	padding:2px 0px 2px 18px;
}
#topSearchBox #searchField #searchFieldBtn {
	float:left;
	margin-left:2px;
}
/* キーワードから探す */
#topSearchBox #searchKeyword #searchKeyword_txtfiled{
	float:left;
	width:135px;
	background:transparent url(../common/ico_search.gif) 2px 2px no-repeat;
	border:1px #999999 solid;
	padding:2px 0px 2px 18px;
}
#topSearchBox #searchKeyword #searchKeywordBtn {
	float:left;
}
/* お知らせ*/
.noticeLinkBlue{
	margin-top:10px;
	border:1px #999999 solid;
}	
a.noticeLinkBlue{	
	display:block;
	text-decoration:none;
	padding:10px;
}	
.noticeLinkGreen{
	margin-bottom:10px;
}	
a.noticeLinkGreen{	
	display:block;
	width:237px;
	height:60px;
	background-color: #006400;
	text-decoration:none;
	text-align:center;
	padding-top:10px;
}	
a.noticeLinkGreen:hover{	
	display:block;
	background-color: #3cb371;
}
