/* CSS Document */
@import url(common/style.css);
@import url(common/HEADmenu.css);
@import url(common/SIDEMENU.css);
@import url(common/MAIN.css);

.box{
	width:520px; margin:0px auto;
	text-align:left;
	}
h1{
	width:520px; height:30px;
	background:url(../img/dojo/title.jpg) top no-repeat;
	text-indent:-9999px;
	}
h2{
	height:25px; line-height:25px;
	background:#0055D5;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	text-indent:5px;
	}
.dojo{
	padding-bottom:20px;
	font-size:12px;
	}
.dojo p{
	line-height:2em;
	}
.dojo table{
	border-collapse:collapse;
	width:520px;
	margin-top:5px;
	margin-bottom:5px;
	}
.dojo table th{
	background:#CCCCCC;
	border:1px solid #999999;
	padding:5px;
	font-weight:normal;
	vertical-align:top;
	width:4em;
	font-weight:normal;
	}
.dojo table td{
	border:#999999 1px solid;
	padding:5px;
	vertical-align:top;
	color:#333333;
	}
.dojo table td span{text-decoration:line-through;}

table.schedule{
	border-collapse:collapse;
	margin-bottom:20px;
	margin-top:20px;
	}
table.schedule th,
table.schedule td{
	width:85px;
	padding:5px;
	text-align:center;
	font-weight:normal;
	font-size:12px;
	border:1px solid #000000;
	}
table.schedule th{
	background:#CCCCCC;
	}