@charset "utf-8";

a:link { text-decoration: none}
a:active { text-decoration: underline}
a:hover { text-decoration: underline}
a:visited { text-decoration: none}

.txt1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #f0dfa5;
}

.txt2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #f0dfa5;
}
.tit1 {
	font-family: "Trebuchet MS", "Courier New", Courier, "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #812017;
}
.tit2 {
	font-family: "Trebuchet MS", "Courier New", Courier, "Times New Roman";
	font-size: 16px;
	font-weight: bolder;
	color: #812017;
}
.tit3 {
	font-family: "Trebuchet MS", "Courier New", Courier, "Times New Roman";
	font-size: 12px;
	font-weight: bolder;
	color: #812017;
}
.bot {
	font-family: "Trebuchet MS", "Courier New", Courier, "Times New Roman";
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #812017;
}
.fotoRound {
	border-radius: 10px 10px;
}

