.button {width:130px;height:35px;margin: 2px 0;
line-height:35px;font-size:20px;
font-family:sans-serif;font-weight:700;
border:solid #000 0;padding-left:15px;
background-image:url(blank_botton.png);background-repeat:no-repeat
}
.buttons {width:135px;float:left}
.clr {clear:both}
.button a {text-decoration:none}

.button a:link {color:#000000;} /*未訪問のリンクの色*/
.button a:visited {color:#0000;} /*訪問済みのリンクの色*/
.button a:hover {color:#000000;} /*カーソルが乗っているリンクの色*/
.button a:active {color:#000000;} /*クリック中のリンクの色*/