body {
	font-family:Arial, Verdana;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

/* content */
#root {
	position:absolute;
	top:15px;
	left:50%;
	width:760px;
	height:600px;
	margin-left:-380px;
	z-index:9999;
	
}
#top {
	width:750px;
	height:73px;
	margin:0px;
	margin-bottom:5px;
	padding:5px;
	background-color:#FFFFFF;
	opacity:0.9;
	filter:alpha(opacity = 90);
}
#root #navi {
	height:32px;
	margin-bottom:3px;
	background-color:#FFFFFF;
	opacity:0.95;
	filter:alpha(opacity = 95);
}
#root #navi .button {
	float:left;
}
#root #navi .button a {
	display:block;
	padding:5px;
	padding-top:11px;
	padding-bottom:9px;
	width:98px;
	margin:0px;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration: none;
	text-align:center;
}
#root #navi .active a {
	background-color:#3859a9;
	color:#FFFFFF;
}
#root #navi .button a:hover {
	background-color:#3859a9;
	color:#FFFFFF;
}
#root #content {
	width:720px;
	height:430px;
	background-color:#FFFFFF;
	padding:20px;
}
#root #content #intro {
	width:720px;
	height:310px;
	border:2px solid #EEEEEE;
}
#root #content .text {
	float:left;
	text-align:justify;
	margin-top:10px;
	margin-bottom:25px;
	line-height:17px;
}
#root #content .text h1 {
	font-size:12px;
	color:#000000;
	border-bottom:1px solid #ffba00;
	width:100%;
	padding-bottom:3px;
	margin:0px;
	margin-bottom:10px;
	line-height:15px;
}


