@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #133553;
}
a:link {
	color: #887D55;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #887D55;
}
a:hover {
	text-decoration: underline;
	color: #B1A781;
}
a:active {
	text-decoration: none;
	color: #B1A781;
}
.h1 {
	font-size: 20px;
	color: #333333;
	font-weight: 900;
}
.h2 {
	font-size: 13px;
	color: #666666;
	font-weight: bolder;
}
.h3 {
	font-size: 15px;
	color: #666666;
	font-weight: bold;
}
.h4 {
	font-size: 12px;
	color: #A08B65;
	font-weight: bold;
}
.txt-10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7D7D7D;
}



.txt-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D7D7D;
}
.back-00 {
	background-attachment: scroll;
	background-image: url(img/main-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.back-01 {
	background-attachment: scroll;
	background-image: url(img/back-01.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.back-02 {
	background-attachment: scroll;
	background-image: url(img/back-02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
