@charset "Shift_JIS";
html, body {height: 100%;}  /*高さ100%に指定*/
body {
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 1000px;  /*中央配置するボックスの横幅*/
  min-height: 660px;  /*中央配置するボックス縦幅*/
  background-color: #fff;
}
#page {
  margin: -330px 0 0 -500px;  /*縦横の半分をネガティブマージンでずらす*/
  position: absolute;  /*body要素に対して絶対配置*/
  top: 50%;  /*上端を中央に*/
  left: 50%;  /*左端を中央に*/
  width: 1000px;  /*横幅*/
  height: 660px;  /*縦幅*/
  background-color: #fff;
}


#logo {
	height: 97px;
	text-align: center;
}
#okamoto img {
	vertical-align: bottom;
}
#okamoto {
	margin-bottom: 3px;
}
#gNav img {
	vertical-align: bottom;
}
#gNav {
	margin-left: auto;
	border-top: 1px dotted #CBCBCB;
	border-bottom: 1px dotted #CBCBCB;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 913px;
	margin-right: auto;
	padding-left: 83px;
}
#gNav li {
	float: left;
	width: 165px;
	padding-right: 1px;
	background: url(images/nav_border.gif) no-repeat right center;
}
#gNav li.border_non {
	background: url(none);
}
#gNav li img {
	vertical-align: bottom;
}
#footer address {
	text-align: center;
	color: #999999;
	font-size: 83.3%;
	line-height: 23px;
}
#footer {
	clear: both;
}

