@charset "UTF-8";

/* ----------------------------------------------------
作成日: 2009.07.15
最終更新日: 2009.09.28
作成者: AY
最終編集者: AY

national-convention-mainArea.css
---------------------------------------------------- */
#schedule {
	background:url(../../../playguide/national_convention/image/schedule.gif) no-repeat 0 0;
	width:640px;
	height:250px;
}

#schedule dl {
	width:640px;
	height:50px;
}

#schedule dt {
	float:left;
	width:90px;
	height:50px;
	text-indent:-9999px;
	text-decoration:none;
	font-size:0;
	line-height:0;
}
#schedule dd {
	float:left;
	width:160px;/*170*/
	height:34px;/*50*/
	padding:8px 5px;
}
#schedule dd.det {
	float:left;
	width:370px;/*380*/
	height:42px;/*50*/
	padding:4px 5px;
}

