body{
	margin:0px;
}
div.article {
   /*background-color:#A2D29E;*/
   background-image:url("./image/dash.gif");
   background-repeat:repeat-y;
   background-position:left top;
   width:800px;
}
div.head {
	float: left;
	width: 330px;
	height:40px;
}
div.blockb {
   margin-left:330px;
   width:470px;
   height:40px;
   background-image:url("../image/headbk.jpg");
   background-repeat:repeat-y;
}
div.menu {
	clear: both;
	height:23px;
	width:800px;
	background-color:#A2D29E;
	text-align:right;
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid #999999;
}
div.hsmenu {
   float: left;
   width: 161px;/*15%;*/
   /*background-color:#A2D29E;*/
   /*background-color: #F0F0F0;*/
}
div.main {
	background-color:#FFFFFF;
	margin-left: 161px;/*15%;*/
}
div.foot {
	clear: both;
	/*height:20px;*/
	width:800px;
	background-color:#A2D29E;
	text-align:right;
}
div.clear {
   clear: both;
}
table.nl{
	border-collapse: collapse;
}
table.nl td{
	border:1px solid #999999;
	padding:3px;
}
td.md{
	background-color:#EBF0DC;
	text-align:center;
}
td.ct{
	text-align:center;
}
	td.sball{
		background-image:url(./image/ball.gif);
		background-repeat:no-repeat;
		background-position:left center;
		padding-bottom:0px;
		padding-left:17px;
		width:20%;
	}
	td.deptmenu{
		background-color:#CCCCCC;
		text-align:center;
	}
	td.cl{
		background-color:#F0F0F0;
	}
