#schedule_area{
	margin-top: 20px;
}

#schedule_area h2{
	background-image: url('../img/title_schedule.gif');
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 550px;
	height: 30px;
}

#sch_today{
	clear: both;
	margin: 10px 15px 0px 20px;
	color: #555;
}

#sch_gal_area{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#sch_gal{
	background-image: url('../img/sch_back.gif');
	background-repeat: no-repeat;
	width: 92px;
	height: 132px;
}

#sch_gal img{
	margin: 5px 5px 2px 5px;
}

#sch_gal h3{
	text-align: center;
	font-size: 8pt;
	font-weight: normal;
	color: #555;
}

#sch_gal p{
	text-align: center;
	font-size: 8pt;
	color: #F85476;
}


#week_area{
	margin: 40px 0 0 0;
}

#week_area h2{
	background-image: url('../img/title_week.gif');
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 550px;
	height: 30px;
}

#week_area table{
	margin: 10px 0 0 10px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 520px;
	font-size: 12px;
}

#week_area th{
	height: 20px;
	line-height: 20px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: 0px;
	background-color: #eee;
	font-weight: normal;
}

#week_area td a img{
	border: 1px solid #fff;
}

.s_w_p{
border-top: 0px!important; 
border-right: 0px!important; 
border-bottom: 0px!important; 
border-left: 0px!important; 
	background-color: #ccc;
	height: 94px;
	width: 84px;
}

.s_w_n{
height: 30px;
	line-height: 30px;
	border-top: 0px!important;
	border-right: 0px!important;
	border-bottom: 0px!important;
	border-left: 0px!important;
	text-align: left!important;
	text-indent: 10px;
}

#week_area td a{
	text-decoration: none;
	color: #F85476;
}

#week_area td a:hover{
	text-decoration: underline;
	color: #ccc;
}


#week_area td{
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: 0px;
	text-align: center;
}

.sun{	color: #ff0000;}
.sat{	color: #0088FF;}
