@charset "utf-8";
.textsize {
	font-size: 12px;
	line-height: 18px;
	color: #996600;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.boldred {
	font-weight: bold;
	color: #FF0000;
}

body {
	background-image: url(new_img/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.mainareabg {
	background-image: url(new_img/top_contents_area.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 667px;
	width: 801px;
}

a:link {
	font-size: 10px;
	color: #EBEAE8;
	text-decoration: none;
}
a:visited {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.textcolor {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
}
.red {
	color: #FF0000;
}
.textrec {
	font-size: 12px;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
