@charset "UTF-8";

html,body {
	height: 100%;
	background: url(../img/pix_bg.gif);
}
#header {
	position: relative;
	width: 800px;
	height: 60px;
	margin: 0 auto;
}
#pagebuilding {
	position: relative;
	width: 810px;
	height: 100%;
	background: url(../img/bg_main.jpg) repeat-y;
}
#globalmenu {
	position: relative;
	width: 800px;
	height: 67px;
	margin: 0 auto;
	background: #ffffff url(../img/menu_bg.gif) no-repeat;
}
#globalmenulist {
	position: absolute;
	top: 7px;
	left: 10px;
	width: 780px;
	height: 50px;
	margin: 0 auto;
}
#globalmenulist li {
	float: left;
	height: 50px;
}
#globalmenu li a {
	display: block;
}
#footer {
	position:absolute;
	bottom: 0;
	width: 800px;
	left: 5px;
}
a {
	color: #0261A6;
	text-decoration: none;
}
a:visited {
	color: #4C8EBF;
}
a:hover {
	color: #0261A6;
	text-decoration: underline;
}
strong,em {
	font-weight: bold;
	font-style: normal;
}
hr {
	display: none;
}
h4 {
	font:normal "", Osaka;
	font-size: 1.2em;
	line-height: 2em;
	padding-left: 5px;
}
h5 {
	font:normal "", Osaka;
	font-size: 1em;
	line-height: 2em;
	padding-left: 5px;
}
