a,a:link {
	color: #003399;
	text-decoration: underline;
}

a:visited {
	color: #003399;
	text-decoration: underline;
}

a:hover{
	color: #FF6666;
	text-decoration: underline;
}

a:active {
	color: #666666;
	text-decoration: underline;
}

h1 {

}

h2 {
	font-size: 12px;
	margin: 0 0 8px 0;
	font-weight: bold;
}

table td {
	font-size: 12px;
}

h3 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;

}

textarea {
	width: 240px;
}

td.sanjyo a {
	color:#009900;
	text-decoration:underline;
}

td.sanjyo a:hover {
	color:#666666;
	text-decoration:underline;
}