@charset "utf-8";

div#contents table.link-table{
}

div#contents table.link-table td{
	vertical-align  : top;
	padding         : 3px 3px 10px 3px;
}

#contents table.link-table td h3{
	margin          : 0px;
	padding         : 0px;
	border-bottom   : 2px solid #d6dcde;
}

#contents table.link-table td h3 a{
	display         : block;
	margin          : 0px;
	padding         : 5px 5px 5px 18px;
	font-weight     : bold;
	background      : #f3f6f7 url(detail-arrow.gif) 5px center no-repeat;
}

#contents table.link-table td h3 a:hover{
	margin          : 0px;
	padding         : 5px 5px 5px 18px;
	font-weight     : bold;
	background      : #eff8ff url(detail-arrow.gif) 5px center no-repeat;
}


div#contents table.link-table td p{
	margin          : 0px;
	padding         : 3px;
}


