@import url("reset.css");



*{
	margin:0;
	padding:0;
	font-size:100%;
}

body{
	background:#000;
	text-align:center;
	margin:0;
}

div#page{
	width:700px;
	margin:0 auto;
	text-align:left;
}

a{
	color:#FFCC66;
}
a:hover{
	text-decoration:none;
}



/**********************************************************/
/*  header  */
/**********************************************************/

div#header{
	background:url(../img/common/headerbg.gif) no-repeat;
}
div#header ul{
	zoom:100%;
}
div#header ul li{
	float:left;
	display:block;
}


/**********************************************************/
/*  footer  */
/**********************************************************/

div#footer{
	clear:both;
}



/**********************************************************/
/*  float clear  */
/**********************************************************/

div#page:after,
div#header ul:after{
  content: ".";
  display: block;
		clear: both;
  height: 0;
  visibility: hidden;
}



/**********************************************************/
/*  TOP  */
/**********************************************************/

div#top_left{
	width:420px;
	float:left;
}
div#top_right{
	float:right;
}
div#top_right h2{
	margin-bottom:30px;
}
div#top_right ul li{
	margin-bottom:29px;
}

h3.topic{
	padding:15px 0;
	clear:both;
}
dl.topics{
	margin-bottom:30px;
}
dl.topics dt{
	color:#FFFF00;
	font-weight:bold;
	margin:0 0 5px 0;
}
dl.topics dd{
	color:#fff;
	font-size:77%;
	margin:0 0 20px 10px;
}
dl.topics dt a{
	color:#FFFF00;
}
dl.topics dt a:hover{
	text-decoration:none;
}

p.topicP{
	font-size:12px;
	margin:0 0 15px 5px;
}

/**********************************************************/
/*  PROFILE  */
/**********************************************************/

div#profile{
	background:#FFFFFF;
	padding:20px 40px;
}
div#profile h3{
	font-weight:bold;
}
div#profile p{
	font-size:77%;
	line-height:1.5;
}

table.bio{
	font-family:Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width:600px;
	margin:15px 0 30px 0;
}
table.bio td{
	vertical-align:top;
}
table.bio h2{
	font-size:14px;
	margin-bottom:3px;
}
table.bio h3{
	font-size:12px;
	margin-bottom:3px;
}
table.bio h3 span{
	font-size:12px;
	font-weight:normal;
}
table.bio dl{
	font-size:10px;
	line-height:1.3;
	margin-bottom:10px;
	margin-left:5px;
		/*\*/
		min-height: 1px;
		_height: 1%;
		/* */

		/*\*//*/
		overflow: hidden;
		/**/
}
table.bio dt{
	float:left;
	font-weight:bold;
	clear: both;
 display: inline;
	margin-right: -13em;
	margin-bottom:8px;
	width: 13em;
}
table.bio dd{
	color:#333333;
	margin-left:5em;
	margin-bottom:8px;
}
table.bio dl:after {
     height: 0;
     visibility: hidden;
     content: ".";
     display: block;
     clear: both;
}
table.bio ul{
	font-size:12px;
	color:#333333;
	line-height:1.3;
	list-style:disc;
}
table.bio li{
	margin-left:15px;
	margin-bottom:3px;
}

table.disco{
	font-size:77%;
	margin:0 0 20px 0;
}
table.disco h3{
	font-size:120%;
}
table.disco td {
	padding-right:15px;
}
table.disco td ol{
	margin:15px;
	list-style-type: decimal;
}






/**********************************************************/
/*  SCHOOL  */
/**********************************************************/

div#school{
	background:#000;
	color:#fff;
	padding:20px 30px;
}
div#school p{
	font-size:12px;
	margin-bottom:10px;
}
div#school h2{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}
div#school h3{
	font-szei:14px;
	font-weight:bold;
	color:#FF99CC;
	margin-bottom:12px;
}

div#school h4{
	font-weight:bold;
	font-size:14px;
	color:#FF99CC;
	margin-bottom:7px;
}

div#school h4.tit{
	background:url(../img/school/sc_h4_bg.gif);
	border:1px solid #FF99CC;
	text-align:center;
	margin:15px auto;
	padding:5px;
}

div#school h5{
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}

table.scT01{
	border:1px solid #414141;
	border-collapse: separate;
	border-spacing: 2px;
	font-size:12px;
	width:100%;
}
table.scT01 th,
table.scT01 td{
	padding:10px;
}
table.scT01 th{
	background:url(../img/school/t01_th.gif);
	width:13em;
}
table.scT01 td{
	background:url(../img/school/t01_td.gif);
}
table.scT01 th strong{
	font-size:14px;
	font-weight:bold;
}

ul.sc_bt{
	font-size:12px;	
	margin-bottom:50px;
}
ul.sc_bt li{
	background:url(../img/school/t01_th.gif);
	margin-bottom:2px;
	padding:8px 15px;
}
ul.sc_bt li a{
	margin-left:20px;
}




/**********************************************************/
/*  TOPICS  */
/**********************************************************/

div#topics{
	background:#000;
	color:#fff;
	padding:20px 30px;
}

div#topics p{
	font-size:12px;
	margin-bottom:10px;
	line-height:1.5;
}
div#topics h2{
	border:1px solid #FFCC33;
	background:#26210D;
	color:#FFCC33;
	font-size:16px;
	font-weight:bold;
	margin:20px 0 30px 0;
	padding:8px;
}
div#topics h3{
	border-bottom:1px dotted #FFCC33;
	font-szei:14px;
	font-weight:bold;
	color:#FFCC33;
	margin-bottom:12px;
	padding-bottom:3px;
}

div#topics h3.apolo{
	color:#FF99CC;
}

ul#picture {
list-style-type:none;
margin:10px 0 10px 30px;
padding:0;
}
ul#picture li {
display:inline;
}
img.alignleft {
float:left;
margin:3px 3px 3px 0;
}
ul#picture a img, p.um a img {
border:2px solid #FFFFFF;
}
ul#picture a:hover img, p.um a:hover img {
border:2px solid #FF99CC;
}



/**********************************************************/
/*  CRS  */
/**********************************************************/

div#crs{
	background:#000;
	color:#fff;
	padding:20px 4px;
}
div#crs p{
	font-size:12px;
	margin-bottom:5px;
}
div#crs p.txtb{
	margin-left:10px;
}
div#crs h2{
	border:1px solid #666666;
	margin-bottom:20px;
}
div#crs h3{
	font-weight:bold;
	margin-top:70px;
	margin-bottom:10px;
}
div#crs ul.conList{
	font-size:12px;
}
div#crs ul.conList li{
	list-style:disc;
	margin:0 0 5px 15px;
}

div#crsL{
	width:460px;
	float:left;
}

div#crsR{
	width:230px;
	text-align:center;
	float:right;
}
div#crsR p{
	font-size:10px;
}
div#crsR ul{
	margin-bottom:50px;
}
div#crsR p a{
	font-size:12px;
}




























.red{
	color:red;
}


ul.lesson_place_infomation
{
    list-style-type: square;
    margin-left: 30px;
    font-size: 90%;
}

ul.tabs_navi_list
{
    margin: 0;
    padding: 0;
}

div.tabs_navi
{
    font-size: 9pt;
}

hr.tabs_menu_border
{
    clear: left;
    margin: 0px;
    padding: 0px;
    border-style: none; 
    display:none;
}

/*
 * m1+m2+ ... + m7 = 700px
 */

.m1 a
{ 
    width: 100px;
}
.m2 a
{
    width: 130px;
}
.m3 a
{
    width: 130px;
}
.m4 a
{
    width: 60px;
}
.m5 a
{
    width: 60px;
}
.m6 a
{
    width: 135px;
}
.m7 a
{
    width: 130px;
}

#kizuna_loader
{
    border:0px #fff solid;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 2200px;
}

