@charset "Shift_JIS";
/* ============090825
0.基本設定
1.共通
2.レイアウト
3.頻繁に使うもの
==================== */

/* 0.基本設定 ==================== */
h1,h2,h3,h4,ul,li{
	margin:0;
	padding:0;
}
img{
	border:0;
}

/* 1.共通 ==================== */
li{
	line-height:1.5;
	list-style:none;	
}
.list{
	list-style:none;
	margin-left:-2em;
}
.indent{
	margin-left:1em;
	list-style:none;
}
tt{
	font-weight:bold;
}

/* 2.レイアウト ==================== */
h1{
	background:url(img/09/h1title.jpg) no-repeat scroll 0 0;
	width:500px;
	height:375px;
	margin-bottom:40px;
}
h1 span{
	color:#fff;
	font-size:11px;
	line-height:1.4;
	font-weight:normal;
	width:490px;
	height:100px;
	padding:245px 0 0 10px;
	display:block;
}
h1 strong{
	font-size:14px;
}
h2{
	color:#039;
	font-size:12px;
	font-weight:bold;
	vertical-align:baseline;
	margin-bottom:10px;
	clear:both;
	border-bottom:1px solid #ddd;
}
h2 span{
	color:#666;
	font-size:11px;
	font-weight:normal;
	padding-left:7px;
}
.box-schedule{
	color:#333;
	line-height:1.4;
	margin:20px 0 7px 5px;
}
.box-schedule-ex{
	color:#039;
	font-size:130%;
	font-weight:bold;
	margin-right:1em;
	float:left;
}
.box-schedule p{
	width:400px;
	float:right;
	font-size:10px;
	color:#666;
	margin:0;
}
.box-photo{
	margin-bottom:40px;
}
.box-instructor{
	margin-bottom:30px;
}
.box-instructor-ex{
	width:390px;
	margin:0 0 0 1em;
	float:left;
	color:#333;
}
.box-instructor-ex strong{
	font-size:120%;
	color:#333;
}
.box-instructor-ex span{
	color:#666;
	line-height:1.3;
	display:block;
}
.box-instructor-ex2{
	color:#666;
	line-height:1.3;
	margin:5px 0 0 0;
}
.box-instructor-ex2 strong{
	color:#039;
}
.box-youkou{
	margin:30px 0 30px 0;
}

#picture img{
	float:left;
	margin:0 6px 10px 0;
}



/* 3.頻繁に使うもの ==================== */
.left{
	float:left;
}
.right{
	float:right;
}
.imgleft{
	float:left;
	margin-right:7px;
}
.imgright{
	float:right;
	margin-left:7px;
}
.center{
	margin:0 auto;
	text-align:left;
}
.clear{
	clear:both;
}
.red{
	color:#f00;
}
.clearfix:after{
	content:".";
	height:0px;
	clear:both;
	display:block;
	visibility:hidden;
}
/*IE7用*/
.clearfix{display: inline-block;}
/*以下MacIE5用*/
.clearfix{display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
