html{
background-color:#ffffff;
}
body{
margin:0;
padding:0;
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Verdana,Geneva,Arial,Helvetica,sans-serif;
}
#login{
margin:100px auto 0 auto;
width:596px;
height:240px;
}
#title{
width:596px;
height:64px;
border-radius:15px 15px 0 0;
/*background-image:-moz-linear-gradient(rgb(86,24,19) 0%,rgb(61,17,13) 100%);
background-image:-webkit-gradient(linear,color-stop(0, rgb(86,24,19)),color-stop(1, rgb(61,17,13)));
background-image:-webkit-linear-gradient(rgb(86,24,19) 0%,rgb(61,17,13) 100%);
background-image:-o-linear-gradient(rgb(86,24,19) 0%,rgb(61,17,13) 100%);
background-image:-ms-linear-gradient(rgb(86,24,19) 0%,rgb(61,17,13) 100%);*/
background-image:linear-gradient(90deg,rgb(86,24,19) 0%,rgb(61,17,13) 100%);
/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff561813,endColorstr=#ff3d110d)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff561813,endColorstr=#ff3d110d);*/
}
#line1{
width:596px;
height:7px;
/*background-image:-moz-linear-gradient(50% 0% -180deg,rgb(171,134,50) 0%,rgb(192,156,48) 99%);
background-image:-webkit-gradient(linear,50% 0%,7% 0%,color-stop(0, rgb(171,134,50)),color-stop(0.99, rgb(192,156,48)));
background-image:-webkit-linear-gradient(-180deg,rgb(171,134,50) 0%,rgb(192,156,48) 99%);
background-image:-o-linear-gradient(-180deg,rgb(171,134,50) 0%,rgb(192,156,48) 99%);
background-image:-ms-linear-gradient(-180deg,rgb(171,134,50) 0%,rgb(192,156,48) 99%);*/
background-image:linear-gradient(270deg,rgb(171,134,50) 0%,rgb(192,156,48) 99%);
/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc09c30,endColorstr=#ffab8632,GradientType=1)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc09c30,endColorstr=#ffab8632,GradientType=1);}*/
}
#line2{
width:596px;
height:15px;
background-color:rgb(68,68,68);
}
#main{
width:596px;
height:154px;
border-radius:0 0 15px 15px;
/*background-image:-moz-linear-gradient(rgb(153,153,153) 0%,rgb(204,204,204) 100%);
background-image:-webkit-gradient(linear,color-stop(0, rgb(153,153,153)),color-stop(1, rgb(204,204,204)));
background-image:-webkit-linear-gradient(rgb(153,153,153) 0%,rgb(204,204,204) 100%);
background-image:-o-linear-gradient(rgb(153,153,153) 0%,rgb(204,204,204) 100%);
background-image:-ms-linear-gradient(rgb(153,153,153) 0%,rgb(204,204,204) 100%);*/
background-image:linear-gradient(270deg,rgb(153,153,153) 0%,rgb(204,204,204) 100%);
/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcccccc,endColorstr=#ff999999)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcccccc,endColorstr=#ff999999);*/
}
#name_en{
color:rgb(192,156,48);
font-size:12px;
width:596px;
text-align:center;
padding-top:13px;
letter-spacing:0.3em;
}
#name_jp{
color:rgb(192,156,48);
font-size:17px;
width:596px;
text-align:center;
padding-top:3px;
letter-spacing:0.3em;
}
form{
padding:13px;
}
form div{
padding-bottom:13px;
}
label{
/*position:relative;*/
padding:2px 24px 0 70px;
width:100px;
float: left;
text-align:right;
color:#fff;
font-size:90%;
}
input[type="text"],
input[type="password"]{
height:18px;
font-size:15px;
width:270px;
}
input[type="submit"],
input[type="button"]{
width:230px;
height:57px;
border:0;
margin-left:184px;
cursor:pointer;
}
.enter_normal{
background:url("../images/ENTERBUTTON_OFF.png");
}
.enter_mouseover{
background:url("../images/ENTERBUTTON_ONMOUSE.png");
}
.enter_mousedown{
background:url("../images/ENTERBUTTON_CLICK.png");
}

.msg-show{
display:block;
/*visibility:visible;*/
}
.msg-hide{
display:none;
/*visibility:hidden;*/
}
#message{
width:596px;
margin:30px auto 0 auto;
padding:10px 0;
text-align:center;
height:18px;
}
