@import"base.css";
@charset"Shift_JIS";
body {
background-color:#FFFF99;
}

.title1 {color:#FF3366;}
.title2 {color:#FF3333;}
.day {
	padding:0.3em 16px;
color:#000066;
background-color:#eee;
font-weight:bold;
font-size:100%;
margin: 0.8em 16px;
}

#contents #tue,
#contents #wed,
#contents #thu,
#contents #fri,
#contents #sat,
#contents #sun{
	background-color: #66FFFF;
	width: 600px;
	margin:0.2em 0;
}

#contents #tue p,
#contents #wed p,
#contents #thu p,
#contents #fri p,
#contents #sat p,
#contents #sun p {
margin:1em 16px;
color:#000066;
font-size:100%;
}

h5 {
padding:0.3em 16px;
color:#666;
background-color:#eee;
font-weight:normal;
font-size:100%;
margin: 0.8em 16px;
}

