
/* ==============================
	タイムテーブル
  ==============================*/
html, body,.all{
	text-align:left;
 	background:none;}

a:link,
a:visited{
	text-decoration:none;}


.box p{
	padding:5px 0 10px 0;}

.timeTable{
	width:auto;
	margin:1px 1px 0 1px;
	border-collapse:collapse;}

th{
	text-indent:0;
	width:auto;
	line-height:1.1;
	padding:3px 5px;
	text-align:center;}
.timeTable td{
	text-align:center;
	width:25px;
	font-weight:bold;
	vertical-align:middle;
	padding:2px 5px;}
#pageTimeTable td a,
#pageTimeTable .timeTable td a:visited{
	display:inline;
	font-weight:bold;}
#pageTimeTable .timeTable td.time{
	text-align:center;
	font-weight:bold;
	width:40px;}

/*================================
	カスタマイズ
================================*/

body	{background:#fff;color:#666;} 		/*ページ全体*/

td		{background:#fff; color:#666;} 		/*タイムテーブル*/
th		{background:#E7DEEF;color:#333;} 	/*項目名*/
td.time	{background:#E7DEEF;color:#333;}	/*時間帯*/

p span,
#pageTimeTable td a,
#pageTimeTable td a:visited{color:#ff0066;}	/*リンク色*/

.timeTable,
th,td{border:1px solid #C5B0D5;}			/*罫線*/
