@charset "utf-8";

/* ******************************************************************************** */
/*  社団法人周南青年会議所 2010年度 schedule.css                                    */
/*                                                                        09.11.24  */
/* ******************************************************************************** */

/* ================================================================================ */
/*      0.外部CSS読み込み設定                                                       */
/* ================================================================================ */

/* ---- 0.共通 ---- */
@import url("./common.css");


/* ================================================================================ */
/*      11-1.月間スケジュール                                                       */
/* ================================================================================ */

/* ---- 配置 ---- */
div#schedule{
}
div.schedule-left{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 230px;
	float: left;
}
div.schedule-right{
	margin: 0px;
	padding: 0px;
	width: 230px;
	float: left;
}

/* ---- テーブル ---- */
table.schedule-table{
	width: 230px;
	line-height: 1.7;
}
table.schedule-table th.th-title{
	width: 230px;
	text-align: center;
	background: #ACD9FF;
}
table.schedule-table th.th-date01_black{
	width: 20px;
	text-align: center;
	vertical-align: top;
	border-bottom: dotted 1px #999999;
}
table.schedule-table th.th-date02_black{
	width: 20px;
	text-align: center;
	vertical-align: top;
	border-bottom: dotted 1px #999999;
}
table.schedule-table th.th-date01_red{
	width: 20px;
	color: #FF3300;
	text-align: center;
	vertical-align: top;
	border-bottom: dotted 1px #999999;
}
table.schedule-table th.th-date02_red{
	width: 20px;
	color: #FF3300;
	text-align: center;
	vertical-align: top;
	border-bottom: dotted 1px #999999;
}
table.schedule-table th.th-date01_blue{
	width: 20px;
	color: #0033FF;
	text-align: center;
	vertical-align: top;
	border-bottom: dotted 1px #999999;
}
table.schedule-table th.th-date02_blue{
	width: 20px;
	color: #0033FF;
	text-align: center;
	vertical-align: top;
	border-bottom: dotted 1px #999999;
}
table.schedule-table td.td-plan{
	width: 190px;
	vertical-align: top;
	border-bottom: dotted 1px #999999;
}
