/* eventディレクトリ内のHTMLにのみ適用するローカルスタイル */

/* eventinfo.shtmlに適用するスタイル */
#charter dt{
	font-weight: bold;
	padding: 7px 5px 5px 20px;
	background: #f90 url("square.gif") no-repeat 5px;
}
#charter dd{
	line-height: 30px;
	margin-top: 15px;
}

/* Event Info.の<table>に適用するスタイル */
#detaile th{
	width: 100px;
}
#detaile td{
	width: 500px;
}

/* パンフレット原稿規定の<table>に適用するスタイル */
#panflet th{
	width: 170px;
}
#playernav th{
	width: 100px;
}

/* 最終更新日の表記に適用するスタイル */
.lastupdate{
	font-size: 13px;
	text-align: right;
	margin-right: 5px;
}
