body {
	margin: 0px;
	padding: 0px;
	background-image: url(/image/hw3n/ggb.gif);
	background-repeat: repeat;
}
#page{
	width:771px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#top1{
	width:100%;
	height:17px;
	float:left;
}
#menu{
	width:100%;
	height:93px;
	float:left;
}
#top2{
	width:100%;
	height:81px;
	float:left;
}
#top3{
	width:100%;
	height:62px;
	float:left;
}
#top4{
	width:100%;
	height:64px;
	float:left;
}

#main{
	width:100%;
	float:left;
	background-attachment: scroll;
	background-image: url(/image/hw3n/mngb.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#mainsp{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-attachment: scroll;
	background-image: url(/image/hw3n/mtop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainsp2{
	width:100%;
	background-attachment: scroll;
	padding-bottom:10px;
}
#infosp{
	width:94%;
	padding:10px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
}
#dn{
	width:100%;
	height:60px;
	background-attachment: scroll;
	background-image: url(/image/hw3n/dn.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear:both;
	background-color: #FFFFFF;
}
.dninfosp{
  width:80%;
  padding-top:5px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.dnword{
	font-size: 12px;
	color: #49200e;
}
.dnword a:link, .dnword a:visited{
  text-decoration:none;
	font-size: 12px;
	color: #49200e;
}
.dnword a:hover, .dnword a:active{
	text-decoration: underline;
	font-size: 12px;
	color: #e94200;
}