@charset "UTF-8";

/* インポート */

@import url("top.css");
@import url("lesson.css");


/* ////////////////////////////////////////////////////////// */
/* サイト内全共通指定用CSS */
/* ////////////////////////////////////////////////////////// */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #E6E6E6;
	font-family: Verdana, Arial , sans-serif;
	color: #646464;
	font-size: 12px;
	line-height: 133%;
	background-image: url(../img/common/bg.gif);
	background-repeat: repeat-x;
}

img {
	border: 0;
}

/* ---------------------------------------------------------------- */
/* text */
/* ---------------------------------------------------------------- */

a:link {
	color: #366FCD;
}
a:visited {
	color: #366FCD;
}
a:active {
	color: #66A3D9;
}
a:hover {
	color: #66A3D9;
}
a.link2:link {
	color: #CE133F;
}
a.link2:visited {
	color: #CE133F;
}
a.link2:active {
	color: #EC496F;
}
a.link2:hover {
	color: #EC496F;
}
.large{
	font-size: 16px;
}
.big{
	font-size: 14px;
}
.small{
	font-size: 10px;
}
.bold{
	font-weight: bold;
}

/* ---------------------------------------------------------------- */
/* contents */
/* ---------------------------------------------------------------- */

#main {
	margin: 0px auto;
	position: relative;
	width: 809px;
	background-image: url(../img/common/bg_contents.gif);
	background-repeat: repeat-y;
}
#main_cntnr {
	margin: 0px auto;
	position: relative;
	width: 764px;
	padding: 15px 0;
}

/* ---------------------------------------------------------------- */
/* footer */
/* ---------------------------------------------------------------- */

#footer {
	margin: 0px auto;
	clear: both;
	position: relative;
	width: 809px;
	height: 86px;
	background-image: url(../img/common/footer.gif);
	background-repeat: no-repeat;
}
#footer div.text1 {
	position: absolute;
	width: 300px;
	top: 23px;
	left: 180px;
}
#footer div.text2 {
	text-align: right;
	position: absolute;
	width: 300px;
	top: 30px;
	left: 490px;
}

/* ---------------------------------------------------------------- */
/* other */
/* ---------------------------------------------------------------- */

.l_pad {
	padding: 5px 0 5px 0;
}
