body {
    //font: 300 14px/1.625 Arial, Helvetica, Verdana, "qMmpSPro W3", "Hiragino Kaku Gothic Pro", Osaka, "CI", Meiryo, "lr oSVbN", sans-serif;
}

/* テキストボックス */
input {
    color: black;
}

/* ログインボックス全体位置 */
div.SlideImageRightHP .HPSignupContanier{
    position:absolute;
    height:290px;
    width:390px;
    background-color:#046319;
    z-index:2434324234;
    border:solid 1px White;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 20px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 20px rgba(0, 0, 0, 1);    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: auto;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    margin-left: auto;
    margin-right: auto;
}

/* ログインボタン */
.button_submit_now {
    /*background-image: url('../images/gradbg.png');*/
    background-color: #d43;
    background-position: center bottom;
    border: 0px solid #FFF;
    height: 50px;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px #000;
    cursor: pointer;
    width: 340px;
}

/* ログイン項目位置 */
ol.forms {
    list-style: none;
    margin: 0px;
    padding:0px;
    width: 100%;
}

/* ログインラベル */
ol.forms label {
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding-right: 20px;
    margin-bottom:6px;
    font-size:20px;
    color: white;
}

/* ログインボックス位置 */
.SlideImageRightHP {
    float: left;
    padding-top: 150px;
    padding-left: 35%;
    height: 100%;
    width: 50%;
}

