/* This is the StyleCatcher theme addition. Do not remove this block. */

@import url(http://r26.ygjt.biz/mt425/mt-static/support/themes/minimalist-green/minimalist-green.css);
/* end StyleCatcher imports */

#gv {
position:relative;
width:398px;
}

#gv a {
/*リンクテキストの背景の設定*/
top:0px;
left:0px;
background:#0000ff;
height:30px;
width:398px;
/*リンクテキストの設定*/
color:#ffffff;
font-size:14px;
text-align:center;
font-weight:bold;
line-height:30px;
letter-spacing:0px;
display:block;
border-top: 1px #484948 solid; 
border-right: 1px #484948 solid;
border-left: 1px #252b2a solid;
}

#gv a:hover {
/*マウスをテキストリンク上にもってきたときの設定*/
color:#0000ff;
background:#ffffff;
}

