﻿@charset "UTF-8";
body {
	background: #595239;
}

#wrapper {
	margin: 0;
	background: url(../img/pagebg.jpg) no-repeat center top;
	width: 100%;
	text-align: center;
}


/*header*/
#printHead {
	display: none;
}

#header {
	clear: both;
	margin: 0 auto;
	width: 760px;
}

#header img {
	display: block;
}


/*name*/
#name {
	float: left;
	margin-top: 10px;
	margin-bottom: 124px;
	background: url(../img/logoo.gif) no-repeat left top;
	width: 185px;
	height: 35px;
}

#name a {
	display: block;
	height: 35px;
}

#name a img {
	display: block;
}

#name a:hover {
	background-color:transparent;/*for IE6*/
}

#name a:hover img {
	visibility:hidden;
	opacity:0.0;
	filter: alpha(opacity=00);
}


/*size*/
#size {
	float: right;
	margin-top: 12px;
	width: 310px;
	height: 30px;
	overflow:hidden;
}

#size dt {
	float: left;
	width: 70px;
}

#size dd {
	float: left;
	width: 80px;
}

#size dd#small {
	background: url(../img/smallo.gif) no-repeat left top;
}

#size dd#default {
	background: url(../img/defaulto.gif) no-repeat left top;
}

#size dd#larger {
	background: url(../img/largeo.gif) no-repeat left top;
}

#size dd a{
	display: block;
	height: 30px;
}

#size dd a:hover {
	background-color:transparent;/*for IE6*/
}

#size dd a:hover img {
	visibility:hidden;
	opacity:0.0;
	filter: alpha(opacity=00);
}


/*menu*/
#globalMenu {
	clear: both;
	margin-bottom: 23px;
	width: 760px;
	height: 55px;
}

#globalMenu li#m01 {
	float: left;
	background: url(../img/m01o.gif) no-repeat center center;
	width: 127px;
	height: 55px;
}

#globalMenu li#m02 {
	float: left;
	background: url(../img/m02o.gif) no-repeat center center;
	width: 127px;
	height: 55px;
}

#globalMenu li#m03 {
	float: left;
	background: url(../img/m03o.gif) no-repeat center center;
	width: 126px;
	height: 55px;
}

#globalMenu li#m04 {
	float: left;
	background: url(../img/m04o.gif) no-repeat center center;
	width: 126px;
	height: 55px;
}

#globalMenu li#m05 {
	float: left;
	background: url(../img/m05o.gif) no-repeat center center;
	width: 127px;
	height: 55px;
}

#globalMenu li#m06 {
	float: left;
	background: url(../img/m06o.gif) no-repeat center center;
	width: 127px;
	height: 55px;
}

#globalMenu li a {
	display: block;
	height: 55px;
}

#globalMenu li a img {
	display: block;
}

#globalMenu li a:hover {
	background-color:transparent;/*for IE6*/
}

#globalMenu li a:hover img {
	visibility:hidden;
	opacity:0.0;
	filter: alpha(opacity=00);
}


/*page*/
#page {
	clear: both;
	margin: 0 auto;
	width: 760px;
	min-height: 550px;
	background: #FFFFFF;
	text-align: left;
}

/*topicPath*/
#topicPath {
	clear: both;
	margin-left: 30px;
	margin-bottom: 15px;
	width: 700px;
	height: 26px;
	background: url(../img/topicpath.gif) no-repeat left center;
	font-size: 83%;
	line-height: 1em;
}

#topicPath li {
	float: left;
	display: block;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: url(../img/directory.gif) no-repeat left center;
}

#topicPath li#home {
	background: url(../img/home.gif) no-repeat left center;
}

#topicPath li#active {
	background: url(../img/document.gif) no-repeat left center;
}

/*contents*/
h1 {
	margin-left: 30px;
	margin-top: 10px;
	font-size: 150%;
	font-weight: bold;
}

h1 img {
	display: block;
}

h2 img {
	display: block;
}


/*categoryMap*/
#categoryMap {
	margin-top: 20px;
	margin-left: 30px;
	width: 700px;
}

#categoryMap dt {
	float: left;
	clear: left;
	padding-top: 9px;
	padding-bottom: 7px;
	border-top: 1px solid #dddddd;
	width: 200px;
}

#categoryMap dd {
	float: left;
	width: 495px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #dddddd;
}

#categoryMap dd li {
	float: left;
	margin-right: 12px;
	padding: 4px 8px 4px 16px;
	background: url(../img/icolower.gif) no-repeat left center;
	white-space: nowrap;
	line-height: 1em;
}

#categoryMap dd li.list {
	clear: left;
	padding-left: 18px;
	background: url(../img/icolist.gif) no-repeat left 2px;
}

#categoryMap dd li.solo {
	background: url(../img/icosolo.gif) no-repeat left center;
}

#categoryMap dd li a {
	display: block;
}

#categoryMap dd li a:hover {
	background: #e9e3e3;
}

#categoryMap dd li ul {
	clear: left;
	_width: 430px;
	margin-left: 20px;
	margin-top: 2px;
}

/*contents*/
#contents {
	margin-top: 20px;
	margin-left: 30px;
	width: 700px;
}


#contents h2 {
	clear: both;
	float: none;
	width: 700px;
	margin: 0 auto;
	padding-top: 9px;
	padding-bottom: 7px;
	border-top: 1px solid #dddddd;
}

#contents h3 {
	font-size: 120%;
	font-weight: bold;
	color: #009966;
}

#contents .body {
	clear: both;
	float: right;
	width: 640px;
	padding: 9px;
	font-size: 120%;
}

#contents .body p {
	width: 620px;
	margin-left: 20px;
	margin-bottom: 1em;
}

#contents .body dl {
	width: 620px;
	margin-left: 20px;
	margin-bottom: 1em;
}

#contents dt {
	float: left;
	clear: left;
	width: 10em;
}

#contents dd {
	float: left;
}

/*footer*/
#footer {
	clear: both;
	margin: 0;
	width: 100%;
	background: url(../img/footerbg.jpg) no-repeat center top;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	line-height: 1.6em;
	color: #FFFFFF;
}

#footer address {
	margin: 0 auto;
	width: 760px;
}

#footer #copy {
	margin: 0 auto;
	width: 760px;
	font-size: 84%;
	letter-spacing: 1px;
}

#footer .xl {
	font-size: 140%;
	_font-size: 150%;
}
