@charset "utf-8";

body {
	background-image: url(images/bg01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFF5C8;
	}

.tableMain01 {
	border-collapse: collapse;
	padding: 0px;
	text-shadow: none;
	}

.textMain01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b1a08;
	}
	
.textMain02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2b1a08;	
	}
	
.textBold01 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 22px;
	color: #FDF06E;
	font-weight: bold;
	}
	
.textNote01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2b1a08;
	line-height: 14px;
	}
	
.textNote01 a {
	color: 	#2b1a08;
	}
	
.textNote01 a:hover {
	color: #006699;
	}

.cellLeft01 {
	border-bottom: 1px solid #2b1a08;
	border-right: 1px solid #2b1a08;
	}