@charset "utf-8";

@import "reset.css";



body{
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}

.main{
	width: 760px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	border-left: solid 1px #888888;
	border-right: solid 1px #888888;
}

.header{
	width:100%;
	height:110px;
	padding-top:15px;
}

.title{
	height:100px;
	width:160px;
	margin-left:10px;
	background-image:url(../img/title.jpg);
	background-repeat:no-repeat;
	float:left;
}

.titleimage{
	height:9px;
	width:600px;
	font-size:10px;
	margin-left:160px;
	padding-top:91px;
	text-align:center;
	background-color: #000000;
}

.titleimage ul{
	margin-left:auto;
	margin-right:auto;
}

.titleimage ul li{
	float:left;
	margin-left:5px;
	margin-right:5px;
	font-size:10px;
}

a:hover.titleimage{
	text-decoration:underline;
}

.menu{
	margin-top:10px;
	margin-bottom:10px;
	height: 40px;
	width:100%;
}

.menu ul{
	margin-left:auto;
	margin-right:auto;
}

.menu ul li{
	float:left;
	margin-left:5px;
	margin-right:5px;
	width:122px;
	height:30px;
	background-color: #444444;
}

.menu ul li div{
	width:100%;
	height:100%;
}

.footer{
	margin-top:20px;
	width:100%;
	height:20px;
	font-size:11px;
	color:#C0C0C0;
}

.catchcopy{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom: 10px;
	width:100%;
	height:50px;
}

.catchcopy_detail{
	font-size:1.6em;
	color:#ffffff;
	filter:dropshadow(color=#808080, offx=10, offy=10, positive=true);
	font-family:"・ｽl・ｽr ・ｽo・ｽ・ｽ・ｽ・ｽ","MS PMincho",serif;
}

.frame{
	font-size:12px;
}


h1{
	font-size:10pt;
	/*display:none;*/
}

h2{
	font-size:10pt;
	/*display:none;*/
}

h3{
	font-size:10pt;
	/*display:none;*/
}

.school_sample{
	width:120px;
	height:120px;
	background-repeat:no-repeat;
	overflow:hidden;
}

.school_top{
	margin-top:10px;
	background-color:#000000;
}

.school_course{
	width:100%;
	height:190px;

	text-align:left;
	margin-left:10px;
	
	position:relative;

}

.course_title{
	
	width:220px;
	height:19px;
	
	margin-bottom:10px;
	
	background-repeat:no-repeat;
	overflow:hidden;
	
	position:absolute;
	top:0px;
	left:0px;

}

.cource_teach{
	position:absolute;
	top:0px;
	left:220px;
}

.cource_detail{
	position:absolute;
	
	height:40px;
	
	line-height:40px;
	
	top:30px;
	left:0px;
}

.course_photo{
	position:absolute;
	top:70px;
	left:0px;
}

.cource_detail2{
	position:absolute;
	
	line-height:150%;
	
	top:190px;
	left:0px;
}

.course_photo2{
	position:absolute;
	top:235px;
	left:0px;
}


.item{
	width:100px;
	height:100px;
}

#course_basic{
	background-image:url(../img/school/school_basic.jpg);
}

#course_cabaret{
	background-image:url(../img/school/school_cabaret.jpg);
}

#course_kimono{
	background-image:url(../img/school/school_kimono.jpg);
}

#course_special{
	background-image:url(../img/school/school_special.jpg);
}

.bar{
	height:18px;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/bar/bar_sc.png);
	border-top:1px solid #888888;
	border-bottom:1px solid #888888;
}

.scool_hr{
	width:100%;
	height:7px;
	
	margin-top:20px;
	margin-bottom:20px;
	
	background-color:#000000;
	background-position:center;
	background-image:url(../img/school/school_hr.jpg);
	background-repeat:no-repeat;
}


