@charset "utf-8";

/* 共通 */
#content {
	display: inline;
	margin: 10px 200px;
	width: 450px;
	text-align: left;
}

#content h3.center{
	margin: 20px 0 10px 0;
	width: 430px;
	border-left: none;
	border-bottom: 1px solid #9fabac;
	line-height: 3em;
    font-size: 108%;
}

p.more {
	margin: 0 15px 20px 0;
	text-align: right;
}


/* 入力画面 */
fieldset {
	margin: 10px auto;
	border: none;
	text-align: left;
}
legend {
	display: none;
	padding: 0.3em;
	visibility: hidden;
}
.form div {
	line-height: 1.4em;
}
.form dl {
	list-style: none;
}

.form dl dt {
	clear:both;
	float:left;
	padding: 8px 0;
	width: 150px;
	text-align: left;
}
.form dl dd {
	margin: 0 0 0 160px;
	padding: 8px 0;
	text-align: left;
}

label {
	padding: 0 5px 0 15px;
}



.form input,
.form textarea {
	margin: 0;
	border: solid 1px;
	border-color: #aaaaaa #dddddd #dddddd #aaaaaa;
	width: 240px;
	font-size: 93%;
	padding: 3px;
	line-height: 1.4em;
}
.form input:focus,
.form textarea:focus {
	background: #fdedf0;
	border-color: #91a9fb #b4c4fc #dddafd #9eb4fc;
}
.form input.check  {
	width:auto;
	margin:0 2px;
	border: none;
	float: none;
}

.form p {
	clear:both;
}

div.button {
	text-align: center;
	margin-top: 20px;
}
div.button button#submit {
	border: solid 2px;
	border-color: #cad6fd #7c99dc #889fd7 #cad6f0 ;
	width: 100px;
	background: #aabce8;
	margin: 0 10px 0 0;
	line-height: 1.4;
	cursor: pointer;
}
div.button button#submit:hover {
	border-color: #c4e0f0 #8dc5e2 #8fbee0 #c4e0f0;
	background: #a9d2e9;
}
div.button button#reset {
	border: solid 2px;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	width: 100px;
	background: #cccccc;
	line-height:1.4;
	margin: 0 10px 0 0;
	cursor: pointer;
}
div.button button#reset:hover {
	background: #efefef;
}


/*IE6*/
* html .form input {
	height: 22px;
}
/**/



/* 確認画面 */
#confirm {
	margin: 0 20px 0 5px;
	border-collapse: collapse;
	border-color: #ffffff;
	width: 420px;
}
#confirm dt {
	clear: both;
	float: left;
	padding: 8px 5px;
	width: 150px;
	border-top: 1px dotted #999999;
}
#confirm dd {
	padding: 8px 5px 8px 20px;
	width: 235px;
	border-top: 1px dotted #999999;
	background: url('../images/arrow.gif') no-repeat left 7px;
}
#confirm > dt:first-child,
#confirm > dt:first-child + dd {
	border-top: none;
}
/*IE6*/
* html #confirm dt.fst {
	padding: 13px 5px 8px 5px;
}
* html #confirm dd {
	margin-left: 0;
	width: 266px;
}
* html #confirm dt.fst,
* html #confirm dd.fst {
	border-top: none;
}

div.confirm {
	margin: 0 20px 0 5px;
	width: 420px;
	border-top: 1px dotted #999999;
	text-align: center;
}



/* 確認画面(エラー) */
#confirm dd span {
	color: #c82b2b;
	font-weight: bold;
}

/* 確認画面(メッセージ) */
p.confmes {
	margin: 1em 0;
}



/* エラー画面(メッセージ) */
p.errmes  {
	padding: 50px 0 0 0;
	margin-bottom: 50px;
	color: #a82b2b;
	text-align: center;
}


/* 送信完了画面 */
.compmes {
	margin: 50px 0;
	text-align: center;
}

