*	{
	margin: 0;
}
body {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
h1, h2	{
	font-family: Garamond, Helvetica, sans-serif;
	color: #4f4f4f;
	margin: 10px;
	padding: 0px;
	border-bottom: solid 1px #d1d1d1;
}
h3, h4	{
	font-family: Garamond, Helvetica;
	color: #4f4f4f;
	margin: 10px;
	padding: 0px;	
}
hr	{
	text-align: center;
	color: #d1d1d1;
	width: 70%;
	height: 1px;
}
h4 span	{
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
h1 img	{
	margin-right: 2px;
}
#header	{
	width: 100%;
	height: 120px;
	background: #e8e8e8 url(img/head_bg.jpg);
	height: 120px;
	border-bottom: solid 1px #eee;
}
#mast	{
	position: absolute;
	left: 120px;
	height: 120px;
	width: 760px;
	background: url(img/mast.jpg);
}
#container	{
	position: absolute;
	top: 120px;
	left: 120px;
	background: #f7f8fa;
	width: 760px;
	border-right: solid #eee 1px;
	border-left: solid #eee 1px;
	padding: 0;
}
#main	{
	width: 552px;
	background: #fff;
	border: solid 1px #e3e3e3;
	margin-left: 195px;
	margin-bottom: 8px;
}

#main p	{
	font-size: 12px;
	margin: 10px;
	text-align: justify;
}
.u_construct	{
	margin-top: 40px;
	margin-left: 120px;
	/*border: solid 1px #000;*/
}
#main ul	{
	font-size: 12px;
	margin-left: 40px;
	padding: 0px;
	list-style-type: circle;
}
#main p img	{
	background: #eee;
}
#main a	{
	font-size: 12px;
	border-bottom: solid 1px red;
	color: #000;
	text-decoration: none;
}
.narrate	{
	border-bottom: #eee solid 1px;
	color: #a1a1a1;
}
#pop	{
	background: #f7f8fa;
	border-right: solid #eee 1px;
	border-left: solid #eee 1px;
	padding: 0;
}
#popwrap	{
	margin-left: 6px;
	margin-right: 6px;
}
#popmain	{
	background: #fff;
	border: solid 1px #e3e3e3;
	margin-bottom: 8px;
}
#popmain p	{
	font-size: 12px;
	margin: 10px;
	text-align: justify;
}
#wrap	{
	width: 746px;
	margin-top: 8px;
	margin-left: 6px;
}
#nav	{
	width: 186px;
	background: #fff;
	border: solid 1px #e3e3e3;
	position: absolute;
	top: 8px;
	left: 6px;
}
.img	{
	width: 270px;
}
ul	{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li	{
	background: #f8f8f8;
}
ul a	{
	display: block;
	width: 186px;
	padding-left: 5px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	border-bottom: #d1d1d1 solid 1px;
	text-decoration: none;
	color: #000;
	background: #f8f8f8;
}
#nav a.sub	{
	display: block;
	width: 174px;
	padding-left: 20px;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	border-bottom: #d1d1d1 solid 1px;
	text-decoration: none;
	color: #000;
	background: #f8f8f8;
}
#nav a:hover	{
	border-bottom: solid 1px red;
	background: #fff;
	font-weight: bold;
}
#nav a.selected	{
	background: #fff;
	font-weight: bold;
	border-bottom: solid 1px red;
}
#nav a.sub_sel	{
	background: #fff;
	font-weight: bold;
	border-bottom: solid 1px red;
	font-size: 12px;
	padding-left: 20px;
}
#footer	{
	width: 760px;
	background: #eee;
	padding-top: 10px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer .copy	{
	font-size: 12px;
	margin-left: 20px;
	letter-spacing: 0.1em;
}
#footer .powered	{
	float: right;
	font-size: 11px;
	margin-right: 5px;
}
.powered a	{
	color: #fff;
	background: #a1a1a1;
	text-decoration: none;
}
