body {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
td {
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	border: 1;
}
img {
	border: 0px;
}
h1 {  
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
}


/* 疑似クラス ----------------------------------- */
a:link {
	font-size: 12px;
	color: #CCFFFF;
	background-color:transparent;
	text-decoration: underline;
}
a:visited {
	color: #CC6666;
	background-color:transparent;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	background-color:transparent;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	background-color:transparent;
	text-decoration: none;
}
a.nav {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.margin {
	margin-right: 20px;
	margin-left: 20px;
}
.no-repeat {
 background-repeat: no-repeat;
}
.x-repeat {
 background-repeat: repeat-x;
}
/* スケジュール関係 ----------------------------------- */
.titlecolor {color: #33CC00}
.sat {color: #0099CC}
.sun {color: #FF9999; }
.caution {color: #FF0000}
.attention {color: #FF9900}
