@charset "UTF-8";

/* body
======================================================*/

body{
	font: 13px/1 "CI","Meiryo","lr oSVbN","Hiragino Kaku Gothic Pro","qMmpS Pro W3",sans-serif;
	line-height: 1.6em;
	color: #000000;
	background: #F5F5F5
}
img {
	border: none
}

#main {
	margin: 40px auto 0;
	padding: 0;
}

#area {
	width: 460px;
	margin: 25px auto;
	background: url(../Img/bg_loginarea_b.png) no-repeat left bottom;
	padding-bottom: 15px;
}

#area h2 {
	font-size: 22px;
	margin: 0;
	padding-top: 30px;
	height: 35px;
	text-align: center;
	color: #0A6392;
	background: url(../Img/bg_loginarea_h2.png) no-repeat left top
}

#wrap {
	padding: 10px 30px 10px;
	background: url(../Img/bg_loginarea_m.png) repeat-y left top;
}

#area table {
	width: 100%;
	margin-top: 10px
}

#area td, 
#area th {
    padding-bottom: 15px;
    vertical-align: middle;
}

#area th {
	padding-right: 20px;
	text-align: right;
	font-size: 14px;
}

#area #wrap .input-field {
	border: 1px solid #9EB7CD;
	height: 25px;
	padding: 3px 5px;
	width: 85%;
	ime-mode:disabled;
}

label {
	display: block;
	line-height: 1;
	margin: 0 0 4px 4px;
	text-align: left;
}

#area #wrap input.img {
	vertical-align: middle
}

.btn
{
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #B3B3B3;
    display: inline-block;
    padding: 8px 10px 8px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #ebebeb;
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
    width: 90px;
}
