@charset "utf-8";

body {
	background-image: url(images/bg01.jpg);
	background-position: center;
	background-repeat: repeat-x;	
	background-color: #000000;
	}
	
.textMain01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	}	

.textMain02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	}


.textMain03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;	
	color: #8a5e00;
	}

.textMain03 a {
	color: #FF9900;
	text-decoration: none;
	}

.textMain03 a :hover {
	color: #FFCC00;
	text-decoration: none;
	}

	
.textNote01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b1a08;
	line-height: 14px;
	}
	
.textNote01 a {
	color: 	#2b1a08;
	}
	
.textNote01 a:hover {
	color: #006699;
	}

.textTitleLgY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	color: #FFCC00;
	font-weight: bold;
}

.textMainGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CCCCCC;
}

.textNoteY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFCC00;
}


