/*concept*/

.linklist {
	width: 700px ;
}
.linklist .leftbox {
	float: left ;
	width: 220px ;
}
.linklist .rightbox {
	float: right ;
	width: 220px ;
}
.linklist dt {
	background: #eeeeee url(../img/linkp.gif) 10px 10px no-repeat ;
	margin: 2px 0 0 0 ;
	padding: 8px 10px 4px 24px ;
	font-size: 12px ;
	font-weight: bold ;
	line-height: 1.3 ;
}
.linklist dt a:link { color: #003399 ; text-decoration: none ; }
.linklist dt a:visited { color: #003399 ; text-decoration: none ; }
.linklist dt a:hover { color: #ff9900 ; text-decoration: underline ; }
.linklist dt a:active { color: #ff3300 ; text-decoration: underline ; }
.linklist dd {
	background: #eeeeee ;
	padding: 0 10px 9px 10px ;
	line-height: 1.5 ;
}