﻿/* CSS Document */

/*■初期設定*/

body{
	background-color:#FFFFFF;/*背景の色*/
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 12px; /* モダンブラウザ */
    *font-size: 80%; /* IE 7 */
    *font: 80%; /* IE 6以下 */
}

body{
	text-align:center;
	}

/*■レイアウトセレクタ*/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}


/*■基本レイアウト*/
#bg{
	width:920px;
	background:url(img/bg_con.jpg) repeat-y;
	text-align:center;
	}
#container{
	width:900px;
	margin:auto;
	text-align:left;
	}
#head{
	width:700px;
	float:left;
	}
#head h1{
	height:10px;
	padding:4px 0 0 0;
	font-size:14px;
	color:#000000;
	font-weight:normal;
	text-indent:10px;
	}
#head h2{
	padding:0 0 0 10px;
	font-weight:normal;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

	}
#head h2 a{
	font-size:48px;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#000000;
	font-weight:normal;
	filter: glow(color=#666666,strength=100);
	}
#head h2 a:hover{
	font-size:48px;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#000000;
	}


#social{
	width:180px;
	float:right;
	margin:20px 10px 0 0;
	}

#social ul.info{
background-color:#f2f2f2;
border:1px dashed #e2e2e2;
padding-bottom:60px;
	width:160px;
	height: 50px;
	padding: 0 7px 4px 0;

	}
#social ul.info li{
	float: left;
	margin:4px 0 0 0;
	list-style: none !important
	}

#head_menu{
	height:42px;
	zoom:100%;
	clear:both;
	}
#head_menu:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#head_menu ul *{
	list-style-type:none;
	display:block;}
#head_menu ul li{
	width:150px;
	height:42px;
	position:relative;
	float:left;
	}
#head_menu ul li a{
	width:150px;
	height:42px;
	text-align:center;
	color:#000000;
	line-height:42px;
	text-decoration:none;
	}
#head_menu ul li a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}
#head_menu ul li.off{
	overflow:hidden;
	width:160px;
	}
#head_menu ul li.off ol.sub{
	left:0px; top:-999px;
	}
#head_menu ul ol.sub{
	position:absolute;
	left:0px; top:42px;
	width:160px;
	border:1px solid #999999;
	text-align:center;
	}
#head_menu ul li.on{
	width:160px;
	}
#head_menu ul>li.on{
	overflow:visible;/*×*/
	}
#head_menu ul ol.sub li{
	width:160px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #999999;
	text-align:center;
	float:none;
	filter:alpha(opacity=85); /*IE*/
	-moz-opacity:0.85; /*FF*/
	}
#head_menu ul ol.sub li a{
	background:none;
	background-color:#FFFFFF;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
	font-size:12px;
	height:30px;
	line-height:30px;
	text-align:center;
	}
#head_menu ul ol.sub li a:hover{
	color:#000000;
	background:none;
	background-color:#FFCC00;
	}

#head_menu ul li.a01 a{ background-image:url(img/menu/a01.jpg) no-repeat;}
#head_menu ul li.a01 a:hover{ background:url(img/menu/a01_on.jpg) no-repeat;}
#head_menu ul li.a02 a{ background:url(img/menu/a02.jpg) no-repeat;}
#head_menu ul li.a02 a:hover{ background:url(img/menu/a02_on.jpg) no-repeat;}
#head_menu ul li.a03 a{ background:url(img/menu/a03.jpg) no-repeat;}
#head_menu ul li.a03 a:hover{ background:url(img/menu/a03_on.jpg) no-repeat;}
#head_menu ul li.a04 a{ background:url(img/menu/a04.jpg) no-repeat;}
#head_menu ul li.a04 a:hover{ background:url(img/menu/a04_on.jpg) no-repeat;}
#head_menu ul li.a05 a{ background:url(img/menu/a05.jpg) no-repeat;}
#head_menu ul li.a05 a:hover{ background:url(img/menu/a05_on.jpg) no-repeat;}



/*メインイメージ*/
#main_image{
	clear:left;
	width:900px;
	padding:0 0 2px 0;
	border:solid #333333;
	border-width:0 0 1px 0 ;
	}
#main_image div#main_img_txt h3{
	}

#contents{
	margin:20px 10px 20px 10px;
	clear:left;
	zoom:100%;
	}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#foot_up{
	background:url(img/line_02.gif) no-repeat bottom;
	clear:both;
	height:32px;
	margin:0 0 0 0;
	}
#foot{
	clear:left;
	background:url(img/bg_foot.gif) no-repeat;
	width:820px;
	height:50px;
	}
#copy{
	line-height:20px;
	font-size:11px;
	text-align:center;
	color:#666666;
	padding:2px;
	}
#copy a{
	color:#666666;
	text-decoration:none;
	}
#copy a:hover{
	color:#666666;
	}

/***トップ***/
#top{}
#top div#top_up{
	zoom:100%;
	margin:0 0 20px 0;
	}
#top div#top_up:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#top div#top_up div#left{
	float:left;
	width:590px;
	margin:0 20px 0 0;
	}
#top div#top_up div#left div#image1{
	margin:0 0 0 100px;
	}
#top div#top_up div#left p{
	margin:4px 0 4px 0;
	line-height:160%;
	font-size:14px;
	}
#top div#top_up div#left p.small{
	margin:4px 0 4px 0;
	line-height:160%;
	font-size:10.5px;
	}
#top div#top_up div#left img.sup{
	margin:20px 0 0 0;
	}
#top div#top_up div#left h1{
	font-size:24px;
	vertical-align:bottom;
	margin:4px 0 4px 12px;
	color:#FF0000;
	}
#top div#top_up div#left h2{
	font-size:18px;
	vertical-align:bottom;
	margin:4px 0 4px 6px;
	text-align:center;
	}
#top div#top_up div#left h3{
	font-size:24px;
	margin:0 0 0 0;
	vertical-align:bottom;
	}

#top div#top_up div#left h4{
	font-size:24px;
	margin:3px 0 0 0;
	color:#1F497D;
	vertical-align:bottom;
	}

#top div#top_up div#left h5{
	font-size:32px;
	font-style:italic;
	line-height:1.0em;
	vertical-align:top;
	margin:12px 0 0 0px;
	color:#000000;
	border:solid #FFCC00;
	text-indent:8px;
	border-width:0 0 0 5px;
	}

#top div#top_up div#left h6{
	font-size:24px;
	margin:3px 0 0 0;
	color:#000000;
	vertical-align:bottom;
	}
#top div#top_up div#left 

div#profile{
	margin:2px 6px 6px 2px; 
	float:left
	}

#top div#top_up div
#left table{
	border-collapse: collapse;
	text-align:center;
	}

#top div#top_up div#left table th{

	background-color: #EAE8DF;

	border: solid 2px;

	padding: 0.2em;
	}


#top div#top_up div#left table td{

	border: solid 1px;

	padding: 0.2em;
	
	text-align:center;
}


#top div#top_up div#left table.1{

	border-collapse: collapse;

	text-align:left;
	}


#top div#top_up div#left table th{

	background-color: #ffe5f2;

	border: solid 1px;

	text-align:center;

	padding: 1em;
	}


#top div#top_up div#left table.1 td{

	border: solid 0px;

	padding: 0.2em;
	}

#top div#top_up div#left div#sp{

	width:200px;
	float:left;
	}


#top div#top_up div#left div#sp2{

	width:400px;

	float:left;
	}



#top div#top_up div#left div#interview img{

	margin:2px 8px 2px 2px;
	}



#top div#top_up div#teacher{

	width:900px;
	margin:0 0 0 0;
	}

#top div#top_up div#teacher h2{
	font-size:22px;
	margin:10px 0 4px 20px;
	vertical-align:bottom;
	}
#top div#top_up div#teacher h3{
	font-size:28px;
	margin:10px 0 4px 20px;
	vertical-align:bottom;
	}
#top div#top_up div#teacher h5{
	font-size:32px;
	line-height:1.0em;
	vertical-align:top;
	margin:12px 0 0 0px;
	color:#000000;
	border:solid #FFCC00;
	text-indent:8px;
	border-width:0 0 0 5px;
	}
#top div#top_up div#teacher div#profile{
	width:420px;
	float:left;
	height:140px;
	margin:2px 6px 6px 2px; 
	border-style:solid;
	border-color:#0000c8;
	}

#top div#top_up div#teacher div#profile img.pic{
	float:left;
	margin:2px 2px 2px 2px; 
	}
#top div#top_up div#teacher div#profile img.profile{
	margin:2px 2px 2px 2px; 
	}


#top div#top_up div#teacher div#profile h1{
	font-size:16px;
	margin:10px 0 0 150px;
	color:#0000c8;
	}

#top div#top_up div#teacher div#profile p{
	font-size:14px;
	margin:10px 6px 0 150px;
	}
#top div#top_up div#teacher div#profile div#detail{
	margin:5px 6px 0 5px;
	}


#top div#top_up div#right{
	float:left;
	width:250px;
	margin:0 0 0 20px;
	}
#top div#top_up div#right h3{
	font-size:12px;
	}

#top div#top_up div#right h4{
	font-size:18px;
	margin:3px 0 3px 0;
	color:#1F497D;
	vertical-align:bottom;
	}

#top div#top_up div#right div#profile{
	width:72px;
	float:left;
	height:72px;
	margin:1px 2px 0px 1px; 
	border-style:solid;
	border-color:#0000c8;
	}

#top div#top_up div#right div#profile img.pic{
	float:left;
	margin:2px 2px 2px 2px; 
	}
#top div#top_up div#right div#profile img.profile{
	margin:2px 2px 2px 2px; 
	}


#top div#top_up div#right div#tweet{
	margin:4px 0 4px 4px;
	}
#top div#top_up div#right div#info{
	background:url(img/top/bg_info.gif) no-repeat;
	width:250px;
	padding:1px 1px 0px 1px;
	}
#top div#top_up div#right div#info div#main{
	overflow:auto;
	width:248px;
	margin:0;
	}
#top div#top_up div#right div#info div#main h3{
	margin:8px 10px 0 10px;
	font-size:100%;
	color:#000000;
	}
#top div#top_up div#right div#info div#main h4{
	margin:8px 10px 0 10px;
	font-size:100%;
	color:#FF9900;
	}
#top div#top_up div#right div#info div#main p{
	margin:4px 10px 0 10px;
	}
#top div#top_up div#right div#info div#bar{
	overflow:auto;
	width:248px;
	text-align:center;
	margin:0;
	}
#top div#top_up div#right div#info div#bar p{
	margin:2px 0 0 2px;
	}

#top div#btm{
	clear:left;
	}
#top div#btm div#bnr_sps{
	}
#top div#btm div#bnr_sps ul{
	list-style-type:none;
	zoom:100%;
 	}
#top div#btm div#bnr_sps ul:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#top div#btm div#bnr_sps ul li{
 float:left;
 margin:0 8px 0 0;
 }
#top div#btm div#bnr_sps ul li a:hover img{
	filter:alpha(opacity=85); /*IE*/
	-moz-opacity:0.85; /*FF*/
	}


@media print{

#container{
	width:820px;
	}
}


div#left dl{
font-size:25px;
color:#009999;
margin:0;
}



div#left dt{
font-size:15px;
color:#000000;
margin:0 0 5px 10px;
}

div#left dd{
font-size: 14px;
color:#333333;
margin:0 0 20px 30px;
}
