@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #333333; /* 標準文字色 */
    background-position: top left;
    background-repeat: repeat-x;
    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{
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    padding-bottom: 0;
    background-image : url(image/footerBg_3Cb.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    zoom: 1;
}

#hpb-header{
    width: 900px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
}

#hpb-inner{
    position: relative;
    width: 900px;
    padding-top: 5px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

#hpb-inner:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper{
    width: 675px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: left;
}

* html #hpb-wrapper{
    width: 671px; /* for IE6 */
}

#hpb-title{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
.hpb-layoutset-01 #hpb-title{
    height: 260px;
}

.hpb-layoutset-02 #hpb-title{
    width: 635px;
    padding-top: 10px;
}

#hpb-main{
    width: 635px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
    min-height: 350px;
}

* html #hpb-main{
    /* for IE6 */
    height: 350px;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 20px;
}

.hpb-layoutset-02 #hpb-main{
    padding-top: 5px;
}

#hpb-aside{
    width: 225px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    float: right;
    background-color: #f6f6f6;
}

.hpb-layoutset-01 #hpb-aside{
    margin-top: 20px;
}

#hpb-footer{
    width: 900px;
    clear: both;
    margin-top: 7px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}

#hpb-nav{
    width: 225px;
    overflow: hidden;
    float: right;
    background-image : url(image/sideBg_3Cb.png);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #304496;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
body.hpb-layoutset-01{
    background-image : url(image/bg_3Cb_02.png);
}

body.hpb-layoutset-02{
    background-image : url(image/cBg_3Cb_02.png);
}

/* コンテンツ配置領域 */

/* ナビゲーション */
#hpb-nav ul{
    height: 252px;
    margin-top: 4px;
    margin-right: auto;
    margin-bottom: 3px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
}

#hpb-nav li{
    display: block;
    padding-bottom: 5px;
}


#hpb-nav li a{
    display: block;
    text-align: left;
    height: 37px;
    line-height: 40px;
    overflow: hidden;
}

#hpb-nav li span.en{
    text-transform: capitalize;
    font-size: 11px;
    font-weight: bold;
}

#hpb-nav li span.en{
    color: #666666;
    font-size: 13px;
    padding-left: 35px;
    padding-right: 3px;
}

#hpb-nav li span.ja{
    color: #8B99D9;
}

#hpb-nav a:link{
    text-decoration: none;
    background-image : url(image/menuBg_3Cb_02.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#hpb-nav a:link span.en{
    color: #666666;
}
#hpb-nav a:link span.ja{
    color: #8B99D9;
}

#hpb-nav a:visited{
    text-decoration: none;
    background-image : url(image/menuBg_3Cb_02.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#hpb-nav a:visited span.en{
    color: #666666;
}
#hpb-nav a:visited span.ja{
    color: #8B99D9;
}

#hpb-nav a:hover{
    color: #ffffff;
    text-decoration: none;
    background-image : url(image/menuBg_3Cb_02_on.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#hpb-nav a:hover span.en{
    color: #ffffff;
}
#hpb-nav a:hover span.ja{
    color: #ffffff;
}

#hpb-nav a:active{
    color: #ffffff;
    text-decoration: none;
    background-image : url(image/menuBg_3Cb_02_on.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#hpb-nav a:active span.en{
    color: #ffffff;
}
#hpb-nav a:active span.ja{
    color: #ffffff;
}

/* サブメニュー共通の装飾 */
div.hiddenmenus ul{
   list-style: none; /* リスト先頭の記号を消す */
   margin: 0px;    /* 本来の余白をなくす */
   padding: 0px;   /* 本来の余白をなくす */
   font-size: 90%; /* 文字を小さめにする */
   width: 10em; /* 横幅：10文字分 */
}
div.hiddenmenus li{
   border-width: 0px 1px 1px 1px; /* 左右と下に線を引く */
   border-style: solid; /* 線種：実践 */
   border-color: green; /* 線の色：緑 */
   padding: 0.1em 0.3em; /* 内側の余白：上下に0.1文字分・左右に0.3文字分 */
}
div.hiddenmenus li a{
   text-decoration: none; /* リンクの下線を消す */
}

/* サブメニュー個別の装飾（背景色） */
div#subMenu01 ul{
   background-color: #ccffff; /* 水色 */
}
div#subMenu02 ul{
   background-color: #ffcccc; /* 淡い赤色 */
}

/* サブメニュー個別の装飾（背景色） */
div#subMenu01{
   position:absolute; top: 90px; left: 785px;
}
div#subMenu02{
   position:absolute; top: 174px; left: 785px;
}

/* サブメニュー個別の装飾（最初は隠す）*/
div#subMenu01{
	visibility: hidden;
}
div#subMenu02{
	visibility: hidden;
}


/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
.hpb-layoutset-01 #banner
{
}

.hpb-layoutset-02 #banner{
    padding-top: 20px;
}

.hpb-layoutset-02 #institute-information{
    margin-top: 0px;
}

