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: 1em;
	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;
}


/* 各ページの設定 */
/* ----------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;
}

/* ----------children---------- */
h1.children{
	text-align: center;
	font-size: 160%;
	padding: 15px 0px 15px 0px;
	border: medium double #aaaaaa;
}
h2.children{
	margin-top: 20px;
	font-size: 110%;
	margin-bottom: 2px;
}
h3.children{
	font-size: 100%;
	margin-bottom: 0px;
}
h4.children{
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
img.children{
	float: right;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 1em;
	border: 1px solid #aaaaaa;
}
table.children{
	width: 500px;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 1em;
}
table.children td{
	border: 1px solid #cccccc;
}
ul.children{
	list-style: none;
}
ul.children li{
	margin-bottom: 2px;
}
ul.children li a{
	color: #0000ff;
	text-decoration: none;
}
ul.children li a:hover{
	color: #ff0000;
	text-decoration: underline;
}
ol.children{
	font-weight: bold;
	color: #0000aa;
	margin-left: 25px;
	padding-left: 0px;
}
ol.children li{
	padding-left: 0px;
	margin-left: 0px;
}
/* ----------class---------- */
h1.class{
	font-size: 120%;
	color: #ff0000;
	margin-bottom: 0px;
	margin-top: 20px;
}
h2.class{
	font-size: 100%;
	margin-bottom: 0px;
}
div#content p.class{
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ----------normal---------- */
h1.normal{
	text-align: center;
	font-size: 160%;
	padding: 15px 0px 15px 0px;
	border: medium double #aaaaaa;
}
div.normal_column{
	width: 580px;
	vertical-align: top;
}
div.normal_left{
	text-align: justify;
	width: 280px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
}
div.normal_right{
	text-align: justify;
	width: 280px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
}
div.normal_left h2{
	font-size: 110%;
	font-weight: normal;
}
div.normal_left h3{
	font-size: 100%;
	background-color: #cceeee;
	margin-bottom: 0px;
}
div.normal_left h3.time{
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0px;
	background-color: white;
}
div.normal_left p{
	margin-top: 0px;
}
div.normal_left table{
	width: 100%;
}
div.normal_left table td{
	font-size: 110%;
	vertical-align: middle;
	padding: 2px 2px 2px 2px;
}
div.normal_right h2{
	font-size: 110%;
	font-weight: normal;
}
div.normal_right h3{
	font-size: 100%;
	background-color: #eeeecc;
	margin-bottom: 0px;
}
div.normal_right h3.time{
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0px;
	background-color: white;
}
div.normal_right p{
	margin-top: 0px;
}

/* ----------other---------- */
h1.other{
	text-align: center;
	font-size: 160%;
	padding: 15px 0px 15px 0px;
	border: medium double #aaaaaa;
}
h2.other{
	font-size: 110%;
	margin-bottom: 2px;
}
div.other_container{
	width: 100%;
}
div.other_left{
	float: left;
	width: 280px;
	text-align: justify;
}
div.other_right{
	float: right;
	width: 280px;
	text-align: justify;
}
div.other_container p{
	margin-top: 0px;
	text-align: justify;
}
div#content p.other_cost{
	background-color: #ffff99;
	padding: 2px 2px 2px 2px;
	margin-top: 1em;
	margin-bottom: 2em;
}

/* ----------senior---------- */
h1.senior{
	text-align: center;
	font-size: 160%;
	padding: 15px 0px 15px 0px;
	border: medium double #aaaaaa;
}
h2.senior{
	font-size: 110%;
	margin-bottom: 2px;
}
h3.senior{
	font-size: 100%;
	margin-bottom: 0px;
}
div.senior_container{
	width: 100%;
}
div.senior_left{
	float: left;
	width: 280px;
	text-align: justify;
}
div.senior_right{
	float: right;
	width: 280px;
	text-align: justify;
}
table.senior{
	width: 100%;
	text-align: left;
	margin-bottom: 1em;
}
table.senior td{
	vertical-align: middle;
}
div.senior_container p{
	margin-top: 0px;
}

/* ----------timetable---------- */
h1.timetable{
	font-size: 180%;
	text-align: center;
}
h2.timetable{
	font-size: 120%;
	margin-bottom: 5px;
	background-color: #eecccc;
}
table.timetable{
	width: 100%;
	font-size: 100%;
	border: 1px solid darkgray;
	margin-bottom: 15px;
}
table.timetable td{
	border: 1px solid darkgray;
	padding: 5px 5px 5px 5px;
}
table.timetable td.t_day{
	font-weight: bold;
	width: 60px;
	text-align: center;
	vertical-align: middle;
}
table.timetable td.t_time{
	font-weight: bold;
	width: 120px;
	text-align: left;
	vertical-align: middle;
}
table.timetable td.t_level{
	font-weight: bold;
	width: 100px;
	text-align: left;
	vertical-align: middle;
}
table.timetable td.t_teacher{
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
table.timetable td.t_nation{
	width: 45px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

/* ----------toeic---------- */
h1.toeic{
	text-align: center;
	font-size: 160%;
	padding: 15px 0px 15px 0px;
	border: medium double #aaaaaa;
}
h2.toeic{
	font-size: 100%;
	margin-bottom: 0px;
}
p.toeic{
	margin-top: 0px;
	text-align: justify;
}
table.toeic{
	width: 500px;
	margin-bottom: 1em;
	margin-left: 30px;
}
table.toeic th{
	font-weight: normal;
	background-color: #ffcccc;
	border: 1px solid #aaaaaa;
	padding: 2px 2px 2px 2px;
}
table.toeic td{
	padding: 2px 2px 2px 2px;
}
img.toeic{
	margin-left: 130px;
}

/* ----------toeic_test---------- */
h1.toeic_test{
	text-align: center;
	font-size: 160%;
	padding: 15px 0px 15px 0px;
	border: medium double #aaaaaa;
}
p.toeic_test{
	text-align: justify;
}
h1.writing { text-align: center; font-size: 160%; padding: 15px 0px 15px 0px; border: medium double #aaaaaa; }
h2.writing { font-size: 110%; margin-bottom: 2px; }
h3.writing { font-size: 100%; margin-bottom: 0px; }


/* ----------exercises---------- */
h1.exercises{
	text-align: center;
	font-size: 160%;
	padding: 15px 0px 15px 0px;
	border: medium double #aaaaaa;
}
p.exercises{
	font-size: 140%;
	text-align: center;
	line-height: 150%;
	font-weight: bold;
}
	
/* ----------english---------- */
h1.english{
	text-align: center;
	font-size: 160%;
	padding: 15px 0px 15px 0px;
	border: medium double #aaaaaa;
}
h2.english{
	width: 180px;
	float: left;
}
h3.english{
	font-size: 100%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3.english a{
	font-weight: bold;
}
p.english_top{
	width: 490px;
	background-color: #669990;
	color: white;
	padding: 5px 5px 5px 5px;
	margin-left: 40px;
	border: medium double white;
	text-align: justify;
}
div.english_container{
	width: 490px;
	margin-left: 45px;
	vertical-align: middle;
}
div.english_contents{
	float: right;
	width: 310px;
	margin-top: 15px;
	margin-bottom: 1em;
}
div.english_sep{
	clear: both;
	margin-right: 30px;
	text-align: right;
}
div.english_contents p{
	margin-top: 0px;
	margin-bottom: 2px;
}

/* ----------proverb---------- */
h1.proverb{
	background-color: #6699cc;
	color: white;
	font-size: 120%;
	text-align: center;
	padding: 10px 5px 10px 5px;
}
h2.proverb{
	font-weight: normal;
	text-align: center;
	color: #336600;
	line-height: 120%;
}
div#content h2.proverb span{
	display: inline;
	line-height: 200%;
	font-size: 70%;
	color: black;
}
h3.proverb{
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0px;
}
img.proverb{
	float: right;
}
hr.proverb{
	clear: both;
	width: 100%;
	background-color: #6699cc;
	border-top: 3px solid #6699cc;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
p.proverb{
	margin-top: 0px;
}

/* ----------proverb_prev---------- */
h1.proverb_prev{
	font-size: 80%;
	font-weight: normal;
	text-align: right;
}
h2.proverb_prev{
	background-color: #6699cc;
	color: white;
	font-size: 120%;
	text-align: center;
	padding: 10px 5px 10px 5px;
}
h3.proverb_prev{
	font-size: 160%;
	font-weight: normal;
	text-align: center;
	color: #336600;
	line-height: 120%;
}
h3.proverb_prev span{
	line-height: 200%;
	font-size: 70%;
	color: black;
}
h4.proverb_prev{
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0px;
}
p.proverb_prev{
	margin-top: 0px;
}
	
/* ----------idiom---------- */
h1.idiom{
	background-color: #ffcc66;
	color: white;
	font-size: 120%;
	text-align: center;
	padding: 10px 5px 10px 5px;
}
h2.idiom{
	font-weight: normal;
	text-align: center;
	color: #336600;
	line-height: 120%;
	background-color: #ffcc66;
}
h3.idiom{
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0px;
}
img.idiom{
	float: left;
}
p.idiom{
	margin-top: 0px;
	clear: both;
}
hr.proverb{
	clear: both;
	width: 100%;
}


/* ----------record---------- */
h1.record{
	text-align: center;
	font-size: 160%;
	padding: 15px 0px 15px 0px;
	border: medium double #aaaaaa;
}
ul.record li{
	color: #003366;
}
ul.record li span{
	color: #cc3300;
}
