/*--------------------------------------------
*yotei.cssは "yotei.html" に
*読み込まれています
--------------------------------------------*/
body {
	background-color:#ffffff;
	text-align:center;
 }

#schedule {
	width : 600px ;
	float:left;
	margin:10px 0px 10px 0px;
	text-align:left;
	color:#48d1cc;
	padding:0px;
}

/*-----若者UP受講生がつくりましたアイコン用テーブル-----*/

table.tokusetu {
	margin-top : 8px ;
	border : none 0px ;
	width : 600px ;
}

table.tokusetu td {
	border : none 0px ;
	background-color : #ffffff ;
}

/*-----月移動用テーブル-----*/
tr.head {
	background-color :#ffffff;
}


#month {
	margin:0px 0px 20px 20px;
	padding:0px 0px 0px 30px;
	background-color:#ffffff;
}

#month_ago {
	widht:300px;
	margin:0px 0px 20px 20px;
	padding:0px 0px 0px 30px;
	background-color:#ffffff;
}

/*-----ページ下部リンクボタン-----*/
table.box {
	width : 600px ;
	border : none ;
	margin : 0px ;
	background-color:#ffffff;
	float:left;
}

table.box tr {
	widht : 600px ;
	background-color:#ffffff;
}

table.box th {
	widht : 300px ;
	background-color:#ffffff;
	text-align : left ;
}

table.box td {
	widht : 300px ;
	background-color:#ffffff;
	text-align : right ;
}

#boxc {
	margin:20px 0px 50px 230px;
	float:left;
	
}

/*-----講座日程用テーブル-----*/

table.schedule {
	border : solid 2px #000000 ;
	width : 600px ;
}

table.schedule tr {
	background-color :#afeeee;
	color:#000000;

}

table.schedule th {
	background-color :#87ceeb;
	text-align : center ;
}

table.schedule tr.bacation {
	background-color :#ffe4e1;
	color:#ff0000;
	text-align:center;
}

/*--以下を2012.8以前のページのため残す--*/
tr {
	background-color :#afeeee;
	color:#000000;
}
th {
	background-color :#87ceeb;
	text-align : center ;
}

tr.bacation {
	background-color :#ffe4e1;
	color:#ff0000;
	text-align:center;
}

