@charset "utf-8";

/* 本文 */
body {
	font-size: 85%;
	background: #fff;
	color: #000;
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
}
#body_top {margin: 0 auto 0 auto; text-align:center;}
p.left10  { margin-left:10em;}
/* テーブル */
table.form {
	border: 1px solid #7777bb;
	border-collapse: collapse;
	margin-top: 1em;
}
table.form th, table.form td {
	text-align: left;
	border: 1px solid #7777bb;
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background: #cccce6;
}
table.form td {
	background: #f0f0f0;
}
table.form td.left {padding-left:2em;}

/* タイトル装飾 */
.ttl {text-align: center; margin-left:auto; margin-right:auto; margin-top: 2em; display:block;
     font-size:14pt; font-weight:bold; color:#a52a2a; border-width:3px; border-style:double;
     border-color:blue; width:18em; background:yellow;}

/* メッセージ */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* 戻りボタン */
form.back {
	margin-top: 2em;
}
ul {list-style:none;}

/*個人情報欄*/
.kojinjoho  {text-align: center; margin-left:auto; margin-right:auto; }
