/* CSS Document */

div#header {
	zoom: 100%;
	width: 770px;
	height: 80px;
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
}
div#header:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
div#header p{
	float: left;
	height: 32px;
	width: 276px;
	margin: 20px 0px 0px 10px;
}
ul.gnul{
	float: right;
	width: 380px;
	margin: 5px 10px 0px;
	background-image: url(../img/arrow_en3.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.gnul li{
	float: left;
	margin-left: 8px;
	padding-left: 8px;
	font-size: 12px;
	color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
ul.gnul li a{
	color: #666666;
	text-decoration: none;
}
ul.gnul li a:hover{
	color: #660099;
	text-decoration: underline;
}

ul.gnul li.whali{
	border-left-style: none;
	color: #660099;
}

div#contents {
	width: 770px;
	background-image: url(../img/contents_bg.gif);
	background-repeat: repeat-y;
	padding-top: 16px;
}

div#footer {
	height: 30px;
	width: 770px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div#footer p{
	display: none;
}


