@charset "UTF-8";
.box01{
	margin-bottom: 10px;
	padding: 10px;
	border: 2px solid #666;
	float: left;
}

.box02{
	width:320px;
}
.box03{
	margin: 30px 0 0 12px;
	width:310px;
	float: left;
}
	.box03 p{
		margin: 10px 10px;
		color: #39c;
		font-weight: bold;
	}


#tokusyoku{
	margin-bottom:40px;
}
#tokusyoku ul{
	margin-right: 0;
	background-image: url(../image/tokusyoku01.jpg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
	#tokusyoku ul li{
		width: 350px;
		list-style-image: url(../image/icon_maru.png);
		text-align: justify;
		font-size: 85%;
		line-height: 1.5em;
	}

#program{
		font-size: 85%;
		text-align: center;
}
	#program th{
	background-color: #F29B53;
	}
	#program td.pro_time{
		background-color: #BFEAEA;
	}
	#program td.pro_program{
		background-color: #FFEEAC;
	}
	#program td.pro_font_s{
		font-size: 70%;
	}
