@charset "utf-8";

/* 本文 */
body {
	font-size: 85%;
	background-color: transparent;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* テーブル */
table.form {
	border: 1px solid #ff0000;
	border-collapse: collapse;
	margin-top: 1em;
}
table.form th, table.form td {
	text-align: left;
	border: 1px solid #ff0000;
	padding: 4px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
/*	background: #0b023a;*/
}
/*table.form td {
	background: #f0f0f0;
}
*/
/* タイトル装飾 */
strong.ttl {
	text-align: left;
	border-left: solid 4px #ff0000;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
}

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

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