@charset "utf-8";
/*-------------------------------------------------
  LA PISTA Stylesheet
  * About *
-------------------------------------------------*/
.schedule {
	margin:0 0 0 10px;
}
.schedule h4.month {
	float:left;
	width:150px;
	margin:0 0 0 6px;
}
.schedule ul {
	float:right;
	width:400px;
	margin:8px 12px 10px 0;
}
.schedule ul li {
	float:right;
	padding:0 50px 0 0;
	margin:0 0 0 15px;
}
.schedule ul li.areaW {background:url(/images/about/color_w.gif) no-repeat right;}
.schedule ul li.areaB {background:url(/images/about/color_b.gif) no-repeat right;}

.schedule table {
	clear:both;
	width:559px;
	border-collapse:collapse;
	margin:0 0 20px 0;
}

.schedule table th,
.schedule table td {
	background:#efefef;
	border:1px solid #c7c7c7;
	padding:3px 3px 3px 3px;
	vertical-align:middle;
	/*letter-spacing:-0.01em;*/
}

.schedule table th {
	width:53px;
	font-weight:normal;
	text-align:right;
}
.schedule table td {
	text-align:center;
	width:78px;
}
.schedule table td.bgB {
	background:#96f0ff;
}

.about_graph {
	
	margin-bottom:10px;
}
.about_graph dl {
	width:560px;
	margin-left:10px;
}
.about_graph dt {
	width:125px;
	display:block;
	float:left;
}
.about_graph dd {
	width:435px;
	display:block;
	float:left;
}

