@charset "utf-8";


/*リンク一覧*/
dl{
	margin:0 0 15px 10px;
	width:340px;
	float:left;
	text-align:left;
}

dt{
	padding-left:17px;
	line-height:1.1;
	width:300px;
	background:url(../image/arrow-back.gif) left 2px no-repeat;

}

dt,dd{
	margin:0 0 3px;
	text-align:left;
}

dt a:link, dt a:visited{
	font-weight:bold;
	color:#009245;
	text-decoration:none;
}

dt a:hover{
	color:#009245;
	text-decoration:underline;
}

/*タブナビゲーション*/
.search-area .tabNav {
	margin: 0px;
	padding: 0;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;

}

.top-border{
	clear:both;
	height:30px;
	background:url(../image/top-border.gif) left top no-repeat;
}

.search-area .tabNav li {
	float: left;
	list-style: none;
	font-weight: normal;
	margin: 0px;
	border-top:1px solid #CCC;
	border-right:none;
	border-left:1px solid #CCC;
	line-height: 1;
	display: block;
}

.search-area .tabNav li.tab-last {
	float: left;
	list-style: none;
	font-weight: normal;
	margin: 0px;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	line-height: 1;
	display: block;
}

.search-area .tabNav li a {
	padding: 10px 15px;
	margin: 0px;
	display: block;
	text-decoration: none;
	
}

.search-area .tabNav li a:hover {
	padding: 10px 15px;
	margin: 0px;
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color:#009245;
}

.search-area .tabNav li a.active {
	padding: 10px 15px;
	margin: 0px;
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color:#009245;
}
