@charset "UTF-8";

@import url("common.css");


/* ------------ main contents ------------ */

#listCont {
	width: 560px;
	margin: 10px auto 0;
}

#listCont table {
	width: 560px;
}

#listCont table tr.odd,
#listCont table tr.even
{
	float: none;
}

#listCont table tr.even td {
	background-color: #eee;
}

#listCont table th.day {
	width: 110px;
	padding-right: 4px;
}

#listCont table td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

#listCont table td.day {
	padding-left: 15px;
	background-image: url(../../resource/img_common/icon_arrow1.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size: 77%;
}

#listCont table td.title {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 95%;
}
