@charset "UTF-8";

/* main */
div#main h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 100%;
	color: #004283;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#main table {
	border-bottom: 1px solid #D1E2EB;
	width: 100%;
}

div#main table th, div#main table td {
	border-top: 1px solid #D1E2EB;
	padding: 12px 15px 12px 0;
	font-size: 80%;
	color: #666;
	vertical-align: middle;
}

div#main table th {
	width: 160px;
	color: #004283;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

div#main table td.linkname {
	width: 180px;
}

div#main table td a {
	background: #FFF url("/cmn2/images/common/arrows.gif") no-repeat center left;
	padding-left: 15px;
	font-weight: bold;
}


div#main table td a:link {color: #333; text-decoration: none;}
div#main table td a:visited {color: #333; text-decoration: none;}
div#main table td a:active {color: #999; text-decoration: underline;}
div#main table td a:hover {color: #999; text-decoration: underline;}

