*{
	margin:0px;
	padding:0px;
}

body {font-size:80%; color: #333333;}

a:link {color: #0044cc;}
a:visited {color: #0099cc;}
a:hover {color: #0044cc;}
a:active {color: #cc0044;}

.shell {
	width:1080px;
	margin:30px auto;
}

.shell_w {
	width:900px;
	margin:auto;
	padding:30px 0px;
}

/*カレンダー内容*/
.sun{text-align: center; background-color: #FFEEEE; color: #555555}
.day{text-align: center; background-color: #EEEEEE; color: #555555}
.sat{text-align: center; background-color: #DDEEFF; color: #555555}
.tod{text-align: center; background-color: #FFF4CC; color: #555555}

.sun_t{text-align: center; background-color: #FFBBBB; color: #FF6666; font-weight: bold;}
.day_t{text-align: center; background-color: #BBBBBB; color: #555555; font-weight: bold;}
.sat_t{text-align: center; background-color: #99CCFF; color: #006699; font-weight: bold;}

.calhead{padding:4px 0px; text-align: center; background-color: #444444; color: #FFFFFF; font-weight: bold;}

/*input.{text-align:center; width:30px;}*/