/* 活動予定カレンダー */
#calendar{
	font-size: 90%;
	
}
span.cal-title{
	font-size: 160%;
	color: #0000cc;
	font-type: bold;
}
span.cal-youbi{
	font-size: 130%;
	font-type: bold;
}
span.cal-youbi-sat{
	font-size: 130%;
	font-type: bold;
	color: #0099ff;
}
span.cal-youbi-sun{
	font-size: 130%;
	font-type: bold;
	color: #ff66cc;
}
span.cal-hiduke{
	font-size: 120%;
	font-type: bold;
}
span.cal-hiduke-sat{
	font-size: 120%;
	font-type: bold;
	color: #0099ff;
}
span.cal-hiduke-sun{
	font-size: 120%;
	font-type: bold;
	color: #ff66cc;
}


/* 準備中 */
span.soon{
	color: #cccccc;
	font-size: 130%;
}
	
/* フォントサイズ */
span.f-s{
	font-size: 80%;
}
span.f-ss{
	font-size: 65%;
}
span.f-l{
	font-size: 120%;
}

/* フォントカラー */
span.hot{
	color: red;
}
span.cool{
	color: blue;
}

/*見出し*/
span.hed1{
	color: blue;
	font-type: bold;
}

