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

/* ページ全体のコンテナ */
div#container{
	width: 800px;
	padding: 0px;
	margin: 0px auto;
	border-right: solid 1px #cccccc;
	background-image: url("./images/column_back_2.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_2.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;
	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;
	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 a{
	text-decoration: none;
	color: #0000ff;
}
div#menu_column ul li a:visited{
	text-decoration: none;
	color: #0000ff;
}
div#menu_column ul li a:link{
	text-decoration: none;
	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: left;
	width: 636px;
	margin: 1px 1px;
	padding: 5px 0px 5px 3px;
	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;
	font-weight: bold;
	text-decoration: none;
}
div#top_menu a:visited{
	color: #ffffff;
}
div#top_menu a:link{
	color: #ffffff;
	text-decoration: none;
}
div#top_menu a:hover{
	color: #ffddee;
}

/* ナビゲーション部分 */
div#navi{
	font-size: 90%;
	color: #888888;
	width: 629px;
	margin: 1px 1px;
	padding-top: 2px;
	padding-left: 10px;
	background-color: #eeeeee;
}
div#navi a:link{color: #888888; text-decoration: none;}
div#navi a:visited{color: #888888; text-decoration: none;}
div#navi a:hover{color: #888888; text-decoration: underline;}


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

/* メインコラム-コンテンツ部分 */
div#content{
	padding: 0px 2em 0px 1em;
}
div#content p{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
	line-height: 130%;
}
div#content ._11pt{
	font-size: 11pt;
}
div#content h2{
	margin-bottom: 5px;
}
div#content h2 span{
	display: none;
}


/* フッタ部分 */
div#footer{
	width: 800px;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-top: 2em;
	margin-bottom: 0px;
	text-align: center;
	color: #ffffff;
	font-size: 90%;
	font-weight: bold;
	background-image: url("./images/footer_back_2.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;
}
td.pink{
	background-color: #ffcccc;
}
td.peach{
	background-color: #ffffcc;
}
td.green{
	background-color: #ccffcc;
}
td.cream{
	background-color: #ffff99;
}


/* 各ページの設定 */
object#alex_movie{
	/* background-image: url("./images/alex_movie.jpg"); */
	background-color: #cccccc;
	background-repeat: no-repeat;
}
/* ----------miscellaneous----------- */
h1.misc{
	text-align: center;
	font-size: 160%;
	padding: 15px 0px 15px 0px;
	border: medium double #aaaaaa;
}
h2.misc{
	font-size: 110%;
	margin-bottom: 2px;
	border-bottom: 2px solid cadetblue;
}
h3.misc{
	font-size: 100%;
	margin-bottom: 0px;
}
dl.misc dt{
	color: black;
	background-color: darkseagreen;
	padding: 1px 2px 1px 2px;
}
dl.misc dd{
	margin-bottom: 1em;
	margin-left: 0em;
	padding: 3px 3px 3px 1em;
	background-color: honeydew;
}
ul.misc li{
	margin-bottom: 5px;
}

/* ----------access---------- */
h1.access{
	font-size: 100%;
	margin-bottom: 10px;
}
h2.access{
	font-weight: bold;
	font-size: 120%;
	color: #ff0000;
	margin-bottom: 0px;
}
h3.access{
	font-size: 100%;
	font-weight: bold;
	color: #003366;
	margin: 5px 0px 0px 0px;
}
ol.access{
	margin-top:5px;
}
table.access{
	margin-right: 1em;
	margin-bottom: 1em;
}
table.access tr,td{
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
div#content p.access{
	margin-top:0px;
	line-height: 110%;
	text-align: justify;
}

/* ----------cost---------- */
h1.cost{
	font-size: 160%;
	text-align: center;
	padding: 15px 0px 15px 0px;
	border: medium double #ffcccc;
}
table.cost{
	font-size: 100%;
	border: 1px solid gray;
}
table.cost td,th{
	border: 1px solid gray;
	vertical-align: middle;
	padding: 1px 1px 1px 1px;
}
th.c_name{
	width: 150px;
	background-color: white;
}
th.c_cost{
	width: 300px;
	background-color: white;
}
th.c_adm{
	background-color: white;
}
/* ----------free_lesson---------- */
h1.free_lesson{
	font-size: 160%;
	text-align: center;
	padding: 15px 0px 15px 0px;
	border: medium double #ffcccc;
}
h2.free_lesson{
	font-weight: bold;
	font-size: 110%;
	color: #ff3333;
	margin-bottom: 0px;
	margin-left: 1em;
}
div#content p.free_lesson{
	margin-left: 1em;
	margin-bottom: 1em;
}

/* ----------join---------- */
h1.join{
	text-align: center;
	font-size: 160%;
	padding: 15px 0px 15px 0px;
	border: medium double #ffcccc;
}
h2.join{
	text-align: right;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 1.5em;
}
div.join_flow{
	background-color: #ffcccc;
}
div.join_flow br{
	clear: both;
}

/* ----------rule---------- */
h1.rule{
	margin-left: 3em;
	font-size: 160%;
}
h2.rule{
	font-size: 100%;
	margin-bottom: 0px;
}
h2.rule_adr{
	font-size: 100%;
	margin-bottom: 0px;
}
h3.rule{
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0.2em;
}
p.rule{
	margin-top: 0px;
	width: 33em;
	text-align: justify;
}

/* ----------students---------- */
h1.students{
	text-align: center;
	font-size: 160%;
	padding: 15px 0px 15px 0px;
	border: medium double #aaaaaa;
}
h2.students{
	font-weight: normal;
	font-size: 100%;
}
div.students_container{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
}
div.students_1_left{
	float: left;
	width: 200px;
	text-align: center;
}
div.students_1_right{
	float: right;
	width: 350px;
	text-align: justify;
	background-color: #ddddee;
	padding: 5px 5px 5px 5px;
}
div.students_2_right{
	float: right;
	width: 350px;
	text-align: justify;
	background-color: #eedddd;
	padding: 5px 5px 5px 5px;
}
div.students_2_left{
	float: left;
	width: 200px;
	text-align: center;
}
div.students_shibata_left{
	float: left;
	width: 200px;
	text-align: center;
}
div.students_shibata_right{
	float: right;
	width: 350px;
	text-align: justify;
	color: #666666;
	background-color: aliceblue;
	border: 1px solid lightsteelblue;
	padding: 5px 5px 5px 5px;
}

/* ----------teacher---------- */
h1.teacher{
	text-align: center;
	font-size: 160%;
	padding: 15px 0px 15px 0px;
	border: medium double #aaaaaa;
}
div.teacher_line{
	width: 100%;
	text-align: center;
	vertical-align: bottom;
}
div.teacher_line div{
	float: left;
	margin-top: 2em;
	vertical-align: middle;
	margin-left: 10px;
}
div.teacher_line img{
	border: solid 1px #000000;
}

/* ----------test---------- */
h1.test{
	font-size: 120%;
	color: #6699cc;
	margin-top: 15px;
}
h2.test{
	margin-top: 2em;
	font-size: 100%;
}
table.level{
	font-size: 100%;
	width: 200px;
	margin-left: 2em;
}
table.level td, th{
	border: none;
	text-align: left;
	padding: 0px 2px 0px 2px;
}

/* ----------welcome--------- */
h1.welcome{
	font-size: 120%;
	color: #cc0000;
}
h2.welcome{
	font-size: 110%;
	margin-bottom: 0px;
color: #cc0000;
	}
h3.welcome{
	font-size: 100%;
	margin-bottom: 0px;
}
p.welcome{
	margin-top: 0px;
}
h2.tokuten{
	color: #cc0000;
	font-size: 100%;
	margin-left: 3em;
	margin-bottom: 5px;
}
ol.tokuten{
	color:#666666; 
 	font-weight:bold;
 	margin-left: 2em;
	padding-left: 3em;
	padding-top: 0em;
	margin-top: 0px;
}