@charset "UTF-8";

#bannerTop{
    height : 250px;
    background-image : url(../img/top_banner01.png);    
  vertical-align : bottom;
  text-align : center;
}

/* メニューページ デザイン定義 */
#toppage-news h3 {
    margin-bottom: 10px;
    line-height: 16px;
    padding-bottom: 0;
    padding-left: 0;
    font-size : 18px;
}

#toppage-news h3 span.en {
    padding-right: 15px;
    padding-left: 5px;
    font-size: 1.5em;
  background-color : white;
}

#toppage-news h3 span.ja {
    padding-right: 20px;
    padding-left: 5px;
  background-color : white;
}

/*======================================
　　scroll
=======================================*/
.scroll{
  overflow : auto;
  width : 650px;
  height : 152px;
  scrollbar-darkshadow-color: #61331f;
  scrollbar-face-color: #ffffff;
  scrollbar-3dlight-color: #cccccc;
  scrollbar-highlight-color: white;
  scrollbar-arrow-color: #b59c7c;
  scrollbar-shadow-color: #c0c0c0;
  scrollbar-base-color: #dfdfdf;
  scrollbar-track-color: white;
}
.scroll_table th{
  border-bottom-width: 1px;
  border-bottom-style : dashed;
  border-bottom-color: gray;
  vertical-align : top;
  width : 120px;
}
.scroll_table td{
  border-bottom-width: 1px;
  border-bottom-style : dashed;
  border-bottom-color: gray;
  vertical-align : top;
}
.scroll_table{
  width : 600px;
  margin-left : 10px;
  margin-right : 5px;
}
