/* CSS Document */

td{
	font-family: Tahoma;
	color: #000000;
	font-size: 14px;
}

.ttl{
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #38261D;
	text-decoration: underline;
}


.sub_ttl{
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bolder;
	color: #4F3426;
}

.brdr{
	border: 1px solid #4F3426;

	
}

a{
	font-family: Tahoma;
	font-size: 12px;
	color: #4F3426;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	font-family: Tahoma;
	font-size: 12px;
	color: #38261D;
	font-weight: bold;
	text-decoration: underline;
}