@CHARSET "UTF-8";
body {
	background:		#ccc;
	font-family:	Arial;
	font-size:		11pt;
	cursor:			default;
}
a {
	cursor:			pointer;
	color:			#2d6123;
}
img {
	border:			none;
}
#headArea {
	margin:			auto;
	width:			950px;
	height:			200px;
	color:			#fff;
	font-weight:	bold;
}
#headLogo {
	height:			165px;
	width:			240px;
	padding-top:	35px;
	padding-left:	408px;
	background:		url(../images/header.jpg);
	float:			left;
}
#headImage {
	float:			left;
	width:			302px;
}
#headArea .langs {
	margin-bottom:	12px;
	text-align: 	center;
	padding-right: 	30px;
}
#headArea .langs a {
	margin:			0px 12px;
}
#headArea .langs img {
	border:			1px solid #000;
}
#naviArea {
	margin:			auto;
	width:			950px;
	height:			45px;
	background:		url(../images/navi-bg.png);
	overflow:		hidden;
}
#naviArea ul {
	width:			929px;
	margin:			0px;
	margin-left:	11px;
	padding-left:	0px;
	overflow:		hidden;
}
#naviArea li {
	width:			154px;
	list-style:		none;
	float:			left;
	text-align:		center;
	border-right:	1px solid #ccc;
}
#naviArea a {
	color:			#fff;
	font-size:		120%;
	font-weight:	bold;
	text-decoration:none;
	line-height:	34px;
	display:		block;
	letter-spacing:	0.05em;
}
#naviArea a:hover {
	background:		url(../images/navi-hover.png);
}
#naviArea ul li>ul {
	display: 		none;
	position:		absolute;
	width:			230px;
	margin:			-6px 0 0 -10px;
}
#dd_1, #dd_2, #dd_3, #dd_4, #dd_5 {
	display: 		none;
}
#naviArea ul li:hover>ul {
	display: 		block;
}
#naviArea ul li>ul li {
	border:			none;
	width:			230px;
}
#naviArea ul li>ul a {
	padding:		0 15px;
	width:			200px;
	line-height:	23px;
	font-size:		100%;
	font-weight:	normal;
	color:			#000;
	background:		url(../images/dd-body-border.png);
	text-align:		left;
}
#naviArea ul li>ul a:hover {
	background:		url(../images/dd-body-border.png);
	font-weight:	bold;
	color:			#2D6123;
}
#naviArea ul li>ul a span {
	text-decoration:underline;
	font-size:		75%;
}
#naviArea li.last {
	border:			none;
}
#bodyArea {
	margin:			auto;
	padding:		5px 15px;
	width:			920px;
	background:		url(../images/body-bg.png);
}
#bottomArea {
	font-size:		75%;
	margin:			auto;
	width:			910px;
	height:			34px;
	padding:		0 20px;
	background:		url(../images/bottom-bg.png);
	color:			#ccc;
	line-height:	27px;
}
#bottomArea a {
	color:			#ccc;
	text-decoration:none;
	padding:		0 5px;
}
#bottomArea a:hover {
	color:			#fff;
	text-decoration:underline;
}
