/* テキストのスライド */
.slider{
	margin:0 0 0 20px;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	font-size:14px;
	}

.slider ul{
	margin:10px;
	}	
	
.slider li{ 
	width:758px;
	height:150px;
	display:block;
	overflow:hidden;
	}
	
.slider li p{ 
	width:740px;
	margin:5px;
	}

.slider li p.page2{ 
	width:740px;
	margin:5px 5px 5px 10px;
	}
			
/* テキスト下の数字ボタン */
ol#controls{
	float:right;
	margin:5px 10px 0 0;
	padding:0;
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:20px;
	line-height:20px;
	}
ol#controls li a{
	float:left;
	height:20px;
	line-height:20px;
	border:1px solid #ccc;
	background:#FFF;
	color:#8A7594;
	padding:0 10px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:#8A7594;
	color:#fff;
	font-weight:bold;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}




/* 写真 */
ul.dyeing-photo{
	margin:20px 0 0 70px;
	padding:0;
	}
	
ul.dyeing-photo li{
	height:205px;
	
	}

ul.dyeing-photo li.d01{
	width:300px;
	height:205px;
	float:left;
	margin:0 50px 0 0;
	}
	
ul.dyeing-photo li.d02{
	width:300px;
	height:205px;
	float:left;
	margin:0 0 30px 0;
	}
	
ul.dyeing-photo p{
	font-size:12px;
	text-align:right;
	}
	
/* 教室の案内 */
dl#school{
	width:760px;
	margin:0 auto 0;
	padding:20px;
	}
	
dl#school dt{
	width:270px;
	height:120px;
	float:left;
	}

dl#school dd{
	width:470px;
	height:19px;
	float:left;
	padding:5px;
	background:url(../img/border.gif) no-repeat;
	}
	
dl#school dd.pbottom{
	width:470px;
	height:22px;
	float:left;
	padding:5px;
	background:url(../img/border2.gif) no-repeat;
	}
	
dl#school p{
	line-height:22px;
	float:left;
	}
	
dl#school p.outline{
	width:110px;
	margin:0 0 0 10px;
	}