@charset "Shift_JIS";

/* 要素リセット */
body{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 75%;
	font-family: メイリオ, Meiryo, "Times New Roman";
	color: #000000;/* 標準文字色 */
	min-width: 900px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    position : relative;
  text-align : center;
}

#hpb-header{
	width : 960px;
	float: inherit;
	text-align: center;
	clear: both;
}

#hpb-inner{
    width : 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    clear: both;
  text-align : left;
}

#hpb-main{
    width : 960px;
    float: left;
    padding-bottom: 0px;
    text-align: left;
}

padding-left: 10px;{
	padding-right: 10px;
}

#hpb-nav{
	overflow: hidden;
	position: static;
	background-repeat: no-repeat;


  margin-top : 10px;
  padding-top : 15px;
}

/* ナビゲーション */

#hpb-nav ul{
	list-style-type: none;
	text-align: left;
}

#hpb-nav ul:after{
	display: block;
	clear: both;
	visibility: hidden;
}

#hpb-nav li{
	display: inline-block;
	font-size: 20px;
	margin-right : 40px;
	font-family: "Times New Roman";
	border-top-width: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
}

#hpb-nav li a{
    display: block;
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom : 2px;
	border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color : #585858;
	
}
#hpb-nav li a:hover{
	border-bottom-color: #519d19;
}


  text-align : center;
}