@charset "utf-8";
#header {
	width: 800px;
	height: 160px;
}
#left {
	width: 600px;
	padding-top: 5px;
	padding-right: 5px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.4em;
	background-color: #fcfcfc;
}
#middle {
	width: 800px;
}
#right {
	width: 190px;
	padding-top: 5px;
	padding-right: 2px;
	float: left;
	font-size: 15px;
	font-style: normal;
	background-color: #E1DADA;
	padding-left: 3px;
	word-spacing: normal;
	letter-spacing: inherit;
	line-height:0.6em;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	background-image: url(image/title_bg.jpg);
	padding-left: 15px;
	border-bottom-style: none;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
	color: #000000;
}

#footer {
	clear: left;
	height: 40px;
	width: 800px;
	background-color: #FFFFFF;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: FFFFFF;
	line-height: normal;
	text-transform: uppercase;
}
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
