@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%;
	line-height:1.6;
	font-family: 'メイリオ' ,'Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック' , sans-serif,'Osaka' ;
	color: #2f4f4f;/* 標準文字色 */
	min-width: 900px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body {
    font-size: 70%;
}
/* end */

img {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container {

}

#hpb-header {
    background-image: url(../img/header-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: 120px;
}

#hpb-inner {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.hpb-layoutset-02 #hpb-inner {
    padding-top: 3px;
}

.hpb-layoutset-02 #hpb-wrapper {
    width: 690px;
    float: right;
}
.hpb-layoutset-02 #hpb-wrapper-wide {
    width: 800px;
    float: right;
}
.hpb-layoutset-01 #hpb-title {
    height: 235px;
    margin: 0;
    padding: 0;
}

.hpb-layoutset-02 #hpb-title {
}

#hpb-main {
    width: 690px;
    text-align: left;
    float: right;
    min-height: 800px;
}

#hpb-main-wide {
    width: 690px;
    text-align: left;
    float: center;
    min-height: 800px;
}

* html #hpb-main {
    /* for IE6 */
    height: 400px;
}

#hpb-aside {
    width: 180px;
    float: left;
    padding-bottom: 50px;
}

#hpb-footer {
	width: 900px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 10px;
	background-image: url(../img/footer-bg_g.png);
	background-position: center bottom;
	background-repeat: no repeat;
	position: relative;
	background-repeat: no-repeat;
	font-size: 90%;
	line-height: 14px;
	text-align: center;
	vertical-align: -26px;
}

#hpb-nav {
    width: 180px;
    float: left;
    overflow: hidden;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
.hpb-layoutset-01 {
    background-image : url(../img/bg_1A_02_01.png);
    background-position: top left;
    background-repeat: repeat-x;
}

.hpb-layoutset-02 {
    background-image : url(../img/back_p.png);
    background-position: top center;
    background-repeat: repeat-y;
}


/* コンテンツ配置領域 */

/* ナビゲーション */
#hpb-nav h3.hpb-c-index {
    display: block;
    height: 32px;
    background-image : url(../img/contents.png);
    overflow: hidden;
    text-indent: -9999px;
}

#hpb-nav ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
}

#hpb-nav ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#hpb-nav li {
	color: #2f4f4f;
	display: block;
	font-size: 90%;
	line-height: 1.6;
	height: 20px;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
	font-weight: bold;
	background-image : url(../img/content-01.png);
}

#hpb-nav li a {
	display: block;
	height: 23px;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 10px;
}

#hpb-nav li span.en {
    display: none;
}


#hpb-nav a:link {
    background-image : url(../img/mainmenu_1A_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#hpb-nav a:visited {
    background-image : url(../img/mainmenu_1A.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#hpb-nav a:hover {
    background-image : url(../img/mainmenu_1A_01_on.png);
    background-position: left top;
    background-repeat: repeat-x;
}
#hpb-nav a:active {
    background-image : url(../img/mainmenu_1A_01_on.png);
    background-position: left top;
    background-repeat: repeat-x;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/


