/*ボタン用スタイルシート*/


.buttonOrange {
border:0;
background-image:url("../button/orangeButton.gif");
background-repeat:no-repeat;
height:25px;
width:120px;
text-align:center;
font-size:12px;
}

.buttonGray {
border:0;
background-image:url(../button/grayButton.gif);
background-repeat:no-repeat;
height:25px;
width:120px;
text-align:center;
font-size:12px;
}

.buttonGreen {
border:0;
background-image:url(../button/greenButton.gif);
background-repeat:no-repeat;
height:25px;
width:120px;
font-size:12px;
text-align:center;
}


.buttonOrange50 {
border:0;
background-image:url("../button/orangeButton50.gif");
background-repeat:no-repeat;
height:25px;
width:50px;
text-align:center;
font-size:12px;
}

.buttonGray50 {
border:0;
background-image:url(../button/grayButton50.gif);
background-repeat:no-repeat;
height:25px;
width:50px;
text-align:center;
font-size:12px;
}

.buttonGreen50 {
border:0;
background-image:url(../button/greenButton50.gif);
background-repeat:no-repeat;
height:25px;
width:50px;
text-align:center;
font-size:12px;
}

.buttonOrange200 {
border:0;
background-image:url("../button/orangeButton200.gif");
background-repeat:no-repeat;
height:25px;
width:200px;
text-align:center;
font-size:12px;
}

.buttonGray200 {
border:0;
background-image:url(../button/grayButton200.gif);
background-repeat:no-repeat;
height:25px;
width:200px;
text-align:center;
font-size:12px;
}

.buttonGreen200 {
border:0;
background-image:url(../button/greenButton200.gif);
background-repeat:no-repeat;
height:25px;
width:200px;
text-align:center;
font-size:12px;
}