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

body, html {
	background-color: #d1d1d1;
	padding-top: 10px;
}

#main {
	width: 800px;
	text-align: center;
	margin: auto;
}

#head {
	width: 800px;
	height: 250px;
}

#head img {
	border: 0;
}

#center {
	background-image: url(./pic/bg.png);
	background-repeat: repeat-y;
	background-position: top;
}

#sidebar {
	width: 200px;
	margin-left: 20px;
	margin-right: 5px;
	float: left;
	text-align: right;
}

ul#navigation {
	margin-top: 40px;
	margin-left: 15px;
	margin-bottom: 40px;
	margin-right: 0;
	padding: 0;
}

ul#navigation li {
	list-style: none;
	margin-top: 0;
	margin-bottom: 1px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

ul#navigation a {
	color: #595858;
	background-color: #c5c5c5;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	width: 185px;
	line-height: 30px;
	padding-right: 20px;
	voice-family: "\"}\""; voice-family: inherit;
	width: 165px;
}
html>ul#navigation a {
	width: 165px;
}
	
ul#navigation a:visited {
	background-color: #c5c5c5;
}

ul#navigation a:hover, ul#navigation a:focus, ul#navigation a:active {
	background-color: #d4d3d2;
}

#content {
	width: 555px;
	_height: 250px;
	min-height: 210px;
	margin-right: 20px;
	float: right;
	padding-left: 20px;
	padding-right: 25px;
	padding-top: 40px;
	padding-bottom: 0;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 500px;
}
html>#content {
	width: 500px;
}

#content h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}

#content h3 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

#content p {
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	line-height: 16px;
}

#content dl {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#content dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

#content dd {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: justify;
}

#content a:link, #content a:visited {
	color: #333333;
	text-indent: underline;
}

#content a:hover, #content a:focus, #content a:active {
	color: black;
	text-indent: underline;
}

#space {
	clear: both;
	width: 800px;
}

#foot {
	width: 800px;
	height: 237px;
	clear: both;
	background-image: url(./pic/foot.png);
	background-position: top;
}