@charset "utf-8";
body {
	background: url(../images/main_bg.jpg) no-repeat center top #eee9f3;
	font-family: Tahoma, Arial;
	font-size: 13px;
	-webkit-text-size-adjust: none;
}
a {
	
	text-decoration: none;
	color:#3C0564;
}
.clear {
	clear: both;
}
#primary {
	width: 1001px;
	margin: 0px auto;
}
#header {
	height: 180px;
	position: relative;
	margin: 0px 14px;
}
#logo {
	position: absolute;
	top: 40px;
	left: 45px;
}
#resident {
	position: absolute;
	top: 10px;
	right: 0px;
	color: #FFF;
}
#resident > li {
	float: left;
	margin: 0px 4px;
}
#resident > li > a {
	font-size: 12px;
	font-family: Arial;
	color:#FFF;
}
#search_bar {
	position: absolute;
	background: url(../images/search_bar.png);
	width: 228px;
	height: 24px;
	top: 35px;
	right: 0px;
}
#search_bar > input {
	position: absolute;
	border: none;
	background: transparent;
	top: 4px;
	left: 7px;
	width: 190px;
	color: #666666;
	font-size: 12px
}
#search_bar > a {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 2px;
	right: 7px;
}
#navi {
	position: absolute;
	bottom: 4px;
	right: 0px;
	z-index: 50;
}
#navi > li {
	float: left;
	margin-left: 2px;
	position: relative;
}
#navi > li > a {
	width: 160px;
	height: 46px;
	display: table-cell;
	background: url(../images/navi_btn.png) 0px -46px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18px;
	line-height: 1em;
	color:#FFF;
}
#navi > li:hover > a {
	background-position: 0px 0px;
}
#navi > li ul {
	position: absolute;
	top: 46px;
	left: 0px;
	background: #f00087;
	padding-top: 4px;
	min-width:100%;
}
#navi > li ul li {
	border-bottom: 1px solid #FFF;
}
#navi > li ul a {
	position: relative;
	padding: 8px 25px;
	display: block;
	white-space: nowrap;
	color:#FFF;
}
#navi > li ul a:hover {
	background: #b687cb;
}
#navi > li ul a > div {
	position: absolute;
	width: 5px;
	height: 5px;
	background: url(../images/icon.png);
	top: 15px;
	left: 15px;
}

#sitemap_area{
	background:url(../images/sitemap_bg.jpg) center center;		
}

#sitemap {
	width: 960px;
	margin: 0px auto;
}
#sitemap td {
	width:15%;
	padding: 10px;
}
#sitemap tr.first_row {
	border-bottom: 1px solid #7b7472;
}
#sitemap tr.first_row td {
	font-weight: bold;
	color: #484848;
	font-size: 17px;
	padding-bottom: 5px;
	vertical-align: middle;
}
#sitemap a {
	color: #515151;
	font-size: 13px;
	display: block;
	margin: 5px 0px;
}
#sitemap td.space {
	width:1%;
}
#link_area td {
	vertical-align: top;
}
#footer_area {
	background: #3c0564;
}
#footer {
	position: relative;
	width: 1000px;
	height: 80px;
	margin: 0px auto;
	font-size: 12px;
	color: #FFF;
}
#footer > img {
	position: absolute;
	top: 13px;
	left: 0px;
}
#copyright {
	position: absolute;
	bottom: 13px;
	left: 100px;
	font-size: 11px;
}
#footer > ul {
	position: absolute;
	top: 15px;
	right: 5px;
	width: 400px;
}
#footer > ul > li {
	float: left;
	margin-left: 10px;
	font-size: 11px;
}
#footer > ul > li > a {
	text-decoration: underline;
	color:#FFF;
}
