body{
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
}

/* ページ全体のコンテナ */
div#container{
	width: 800px;
	padding: 0px;
	margin: 0px auto;
	background-image: url("./images/column_back.gif");
	background-repeat: repeat-y;
}

/* ヘッダ部分 */
div#header{
	width: 800px;
	height: 100px;
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	font-size: 11pt;
}
div#header_wrap{
	width: 640px;
	float: left;
	margin: 0px;
	padding: 0px;
}
div#header_left{
	float: left;
	width: 160px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	background-image: url("./images/header_left.gif");
	color: #ffffff;
	font-weight: bold;
}
div#header_left p{
	margin-top: 0px;
	padding-top: 25px;
}
div#header_left a{
	color: #ffffff;
	text-decoration: none;
}
div#header_left a:link{
	color: #ffffff;
	text-decoration: none;
}
div#header_left a:visited{
	color: #ffffff;
	text-decoration: none;
}
div#header_left a:hover{
	text-decoration: underline;
}
div#header_center{
	float: right;
	width: 480px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	background-image: url("./images/header_center.gif");
	color: #ffffff;
	font-weight: bold;
}
div#header_center h1{
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
}
div#header_right{
	float: right;
	width: 160px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	background-image: url("./images/header_right.gif");
	color: #ffffff;
	font-weight: bold;
}
div#header_right p{
	margin-top: 0px;
	padding-top: 35px;
}
div#header_right a{
	color: #ffffff;
	text-decoration: none;
}
div#header_right a:link{
	color: #ffffff;
	text-decoration: none;
}
div#header_right a:visited{
	color: #ffffff;
	text-decoration: none;
}
div#header_right a:hover{
	text-decoration: underline;
}

/* メインのコラム枠 */
div#column_container{
	width: 640px;
	float: right;
	padding: 0px;
	margin: 0px;
}

/* メニューコラム */
div#menu_column{
	float: left;
	width: 156px;
	padding: 2px;
}

div#menu_column ul{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
div#menu_column ul li{
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 1em;
}
div#menu_column ul li span a{
	display: block;
	color: #000000;
	background-color: #ebf5ff;
	text-align: left;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-top: double 3px #343e92;
	border-bottom: solid 1px #343e92;
}
div#menu_column ul li span a:link{
	display: block;
	color: #000000;
	background-color: #ebf5ff;
	font-weight: bold;
	text-align: left;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-top: double 3px #343e92;
	border-bottom: solid 1px #343e92;
}
div#menu_column ul li span a:visited{
	display: block;
	color: #000000;
	background-color: #ebf5ff;
	font-weight: bold;
	text-align: left;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-top: double 3px #343e92;
	border-bottom: solid 1px #343e92;
}
div#menu_column ul li span a:hover{
	display: block;
	color: #000000;
	background-color: #ebf5ff;
	text-align: left;
	font-weight: bold;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-top: double 3px #343e92;
	border-bottom: solid 1px #343e92;
}
div#menu_column ul li a{
	text-decoration: none;
	color: #0000ff;
}
div#menu_column ul li a:link{
	text-decoration: none;
	color: #0000ff;
}
div#menu_column ul li a:visited{
	text-decoration: none;
	font-weight: normal;
	color: #0000ff;
}
div#menu_column ul li a:hover{
	font-weight: bold;
}

div#menu_column ul ul{
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
}
div#menu_column ul ul li{
	font-size: 9pt;
	font-weight: normal;
	background-image: url("./images/menu_circle.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 13px;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-top: 3px;
	border-bottom: solid 1px #ffffff;
}

/* トップメニュー部分 */
div#top_menu{
	text-align: center;
	width: 478px;
	margin: 1px 1px;
	padding: 5px 0px 5px 0px;
	background-color: #6f91ac;
}
div#top_menu ul{
	margin: 0px;
	padding: 0px 1px;
}
div#top_menu ul li{
	display: inline;
	color: #ffffff;
	font-weight: bold;
	font-size: 9pt;
	background-color: #6f91ac;
	margin: 0px;
	padding: 0px 7px;
	border-right: solid 1px #ffffff;
}
div#top_menu ul li.no_border{
	border-style: none;
}
div#top_menu a{
	color: #ffffff;
	text-decoration: none;
}
div#top_menu a:link{
	color: #ffffff;
	text-decoration: none;
}
div#top_menu a:visited{
	color: #ffffff;
}
div#top_menu a:hover{
	color: #ffddee;
}


/* メインコラム */
div#main_column{
	float: left;
	width: 480px;
	padding: 0px 0px 1em 0px;
}

/* 動画バナー */
div#movie_banner{
	text-align: center;
	margin-top: 1em;
}
div#movie_banner a img{
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #aaaaaa;
}
div#movie_banner a:visited img{
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #aaaaaa;
}
div#movie_banner a:hover img{
	border-top: 1px dashed #aaaaaa;
	border-right: 1px dashed #aaaaaa;
	border-left: 1px dashed #aaaaaa;
	border-bottom: 1px solid #888888;
}

/* メインコラム-コンテンツ部分 */
div#content{
	padding: 0px 10px;
}
div#content p{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
	text-indent: 1em;
	line-height: 130%;
}
div#content ._11pt{
	font-size: 11pt;
}
div#content h2{
	margin-bottom: 5px;
}
div#content h2 span{
	display: none;
}
h2#top_1{
	background-image: url("./images/h2_english_ogikubo.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 25px;
}
h2#top_2{
	background-image: url("./images/h2_alexander_school.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 25px;
}
h2#top_3{
	background-image: url("./images/h2_free_lesson.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 25px;
}
h2#top_4{
	background-image: url("./images/h2_alexander_characteristics.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 25px;
}
h2#top_5{
	font-size: 110%;
}
div#top_access p{
	text-indent: 0em;
	margin-left: 15px;
	padding-top: 20px;
}
div#top_access img{
	float: right;
	margin-right: 15px;
	vertical-align: middle;
}

div#content div#char_ol{
	text-align: center;
}
div#content div#char_ol ol{
	margin-top: 7px;
	font-size: 11pt;
	text-align: left;
}
div#content div#char_ol ol li{
	margin-left: 55px;
	padding-left: 0px;
	padding-bottom: 2px;
}
div#content div#class_banner{
	text-align: center;
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
}
div#content div#class_banner a img{
	border: none;
	margin-bottom: 2px;
}
div#content div#class_banner a:visited img{
	border: none;
	margin-bottom: 2px;
}
div#content div#class_banner a:hover img{
	border: none;
	margin-bottom: 2px;
}
div#content div.class_banner_left{
	width: 230px;
	text-align: center;
	float: left;
	margin-bottom: 1em;
}
div#content div.class_banner_right{
	width: 230px;
	text-align: center;
	float: right;
	margin-bottom: 1em;
}

/* 右コラム */
div#right_column{
	float: right;
	width: 156px;
	padding: 2px;
}
div#right_column h2{
	font-size: 100%;
	color: #0000aa;
}

div.right_box{
	margin: 5px;
	padding: 5px;
	background-color: #ffffff;
}
.right_box h2{
	color: #0000aa;
	margin-top: 15px;
}
div.right_box_new{
	margin: 5px;
	padding: 5px;
	background-color: #ffffff;
}

div#right_column ul{
	margin-left: 5px;
	margin-top: 5px;
	padding-left: 15px;
}

.right_box_new h2{
	color: #0000aa;
	margin-top: 15px;
}

/* フッタ部分 */
div#footer{
	width: 800px;
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
	color: #ffffff;
	font-size: 90%;
	font-weight: bold;
	background-image: url("./images/footer_back.gif");
	background-repeat: repeat-y;
}
div#footer p{
	margin: 0px;
}

/* その他いろいろ */
.invisible{
	display: none;
}
.hr_gray{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #888888;
}