@charset "shift_jis";

/*

	広島市教育センター
	
	Description : トップページ設定

*/

table #waku{
	margin:10px;
	width:90%;
}

#waku td {
	padding:10px;
}

table.apr {
	border:3px dotted #f3c;
}
table.may {
	border:3px dotted #f06;
}
table.june {
	border:3px dotted #f00;
}
table.july {
	border:3px dotted #f90;
}
table.aug {
	border:3px dotted #cc0;
}
table.sep {
	border:3px dotted #6f0;
}
table.oct {
	border:3px dotted #0f6;
}
table.nov {
	border:3px dotted #0c0;
}
table.dec {
	border:3px dotted #0c9;
}
table.jan {
	border:3px dotted #09f;
}
table.feb {
	border:3px dotted #30f;
}
table.mar {
	border:3px dotted #90c;
}

#page {
	float: left;
	width:33%;
}
#page2 {
	float: right;
	width:30%;
	margin:50px 2px;
	padding:5px;
	background-color:#ffd;
	border:1px outset #fc9;
}
#page2 h4 {
	color:#c00;
}
.sumb {
	text-align:bottom;
}

#backnum {

	text-align:right;
}

#backnum ul{
	width:200px;
	height:80px;
	padding:0px;
	margin:0px;
}

li.past{
	float:left;
	background:#fc9;
	padding:10px;
	margin:5px;
	list-style:none;
}