@charset "UTF-8";
/* CSS Document */

form{
	width:640px;
	text-align:center;
}
label{
	width:200px;
	margin-top:15px;
	float:left;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
input,textarea{
	width:400px;
	border:1px #DDDDDD solid;
	margin:4px 0 20px 0;
	padding:10px;
	background:#FFF;
	font-size:14px;
	color:#666666;
}
textarea{
	height:200px;
}
input:hover,textarea:hover{
	background:#EFEDE9;
}
input.submit{
	clear:both;
	width:200px;
	border:none;
	margin: 10px auto 0 auto;
	background:#78846C;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:0.1em;
}
input.submit:hover{
	background:#A5B596;
	cursor:pointer;
}

#all{
	width:680px;
	margin:20px auto;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.moji{
	margin:30px auto;
}

.moji2{
	margin:0 auto;
}

.see{
	color:#F00;
}