@charset "UTF-8";

/* ---------------------------------------------------------------
	* Date : 2008-10
	* File : schedule/css/common.css
--------------------------------------------------------------- */
/*
	*01 base
*/
/*--------------------------------------------------------
	*01 base
----------------------------------------------------------*/

#contents h2 { margin-bottom: 0;}

#contents table {
	width: 685px;
	padding: 3px;
	margin: 10px 0 5px;
	background-color: #fdf5ea;
	border-bottom: 3px double #e3dacd;
	border-top: 3px double #e3dacd;
	border-right: 1px solid #e3dacd;
}

#contents table th {
	width: 86px;
	padding: 8px;
	border-bottom: 1px solid #e3dacd;
	border-left: 1px solid #e3dacd;
	vertical-align: top;
}
#contents table td {
	padding: 5px 10px;
	border-bottom: 1px solid #e3dacd;
	border-left: 1px solid #e3dacd;
	line-height: 1.4em;
}
#contents table td img {margin: 0 0 0 10px;}
#contents table td a {
	background: url(../../resource/img/arrow01.gif) no-repeat left 3px;
	padding: 0 0 0 8px;
	margin-left: 3px;
	line-height: 1.4em;
}
#contents table .bgWh {background-color: #fff;}


#contents table td.game {
	width: 270px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #e3dacd;
	border-left: 1px solid #e3dacd;
}
#contents table td.game span {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding: 1px 2px;
	margin: 0 0 0 10px;
	background-color: #bb515f;
	line-height: 1em;
}
#contents table td.result {
	width: 166px;
	letter-spacing: 0.3em;
}
