@charset "utf-8";



/* =========================================================
”container
========================================================= */
#container {
	width: 857px;
	margin: 0 auto;
	background: #FFF;
	padding: 0px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	bottom: 0px;
}

/* =========================================================
”header
========================================================= */
#header {
	padding: 0px;
	margin: 0px;
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
	height: 103px;
	width: 857px;
	clear: both;
	font-size: 12px;
}
#header img {
	float: left;
	margin: 0px;
	padding: 0px;
}
#header ul {
	margin: 0px;
	padding: 0px 19px 0px 0px;
	LIST-STYLE-TYPE: none;
	text-align: right;
}
#header li {
	DISPLAY: inline;
	BORDER-LEFT: 1px solid #1F4B7A;
	color: #1F4B7A;
	font-weight: bold;
	padding: 0px 3px;
	list-style: none;
	overflow: visible;
	text-align: right;
}

#header li.first {
	BORDER-LEFT-STYLE: none
}
#header a{
	color: #1F4B7A;
}
/* =========================================================
”navi
========================================================= */
#navi {
	padding: 0px;
	margin: 0px;
	height: 34px;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, "Trebuchet MS", "Myriad Web";
	font-size: 13px;
	background-color: #0099FF;

}
#navi a{
	color: #FFFFFF;
	font-weight: bold;
}

#navi UL {
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
	display: inline;
	padding: 0px 0px 0px 30px;
	line-height: 30px;
}
#navi LI {
	DISPLAY: inline;
	BORDER-LEFT: #fff 1px solid;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#navi LI.first {
	BORDER-LEFT-STYLE: none
}


/* =========================================================
”wrapper
========================================================= */
#wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 

	visibility: hidden;
}
#wrapper {
	display: inline-table;
	min-height: 1%;
	display: block;
	background: #FDFCF2 url(../img/wrapper_bg.gif) repeat-y;
	margin: 0px;
	padding: 0px;
	width: 857px;
}
/* Hides from IE-mac \*/
* html div#wrapper { height: 1%; }


/* End hide from IE-mac */
