@charset "Shift_JIS";

/* 要素リセット */
body
{
    margin-top: -1px;
    padding : 0px;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #FFFFFF; /* 標準文字色 */
    background-image : url(bg_1Dc.png);
    background-position: top center;
    background-repeat: repeat-y;
  
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body
{
    font-size: 70%;
}
/* end */

img
{
    border-top : 0px none;
    border-right : 0px none;
    border-bottom : 0px none;
    border-left : 0px none;
  padding-left : 0px;
  padding-right : 0px;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container
{
    width : 870px;
    background-image : url(bg_1Dc_01.png);
    background-position: top left;
    background-repeat: repeat-x;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

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

#hpb-header
{
    width: 870px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    margin-bottom: 10px;
    zoom: 1;
    background-color: #383838;
    position: relative;
}

#hpb-inner
{
    width : 870px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    clear: both;
    background-color: #383838;
}

#hpb-inner:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.hpb-layoutset-02 #hpb-wrapper
{
    padding-top: 15px;
    float: left;
}

.hpb-layoutset-01 #hpb-title
{
    height: 260px;
    margin: 0px;
    padding: 0;
}

.hpb-layoutset-02 h2
{
    width : 580px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0.5em;
    margin-left: 20px;
    height : 40px;
    text-align: left;
    overflow: hidden;
    border-left-width: 8px;
    border-left-style: solid;
    border-left-color : rgb(99, 109, 252);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color : rgb(99, 109, 252);
}

.hpb-layoutset-02 h2 span.ja
{
    font-size: 1.15em;
    color: #ffffff;
    padding-right: 15px;
    line-height: 40px;
    padding-left: 18px;
}

h2 span.en
{
    display: none;
}

#hpb-main
{
    width : 600px;
    float: left;
    padding-top : 10px;
    text-align: left;
    margin-left : 5px;
}

* html #hpb-main
{
    width: 600px;
}

.hpb-layoutset-02 #hpb-main
{
    padding-top: 0px;
}

#hpb-aside
{
    width: 200px;
    float: right;
    margin-right: 10px;
  padding-right : 10px;
  padding-left : 10px;
}

.hpb-layoutset-01 #hpb-aside
{
    padding-top: 40px;
    padding-bottom: 50px;
}

.hpb-layoutset-02 #hpb-aside
{
    padding-top: 15px;
    padding-bottom: 50px;
}

#hpb-footer
{
    width: 890px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

#hpb-nav {
	width: 870px;
	height : 40px;
	overflow: hidden;
	position: absolute;
	top: -50px;
	left: 0px;
	background-image: url(menuBg_1Dc_02.png);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom-width : 1px;
	border-bottom-style: solid;
	border-bottom-color : rgb(0, 0, 0);
  border-right-width : 0px;
  border-right-style : none;
  
}

.hpb-layoutset-02 #hpb-nav
{
    width: 870px;
    height: 37px;
    overflow: hidden;
    position: absolute;
    top: -50px;
    left: 0px;
    background-image : url(menuBg_1Dc_02.png);
    background-position: top left;
    background-repeat: repeat-x;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}



/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

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

/* ナビゲーション */
#hpb-nav ul
{
    display: block;
    margin-top: -1px;
    margin-right : 1px;
    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;
  
  color : white;
  height : auto;
  border-right-width : 0px;
  border-right-style : none;
  
}

#hpb-nav ul:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  background-color : white;
}

#hpb-nav li
{
    float: left;
    display: block;
    height : auto;
    overflow: hidden;
}

*:first-child + html #hpb-nav li
{
    display: inline;
}

* html #hpb-nav li
{
    display: inline;
    padding: 0px;
}

#hpb-nav li a
{
    display: inline-block;
    height: 55px;
    overflow: hidden;
    padding-top: 0px;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 12px;
    text-align: center;
    line-height: 37px;
    color : rgb(255, 255, 255);
}


#hpb-nav li span.ja
{
    font-family: Arial,Helvetica,sans-serif;
}
#hpb-nav li span.en
{
    display: none;
}


#hpb-nav a:link
{
    text-decoration: none;
}
#hpb-nav a:visited
{
    text-decoration: none;
}
#hpb-nav a:hover
{
    text-decoration: none;
    background-image : url(munuBg_2.png);
    background-position: top left;
    background-repeat: repeat-x;
  padding-bottom : 0px;
  margin-bottom : 0px;
  color : white;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : white;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : white;
}
#hpb-nav a:active
{
    text-decoration: none;
    background-image : url(menuBg_1Dc_02_on.png);
    background-position: top left;
    background-repeat: repeat-x;
}

/* ヘッダー内パーツ */
#hpb-headerExtra1
{
    width: 300px;
    margin-top: -35px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
    text-align: right;
}

#hpb-headerExtra1 p.tel
{
    /* 電話番号の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1.0em;
    line-height: 1.2;
    text-align: right;
}

#hpb-headerExtra1 p.tel span
{
    /* 電話番号の「TEL」文字設定 */
}

#hpb-headerExtra1 p.address
{
    /* 住所文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1.2;
    text-align: right;
}
