@charset "utf-8";
@import url(../ss/common.css);
body  {
	color: #565656;
	font-size: 13px;
	line-height: 140%;
	background-color: #fff;
	background-image: url(../img/bg.gif);
	text-align: center;
}
#head { text-align: left; width:100%; margin-top: 20px; margin-bottom: 20px; }
#foot { text-align: center; width:100%; margin-top: 30px; }
#cont { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 70%; margin: 0 auto; text-align: left; }

/*common*/
#head img { margin-left: 80px; }
#form{
	margin-top: 30px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#lead {
	width: 600px;
	margin: 0px auto;
}
#lead h1 {
	font-size: 15px;
	text-align: left;
	color: #333;
}
p { padding-top: 20px; }
.space { margin-top: 20px; }
#form td { text-align: left; white-space: nowrap; }
#form select { font-size: 11px; }
.ipt { font-size: 12px; line-height: 150%; margin-top: 5px; margin-bottom: 1px; border: solid 1px silver; }
.btn { font-size: 12px; letter-spacing: 1px; height: 21px; margin-top: 12px; cursor: pointer; }

/*送信後メッセージ*/
#mes {
	text-align: left;
	width: 500px;
	margin: 150px auto 0px;
}
#mes p { padding-top: 30px; }
em {
	color: #f03;
	font-weight: normal;
	font-size: 95%;
}
