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

#header {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: url(../images/line_bg.png) repeat-x;
}

#headerCompanySite {
	width: auto;
	height: auto;
	position: absolute;
	top: 11px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	left: 1%;
}

#headerComment {
	width: auto;
	height: auto;
	position: absolute;
	top: 11px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	right: 1%;
}

#topImage {
	width: 100%;
	margin: 0 auto;
}

#menuBar {
	width: auto;
	height: 40px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#menuBar a:hover {
	background-color: #550000;
}

#mainWrapper {
	width: 900px;
	height: auto;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 10px 0 10px 0;
}

#mainInner {
	width: auto;
	height: auto;
	margin: 10px 20px 10px 20px;
	background: #FFFFFF;
	text-align: left;
}

#infoInner {
	width: auto;
	height: auto;
	margin: 15px 20px 0px 20px;
	background: #FFFFFF;
	font-size: 9px;
}
	
#copyright {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/line_bg.png) repeat-x;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 30px;
}

#infoInner a:link {
	color: #000000;
	text-decoration: none;
}

#infoInner a:hover {
	text-decoration: underline;
}

#infoInner a:visited {
	color: #000000;
	text-decoration: underline;
}

#infoInner ul {
	margin: 0;
 }

#infoInner li {
	padding: 0 10px 0;
	display: inline;
	border-left: 1px #000000 dotted;
}

