@charset "utf-8";
/* CSS Document */

.frontbox{
	position:relative;
	width:818px;
	height:806px;
	background-image:url(/g/a1.png);
	background-repeat:no-repeat;
	background-position:top righ;
	margin:30px auto 60px auto;

}

#abs-title {
	position:absolute;
	left:300px;
	top:4px;
	width:488px;
	height:129px;
	z-index:1;
}
#abs-mast {
	position:absolute;
	left:316px;
	top:161px;
	width:452px;
	height:35px;
	z-index:2;
	text-align:center;
	font-size:29px;
	color:#701A01;
	padding-top:7px;
}
#abs-body {
	position:absolute;
	left:304px;
	top:270px;
	width:470px;
	height:434px;
	z-index:3;
	overflow:scroll;
}
#abs-crumb {
	position:absolute;
	left:305px;
	top:224px;
	width:471px;
	height:29px;
	z-index:4;
	font-size:14px;
	color:#70838E;
	border-bottom:#CEB093 1px solid;
}
#abs-menu {
	position:absolute;
	left:306px;
	top:721px;
	width:468px;
	height:42px;
	z-index:5;
}
#abs-footer {
	position:absolute;
	left:44px;
	top:818px;
	width:732px;
	height:62px;
	z-index:6;
	text-align:center;
	font-size:13px;
}

.menuItem{
	position:relative;
	float:left;
	width:112px;
	font-size:18px;
	text-align:center;
	margin-left:4px;
	line-height:19px;
}

.menuItem a{
	color:#701A01;
}
