@charset "utf-8";
#header_text {
	background-image: url(../images/top_text_bg.gif);
	background-repeat: repeat-x;
}

#header {
	width: 900px;
	padding-top: 20px;
	padding-bottom: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header_main {
	height: 305px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 1px;
}
#global_navi {
	background-image: url(../images/navi_bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 20px;
}
#main_container {
	width: 900px;
	margin: 0px auto;
	margin-bottom: 40px;
	position: relative;
}
#footer_navi {
	background-image: url(../images/navi_bg.gif);
	background-repeat: repeat-x;
}

#footer {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
#footer #footer_main {
	width: 900px;
	margin: 0px auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
#copy {
	width: 900px;
	margin: 0px auto;
	}
