body	{
	margin: 0px;
	background:#3e83c8;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',
		'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
h1 {
	padding-top: 30px;
}

.clouds {
	background:#3e83c8 url("../images/bg_clouds_l.png") repeat-x 0 bottom;
	position: absolute;
	width: 100%;
	height:600px;
	margin: 0px;
	border:0px;
}
.main {
	position: absolute;
	width: 100%;
	text-align: center;
}
.link {
	position: relative;
	width: 100%;
	text-align: center;
}

.link a {
	color: #ffffff;
    font-size: 12px;
	text-decoration: none;
	outline: none;
}
.link a:hover {
	text-decoration: underline;
}

.sign_up {
	position: relative;
	left:50%;
	width:400px;
	height:390px;
	background: #374350;
	margin-top:-6px;
	margin-left:-220px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	text-align: left;
	color: #ffffff;
	padding: 20px;
}
.sign_up dt {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px
    padding-top: 10px;
    padding-right-value: 0px;;
}
.sign_up dd {
    margin-bottom: 15px;
    height: 60px;
    padding-top: 5px;
	margin: 0px;
}
.sign_up input {
    width: 390px;
    height: 40px;
    border: medium none;
    border-radius: 5px;
    padding: 0px 5px;
    line-height: 40px;
    background: none repeat scroll 0% 0% #FFF;
    font-size: 25px;
    color: #555;
}

.sign_up .error {
    margin-top: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #d2615e; }

.btn_submit {
    width: 400px;
	height: 62px;
    margin: 0 auto;
	background: #374350;
 }
.btn_submit input {
	margin: 0px;
	padding: 0px;
	border: medium none;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-family:inherit;
	cursor: pointer;
	display: block;
	width: 400px;
	height: 62px;
	background: url("../images/btn_pink_signup.png") no-repeat 0 0;
}
.btn_submit input:hover {
	background-position: 0 bottom;
}

