@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      base.css
 Adddate:        2010.01.29
 Upddate:        2010.02.02
 Style Info:     トップページ用CSSファイル
----------------------------------------------------------- */

/* -----------------------------------------------------------
　　ヘッダー設定
----------------------------------------------------------- */
/*#header-wrap {
 background: url(../../img/bg_header.gif) no-repeat center top #F4FEF8;
}*/
#header-top {
 width: 960px;
 height: 65px;
 margin: 0 auto;
 text-align: left;
}
#header-top-left {
 width: 424px;
 vertical-align: top;
}
#header-top-right {
 width: 545px;
 text-align: right;
 vertical-align: top;
}
#header-top-left table td.h1 {
 width: 142px;
 padding-top: 9px;
 vertical-align: top;
}
#header-top-left table td.header-liner {
 width: 194px;
 padding-top: 23px;
 text-align: right;
 vertical-align: top;
}
#header-top-left table td.h1 .logo-hakushika {
}
#header-top-left table td.h1 .logo-neo3 {
 padding-left: 12px;
}


#header-top-right table {
 vertical-align: top;
}
#header-top-right table td.header-top-right-l {
 width: 207px;
 padding-right: 5px;
 vertical-align: top;
}
#header-top-right table td.header-top-right-r {
 width: 333px;
 vertical-align: top;
}
table.header-bt {
 width: 276px;
 margin-top: 10px;
}
table.header-bt td {
 width: 87px;
 padding-left: 5px;
}
table.header-submenu {
 margin-top: 6px;
}
table.header-submenu td {
 padding-left: 12px;
}


/* -----------------------------------------------------------
　　グローバルメニュー設定
----------------------------------------------------------- */
#top-globalmenu-wrap {
 position: relative !important;
 position: static;
 z-index: 1;
 height: 37px;
 background: url(../../img/bg_topbody.png) repeat-x left bottom;
}
#top-globalmenu {
 height: 33px;
 background: url(../../img/bg_menu.jpg) repeat-x left top;
}
#top-globalmenu-inner {
 width: 962px;
 margin: 0 auto;
 padding-left: 2px;
 background: url(../../img/bg_menu2.jpg) no-repeat right top;
 text-align: left;
}
#top-globalmenu table {
 width: 960px;
}
#top-globalmenu table td {
 width: 160px;
}
#top-globalmenu table td.top {
 width: 161px;
}
#top-globalmenu table td.end {
 width: 161px;
}

/* -----------------------------------------------------------
　　コンテンツページグローバルメニュー設定
----------------------------------------------------------- */
/*div#globalmenu {
 height: 33px;
 background: url(../../img/bg_menu.jpg) repeat-x left top;
}*/

#cont-globalmenu-wrap {
 width: 962px;
 margin: 0 auto;
 padding-left: 2px;
 background: url(../../img/bg_menu2.jpg) no-repeat right top;
 text-align: left;
}

table#cont-globalmenu {
 width: 960px;
}
table#cont-globalmenu td {
 width: 160px;
}

