@charset "shift_jis";

body {
	/*font-family: "Estrangelo Edessa", "ＭＳ ゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;*/
	font-family: Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'ＭＳ ゴシック','Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 10px;
	-webkit-text-size-adjust: none;
	line-height: 1;
	color: #000000;

}

#bodyArea {
	/*width: 920px;*/
	margin-bottom : 20px;
	/*border: 1px solid #e2e6ee;*/
}

#header {
	/*background: url(../img/common/header/bg_01.gif) repeat-x 0 0;*/
	height:40px;
	width: 600px;
	/*border: 1px solid #e2e6ee;*/
	margin-top: 5px;
	/*margin-bottom: 20px;*/
	margin-left: 60px;
	float: left;
}

#header_title img {
	float: right;
	border: none;
}


.contBox {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
    margin-left: 60px;
    padding-bottom: 10px;
    width: 600px;
    float: left;
    clear: both;
}

.loginWrap {
    border-left: 1px solid #387FC1;
    border-right: 1px solid #387FC1;
    padding: 20px 30px 7px;
    text-align: left;
}
.contBox .text_field {
    height: 30px;
    width: 266px;
}
.close_button {
	float: right;
	/*margin-left: 560px;*/
	border: none;
}


a:link {
	color:  #FFFFFF;
	text-decoration: none;
}


