
h2 {
    color: #fff;
    background-color: #3cb371;
    text-decoration: none;
text-align:center;
 }

.topmenu{padding: 0.5em;}

/* ヘッダー部分 */
#global-header {
    background: #3cb371;

}

.centerbutton a{
    margin: 0.1em 0;
    text-align: center;
    clear:both;
    color: #fff;
    background: #ff6633;
    padding: 0.5em 2.0em;
	font-weight: bold;

    border-radius         : 0.3em;
    -webkit-border-radius : 0.3em;
    -moz-border-radius    : 0.3em;
    -webkit-appearance: none;
    border: 0;
text-decoration: none;
    font-size: 15px;

}


.centerbutton input[type="submit"]{color:#fff;background:#ff6633}
.centerbutton input[type="submit"]:hover,.centerbutton input[type="button"]:hover{background:#dc5033}



.inputdiv input[type="text"]{font-size:100%;width:209px !important
}