/*全体*/

* {
	margin: 0px;
	padding: 0px;
	}

body	{
	margin:0px;
	padding:0px;
	text-align:center;
	}

#main	{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:750px;
	}

/*ヘッダ共通*/
	
div.header{
	margin: 10px;
	}
	
div.header a{
	text-decoration: none;
	border-style: none;
	}

div.header img{
	border: 0;
	}

/*ヘッダ左上*/
div.header_top_left{
	float: left;
	width: 620px;
	}

div.header_top_left ul li{
	display: inline;
}

	
/*ヘッダ右上*/
div.header_top_right{
	margin-top: 15px;
	margin-left: 0px;
	float: left;
	width: 95px;
	}

div.header_top_right ul li{
	list-style-type: none;
	}
	
/*ヘッダメインメニュー*/
div.header_mainmenu{
	clear: both;
	padding-top: 5px;
	margin-left: 10px;
	background-image: url(image/subbar.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
div.header_mainmenu ul li{
	display: inline;
	}
	
div.header_mainmenu ul li.now{
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: #ff0000;
	}
	
/*ヘッダサブメニュー 学校案内*/
div.header_submenu1{
	margin-left: 10px;
	}

div.header_submenu1 ul li{
	display: inline;
	float: left;
	}

div.header_submenu1 ul li.now{
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: #ff0000;
	}
	
/*ヘッダサブメニュー イベント*/
div.header_submenu2{
	margin-left: 100px;
	}

div.header_submenu2 ul li{
	display: inline;
	float: left;
	}

div.header_submenu2 ul li.now{
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: #ff0000;
	}
	
/*ヘッダサブメニュー 入試案内*/
div.header_submenu3{
	margin-left: 190px;
	}

div.header_submenu3 ul li{
	display: inline;
	float: left;
	}

div.header_submenu3 ul li.now{
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: #ff0000;
	}
	
/*ヘッダサブメニュー セミナー*/
div.header_submenu4{
	margin-left: 280px;
	}

div.header_submenu4 ul li{
	display: inline;
	float: left;
	}

div.header_submenu4 ul li.now{
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: #ff0000;
	}
	
/*ヘッダ部マウスホバー*/
img.img_hover{
	height: 0px;
	width: 0px;
	}

a:hover{
	background-color: #ffffff;
	}

a:hover img.img_normal{
	height: 0px;
	width: 0px;
	}

a:hover img.img_hover{
	height: 60px;
	width: 60px;
	}

/*メインコンテンツ*/
div.main{
	clear: both;
	margin: 20px 10px;
	width: 715px;
	}

/*タイトル*/
h1{
	margin-bottom: 0.3em;
	font-size: 2em;
	font-weight: bold;
	color: #00008b;
	background-color: #ffffff;
	text-align: left;
	padding: 0.3em;
	margin-left: 50px;
	margin-right: 50px;
	border-bottom-style: double;
	border-bottom-color: #00008b;
	border-bottom-width: 3px;
}

/*サブタイトル*/
h2{
	margin-bottom: 0.3em;
	font-size: 1em;
	font-weight: bold;
	border-style: solid;
	border-width: thin;
	border-color: #00008b;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	padding: 0.3em;
	margin-left: 150px;
	margin-right: 150px;
	border-left-width:8px;
	border-right-width: 8px;
	}

/*メルマガ本文*/
.mail{
	line-height: 130%;
	}

/*テーブル枠あり*/
table.border{
	border-color: #a9a9a9;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	text-align: center;
	margin: 1em;
	}

table.border td{
	border-color: #a9a9a9;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	background-color: #ffffff;
	text-align:left;
	margin-left:1px;
	margin-right:1px;
	}

/*テーブル枠なし*/
table.no{
	border-color: #ffffff;
	border-style: none;
	border-width: 0px;
	border-collapse: collapse;
	}

table.no tr,th,td{
	border-color: #ffffff;
	border-style: none;
	border-width: 0px;
	padding: 0.1em 0.5em;
	background-color: #ffffff;
	text-align:left;
	}

/*テーブル　カラー　枠無し*/
.color{
	border-color: #ffffff;
	border-style: none;
	border-width: 0px;
	border-collapse: collapse;
	background-color: #00008b;
	}

/*テーブルQ&A*/
table.qa{
	border:solid 1px #00008b;
	}
	
.quest{
	background-color: #00008b;
	font-weight: bold;
	color: #ffffff;
	}