@charset "utf-8";

/* ******************************************************************************** */
/*  社団法人周南青年会議所 2009年度 schedule.css                                    */
/*                                                                        08.12.11  */
/* ******************************************************************************** */

/* ================================================================================ */
/*      0.外部CSS読み込み設定                                                       */
/* ================================================================================ */

/* ---- 0.共通 ---- */
@import url("./common.css");


/* ================================================================================ */
/*      6.月間スケジュール                                                          */
/* ================================================================================ */

div#schedule{
	margin: 15px 15px 0px 15px;
	padding: 0;
}
table#schedule-list{
	margin: 10px 0px 30px 0px;
	padding: 0;
	width: 500px;
	line-height: 1.8;
	text-align: left;
	background: #ffffff;
}
table#schedule-list th.date-title{
	margin: 0;
	padding: 0;
	font-size: 15px;
	text-align: center;
	background: #FF9D29;
	border-right: solid 1px #ffffff;
}
table#schedule-list th.day-title{
	margin: 0;
	padding: 0;
	font-size: 15px;
	text-align: center;
	background: #FF9D29;
	border-right: solid 1px #ffffff;
}
table#schedule-list th.events-title{
	margin: 0;
	padding: 0;
	font-size: 15px;
	text-align: center;
	background: #FF9D29;
}
table#schedule-list td.month{
	margin: 0;
	padding: 0;
	width: 500px;
	font-size: 20px;
	font-weight: bold;
}
table#schedule-list td.date{
	margin: 0;
	padding: 0;
	width: 30px;
	font-size: 15px;
	text-align: center;
	border-bottom: dotted 1px #666666;
}
table#schedule-list td.day{
	margin: 0;
	padding: 0;
	width: 30px;
	font-size: 15px;
	text-align: center;
	border-bottom: dotted 1px #666666;
}
table#schedule-list td.events{
	margin: 0;
	padding: 0px 0px 0px 10px;
	font-size: 15px;
	width: 430px;
	border-bottom: dotted 1px #666666;
}