/* ヘッダー部分の設定です */
/* boxサイズはstyle_baseを変更してください */

/***************/
/* h1ｈ2の設定 */
/***************/

#info_bar{
margin:0 0 3px 0;
padding:0;
}

h1,h2{
font-size:12px;
margin:0;
padding:2px 8px 1px 0;
font-weight:normal;
line-height:1.5em;
color:#999999;
text-align:right;
}

/********************/
/* ヘッダーのボタン(http://color.sub.jp/Layout/Sample.html) */
/********************/

#head ul{
list-style:none;
position:relative;
margin:0;
padding:37px 0 0 613px;}

span.alt{display:none;}

#head li{float:left;position:relative;}

#head a {width:60px;height:15px;background-position:0;position:absolute;top:0;}

#menu1 a{background:url(../img/head/top_bt.gif);left:0px;}
#menu2 a{background:url(../img/head/inq_bt.gif);left:60px;}
#menu3 a{background:url(../img/head/com_bt.gif);left:120px;}

#menu1 a:hover{background:url(../img/head/top_bth.gif);left:0px;}
#menu2 a:hover{background:url(../img/head/inq_bth.gif);left:60px;}
#menu3 a:hover{background:url(../img/head/com_bth.gif);left:120px;}
