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

#left {
	width: 260px !important;
	margin-right: 30px;
}

#right {
	width: 690px !important;
}

#headerLeft {
	border-bottom: 1px solid #B3AEAA;
	height: 90px;
	padding-bottom: 10px;
}

#contentRight {
	padding: 0 240px 40px 0;
}

#headerRight {
	height: 120px;
}

#plant {
	right: 10px;
	top: 510px;
	height: 300px !important;
	width: 280px !important;
}

/* NAVI LVL2 */
#contentLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
 
#contentLeft ul li {
	background: url(../img/navi-lvl2-text.gif) 0% 100% no-repeat;
}

#contentLeft ul li a {
	display: block;
	margin: 1px 0;
	padding: 8px 0 8px 20px;
	background: url(../img/navi-lvl2-plus.gif) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.9em;
}

#contentLeft ul li a:hover, #contentLeft ul li a.active {
	color: #333;
	background: url(../img/cl-bg.png) no-repeat;
}

