@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: "HG正楷書体-PRO";
	color: #2e2e2e;/* 標準文字色 */
	background-color: #ffffdb;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/

html:\66irst-child body{
	font-size: 70%;
}
/* end */

img{
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

#hpb-container{
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-color: rgb(255, 255, 255);
}

#hpb-header{
	height: 83px;
	margin-left: 10px;
}

#hpb-inner{
	position: relative;
	padding-top: 0;
	width: 100%;
}

#hpb-inner:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#hpb-wrapper{
	width: 590px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
	min-height: 500px;
}

* html #hpb-wrapper{
	height: 500px;/* for IE6 */
}

#hpb-title{
	width: 590px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#hpb-main{
	width: 590px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 1.4em;
}

#hpb-aside{
	width: 300px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: right;
	padding-bottom: 20px;
}

#hpb-footer{
	background-image : url(../images/footerbg_5Ac.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-bottom: 20px;
	clear: both;
	position: relative;
}

#hpb-nav{
	width: 300px;
	margin-top: -1px;
	margin-right: 0;
	margin-left: 0;
	float: right;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

/* コンテンツ配置領域 */

/* ナビゲーション */

#hpb-nav ul{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}

#hpb-nav li{
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
	height: 46px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#hpb-nav li a{
	display: block;
	padding-left: 50px;
	height: 46px;
	line-height: 46px;
}

#hpb-nav li span.en{
	padding-top: 7px;
	font-size: 14px;
	font-family: century, serif;
	padding-right: 10px;
	text-transform: uppercase;
}

#hpb-nav li span.ja{
	font-size: 1.8em;
}

#hpb-nav a:link{
	color: #666666;
	text-decoration: none;
	background-image : url(../images/mainmenu_5Ac_02_on.png);
	background-position: center left;
	background-repeat: repeat-y;
}

#hpb-nav a:visited{
	color: #666666;
	text-decoration: none;
	background-image : url(../images/mainmenu_5Ac_02_on.png);
	background-position: center left;
	background-repeat: repeat-y;
}

#hpb-nav a:hover{
	background-image : url(../images/mainmenu_5Ac_02.png);
	background-position: center left;
	background-repeat: repeat-y;
	color: #C8479A;
	text-decoration: none;
}

#hpb-nav a:active{
	background-image : url(../images/mainmenu_5Ac_02.png);
	background-position: center left;
	background-repeat: repeat-y;
	color: #C8479A;
	text-decoration: none;
}
/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/