@charset "utf-8";
/* CSS Document */

.txt_content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.txt_content a:link, .txt_content a:active, .txt_content a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#A1600C;
	text-decoration:underline;
}

.txt_content a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ACAA49;
	text-decoration:underline;
}

.txt_12px{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#aa0000;
}

.txt_12px_color2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	background-color:#dcda78;
	text-align:center;
}

.txt_12px_color3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	background-color:#e0d699;
	text-align:center;
}

.txt_12px_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#4f4d4e;
}