@charset "utf-8";

/* ******************************************************************************** */
/*  社団法人周南青年会議所 2010年度 history.css                                     */
/*                                                                        09.11.24  */
/* ******************************************************************************** */

/* ================================================================================ */
/*      0.外部CSS読み込み設定                                                       */
/* ================================================================================ */

/* ---- 0.共通 ---- */
@import url("./common.css");


/* ================================================================================ */
/*      8-1.月間スケジュール                                                        */
/* ================================================================================ */

dl{
	width: 700px;
	margin: 0px;
	padding: 0px;
	line-height: 1.6;
}
dl dt{
	margin: 0px;
	padding: 0px;
	width: 200px;
	border-bottom: dotted 1px #666666;
	float: left;
}
dl dd{
	margin: 0px;
	padding: 0px;
	width: 500px;
	border-bottom: dotted 1px #666666;
	float: left;
}

table.director{
	width: 700px;
	line-height: 1.5;
}
table.director th{
	width: 100px;
}
table.director td{
	padding: 3px;
	width: 250px;
}