@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;
	height: 30px;
	line-height: 30px;
}
.red {
	color: #FF0000;
}
.textrec {
	font-size: 12px;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.course_box {
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	height: 210px;
}

