@charset "utf-8";
/* CSS Document */

.menu01 {
	color : #000000;
	margin-top : 15px;
	padding-bottom : 3px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Arial,Helvetica,Sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.menu01 a {
	color : #49221f;
	text-decoration: none;
}
.menu01 a:hover {
	color : #e47617;
	text-decoration:underline;
}

.menu02 {
	color : #ffffff;
	margin-top : 15px;
	padding-bottom : 3px;
	padding-top : 3px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Arial,Helvetica,Sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.menu02 a {
	color : #ffffff;
	text-decoration: none;
}
.menu02 a:hover {
	color : #ffe404;
	text-decoration:underline;
}

.text {
	color : #000000;
	margin-top : 10px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 13px;
	font-family : Arial, Helvetica, Sans-serif;

}
.text a {
	color : #000000;
	font-weight: bold;
	text-decoration: none;

	}
.text a:hover {
	color : #FEA613;
}

.whitetitle {
	color : #ffffff;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 16px;
	font-family : Arial,Helvetica,Sans-serif;
	font-weight: bold;
	text-decoration: none;
}
