@charset "utf-8";

/* BoxModel Style
---------------------------------------------------- */
body {
	text-align: center;
	background-color: #f8f5ec;
}

.container {
	width: 923px;
	margin: 0 auto;
	text-align: left;
}

.mainArea {
	float: right;
	width: 710px;
	padding-bottom: 80px;
}

#home .mainArea {
	padding-bottom: 30px;
	*padding-bottom: 15px;
}

.topicPath {
	line-height: 40px !important;
}
	

/* header style
---------------------------------------------------- */
.header {
	width: 923px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: 107px;
}

.header .logo {
	position: absolute;
	top: 0;
	left: -2px;
}

.header .mainMenu ul {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-right: 1px;
	background: url(/images/bg_mainMenu.gif) repeat-x right 18px;
}
	
.header .mainMenu li {
	display: inline;
	padding-left: 1px;
}

.header .subMenu {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}


/* footer style
---------------------------------------------------- */
.footer {
	clear: both;
	background: url(/images/bg_footer.gif) repeat-x left top;
	padding: 20px 0 30px;
}

.footer .contents {
	width: 923px;
	margin: 0 auto;
	position: relative;
}

.topLink {
	position: absolute;
	right: 0px;
	top: -51px;
	text-align: right;
}

#home .topLink {
	visibility: hidden;
}

.footer .subMenu {
	float: left;
	width: 150px;
}

.footer .right {
	float: right;
	width: 450px;
}

.footer .right img {
	margin-left: 10px;
}


/* sideArea style
---------------------------------------------------- */
.sideArea {
	float: left;
	width: 178px;
	margin-top: 160px;
	background: url(/images/bg_subMenuB.gif) no-repeat left bottom;
	padding-bottom: 12px;
}

.sideArea .subMenu li {
	margin-bottom: 1px;
}

.sideArea .subMenu li a {
	background: url(/images/bg_subMenu_liM.gif) no-repeat left top;
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
}

.sideArea .subMenu li a span.newIcon {
	display: block;
	background: url(/images/icon_new.gif) no-repeat 110px bottom;
}

.sideArea .subMenu li.top a {
	background: url(/images/bg_subMenu_liT.gif) no-repeat left top;
}

.sideArea .subMenu li.bottom a {
	background: url(/images/bg_subMenu_liB.gif) no-repeat left top;
}


/* /history/gallery.html */
.sideArea .subMenu li.line2 {
}

.sideArea .subMenu li.line2 a {
	background: url(/images/bg_subMenu_liM2.gif) no-repeat left top;
	line-height: 1.4;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	_width: 145px;
	_margin-top: 71px;
}









