﻿@import url("_base.css");

/*-----------------------------------------------------------------------------
イベントリスト
-----------------------------------------------------------------------------*/

#right .box2 {
	padding:1px;
	margin:0 0 0 10px;
	border:1px solid #ccc;
	width:550px;
}

#right table.event {
	width:550px;
}

#right table.event td,
#right table.event th {
	padding:1px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#right table.event th {
	width:40px;
	background:#eee;
}

#right table.event td {
	padding-left:5px;
}

