@charset "UTF-8";

/***************************************
file Name: style.css
URI: http://www.xxx.xxx/
Description: project rust pages
Version: 1.0
Author: OK Logistic Co.,Ltd.
Author URI: http://www.ok-logi.co.jp/
**********************************/

div#wrapper {
	width: 910px;
	margin: 0 auto;
	height: auto;
	min-height: 100%;
	position: relative;
}
* html body div#wrapper {
	height: 100%;
}

div#index {
	background: url(../img/bg_display_top.jpg) no-repeat center top;
	height: 661px;
}
div#index h1 {
	overflow: auto;
	height: 83px;
	width: 186px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -93px;
}
div#index ul {
	overflow: auto;
	height: 20px;
	width: 900px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 30px;
	margin-left: -450px;
	text-align: center;
}
div#index ul li {
	display: inline;
	font-size: 134%;
	border-left: #81511C 1px solid;
	padding: 0 5px 0 11px;
	font-family: "Courier New", Courier;
}
div#index ul li.border_none {
	border: 0;
}

body > div#footer {
	height: auto;
}
div#footer {
	position: absolute;
	padding: 0;
	bottom: 0px;
	height: 30px;
	left: 0;
	width: 910px;
	text-align: center;
}
div#footer p {
	width: 900px;
	margin: 0 auto;
	height: 30px;
	text-align: center;
	line-height: 20px;
	background: url(../img/bg_footer_bottom.jpg) repeat-x center bottom;
	border: 0;
	padding: 0;
}
