@charset "utf-8";
/* CSS Document */

body {
	background-color: #0C5B94;
	background-image: url(images/shadow2.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	margin: 0px;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	position: relative;
	height: 625px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 0px;
	background-image: url(images/container_bg_a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#Banner {
	position: absolute;
	height: 150px;
	width: 780px;
	left: 200px;
	top: 450px;
}

#Logo {
	height: 150px;
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	overflow: auto;
	position: absolute;
	left: 10px;
	top: 10px;
}
#NaviBlock {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 170px;
}
#Blurp {
	overflow: auto;
	position: absolute;
	left: 200px;
	top: 90px;
	height: 500px;
	width: 700px;
}
#Fykename {
	position: absolute;
	height: 70px;
	width: 700px;
	left: 200px;
	top: 10px;
}

#Printable {
	width: 60px;
	left: 910px;
	top: 10px;
	height: 30px;
	position: absolute;
}

#NaviMenu {
	position: absolute;
	width: 175px;
	left: 1px;
	top: 1px;
	background-image: url(images/menu_bg.jpg);
}
#NaviMenu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#NaviContact {
	position: absolute;
	width: 175px;
	left: 1px;
	top: 290px;
}
