/* base css */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "lr SVbN", "Osaka|";
	font-size: 9pt;
	line-height: 1.5em;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,p,ul {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5 {
	font-size: 9pt;
}

.clear {
	clear: both;
}

#wrapper {
	width: 901px;
}

#header {
	width: 901px;
	height: 243px;
	position: relative;
}

#header01 {
	width: 812px;
	height: 243px;
	float: left;
	position: relative;
}

#header02 {
	width: 89px;
	height: 243px;
	float: left;
	position: absolute;
	left: 812px;
	top: 0px;
}

#header02 img {
	width: 89px;
	height: 243px;
}

#title {
	width: 812px;
	height: 178px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 0px;
}

#title img {
	width: 812px;
	height: 178px;
}

#navi {
	width: 812px;
	height: 65px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 178px;
}

#navi table {
	width: 812px;
	height: 65px;
	margin: 0px;
	padding: 0px;
}

/*#container {
	width: 812px;
	height: 100%;
	margin-right: 89px;
	background-image: url(../imgs/bg.gif);
	background-repeat: repeat-y;
}*/

#container {
	overflow: hidden;
	padding-bottom: 0px;
	width: 812px;
	background-image: url(../imgs/bg.gif);
	background-repeat: repeat-y;
}
#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #container {
    height: 1em;
    overflow: visible;
}
/**/


/*#container {
	overflow: hidden;
	padding-bottom: 0px;
	width: 812px;
	margin-right: 89px;
	background-image: url(../imgs/bg.gif);
	background-repeat: repeat-y;
}
#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
/** html #container {
	height: 1em;
    overflow: visible;
}*/
/**/

/*#footer {
	width: 812px;
	margin-right: 89px;
	background-image: url(../imgs/bg.gif);
	background-repeat: repeat-y;
}

#footerInner {
	width: 812px;
	height: 30px;
	background-image: url(../imgs/footerBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}*/

#copyright {
	width: 502px;
	height: 8px;
	padding-top: 10px;
	padding-left: 310px;
}

#copyright p {
	font-size: 8pt;
	color: #666666;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	width: 812px;
	margin-right: 89px;
	padding: 0px;
	margin-top: 0px;
}

#footerInner {
	width: 812px;
	/*height: 100%;*/
}

#footerInner img {
	width: 812px;
	height: 16px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
}

.subMenu {
	width: 812px;
	height: 10px;
	margin-bottom: 5px;
}

.subMenu ul {
	width: 802px;
	list-style-type: none;
	font-size: 9pt;
}

.subMenu li {
	margin-left: 10px;
	float: left;
}

.subMenu a {
	text-decoration: none;
	color: #333333;
}

.subMenu a:hover {
	color: #FD0309;
}

.subMenu span {
	color: #FD0309;
}



