/* CSS Document */
#contents h3 {
	font-size:1.5em;
	font-weight:bold;
	color:#F69;
	margin:5px 0;
	width:500px;
	float:left;
}

#contents p {
	font-size:1.2em;
	line-height:150%;
}

#contents p.basho {
	padding-top:5px;
	font-size:1.2em;
	width:400px;
	float:right;
}

#contents p.basho span {
	display:inline-block;
	width:3em;
	text-align:center;
	background:#000;
	color:#FFF;
	margin-right:5px;
	font-size:0.9em;
}

#contents table#yosokai {
	width:800px;
	margin:10px 70px;
	border:1px solid #333;
	border-collapse:collapse;
}

#contents table#yosokai th ,
#contents table#yosokai td {
	border:1px solid #333;
	border-collapse:collapse;
	text-align:center;
	padding:3px 0;
	font-size:1.2em;
	vertical-align:middle;
}

#contents table#yosokai th.sat {
	background:#CCF;
	color:#03C;
}

#contents table#yosokai th.sun {
	background:#FCF;
	color:#F30;
}





