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

#wrapper {
	margin: 0;
	background: none;
	width: 100%;
	text-align: center;
}


/*header*/
#printHead {
	width: 680px;
	height: 180px;
	width: 640px;
	height: 170px;
	margin: 0 auto;
	display: block;
}

#printHead img {
	width: 640px;
	height: 163px;
}

#header {
	display: none;
}


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

/*topicPath*/
#topicPath {
	clear: both;
	margin-left: 20px;
	margin-left: 0;
	margin-bottom: 15px;
	width: 680px;
	width: 640px;
	height: 26px;
	background: #ccc;
	font-size: 10px;
	line-height: 1em;
}

#topicPath li {
	float: left;
	display: block;
	margin-left: 20px;
	margin-left: 0;
	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: 20px;
	margin-left: 0;
	margin-top: 10px;
	width:640px;
	overflow:hidden;
	font-size: 150%;
	font-weight: bold;
}

h1 img {
	display: block;
}

h2 img {
	display: block;
}


/*categoryMap*/
#categoryMap {
	margin-top: 20px;
	margin-left: 20px;
	margin-left: 0;
	width: 680px;
	width: 640px;
}

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

#categoryMap dt img {
	width: 95%;
	height: 95%;
}

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

#categoryMap dd li {
	float: left;
	white-space: nowrap;
	line-height: 1em;
	margin-right: 12px;
}

#categoryMap dd li a {
	display: block;
	background: url(../img/arrow.gif) no-repeat left center;
	padding: 4px 8px 4px 8px;
}

#categoryMap dd li a:hover {
	background: #e9e3e3 url(../img/arrow.gif) no-repeat left center;
}

/*clearfix*/
.clearfix {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
	.clearfix{display: inline-block;} /* Hides from IE-mac \*/
	* html .clearfix{height: 1%;}
	.clearfix{display: block;} /* End hide from IE-mac */





/*footer*/
#footer {
	clear: both;
	margin: 0 auto;
	width: 680px;
	width: 640px;
	background: #595239;
	padding: 10px 0;
	font-size: 7px;
	line-height: 1.5em;
	color: #ffffff;
}

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


#footer p#copy {
	margin: 0 auto;
	width: 660px;
	width: 620px;
	letter-spacing: 1px;
}

