/*
 * schedule_styles v1.0.0
 *  last update 2007/08/06
 * 
 *              written by narushima 
 */


 /*  Elements  */
A:link {
	text-decoration:none;
	color:#003366;	
}

A:visited {
	text-decoration:none;
	color:#003366;	
}

A:active {
	text-decoration:none;
	color:#003366;	
}

A:hover {
	text-decoration:underline;
	color:#003366;	
}

BODY {
	margin:0px;
	background-image: url(../img/back_img.gif);
	
}

IMG{
	border-width:0px;
}

/* -------Table element ----------------*/
TABLE {
	border-width: 0px;
}

TH{
	color:white;
	text-align:center;	
	height:36px;
}

TR.header{
	background-color:#ff6600;
	vertical-align:middle;
	text-align: center;
}

TR.row {
	background-color:#FFCCCC;
	vertical-align:middle;
}

TD{
	color:black;
	padding:6px;
}

TD.name{
	font-size:small;
	text-align:left;
}

TD.phone{
	font-size:small;
	text-align:center;
}

TD.date{
	text-align: center;
}

TD.place{
	text-align:left;
	font-size:small;
}

TD.addr{
	text-align:left;	
}

TD.time{
	text-align:center;
}



/* class */
.special_date{
	color:red;
}
