﻿#header{
height:50px;
font-size:15px;
margin:0;
top:0;
}

#header table{
width: 100%;
}

#header table td img{
padding-left:13px}

#header table td.txt{
text-align: right;
padding-right: 15px;
}

#header table td.vt{
vertical-align: top;
padding-top: 2px;
}

#header table td.vb{
vertical-align: bottom;
padding-bottom: 2px;
}


#header table td a.headbutton{
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height:40px;
    width:120px;
    vertical-align:middle;
    text-align:center;
    margin: 0;
	margin-right:20px;
    cursor: pointer;
    border: 1px solid #fff;
    overflow: visible;
    text-decoration: none;
    font-weight:bold;
    font-size:15px;
    white-space: nowrap;
    color: #fff;
    background-color: #b7c633;/* 色を変更する場合はこの部分のコードを変えてください */
    text-shadow: 0 1px 0 rgba(0,0,0,.4);
    background-image: linear-gradient(top, rgba(255,255,255,.3),rgba(255,255,255,0));
    transition: background-color .2s ease-out;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5),0 1px 0 rgba(255, 255, 255, .3) inset;

}

 
#header table td a.button:hover{
  background-color: #cadc76;}


