@charset "Shift_JIS";

/* ------------------------------------------------------------------
	Contents コンテンツ設定
------------------------------------------------------------------ */

/* 入力テーブル */
table.Form{
	width: 550px;
}

table.Form th{
	background-color: #f5f5f5;
	text-align: center;
	border-bottom: 2px solid #fff;
	height: 30px;
	width:120px;
	padding:5px;
	line-height:15pt;
}

table.Form td{
	border-bottom: 2px solid #fff;
	height: 30px;
	padding: 5px;
}

/* only IE6 */
* html table.Form th{
	padding: 0.2em 1em;
	background-color: #f5f5f5;
	text-align: left;
	line-height: 1.75;
	border-bottom: 2px solid #fff;
	height: 30px;
	width: 120px;
}

* html table.Form td{
	padding: 0.2em 1em;
	line-height: 1.75;
	border-bottom: 2px solid #fff;
	height: 30px;
	padding: 5px;
}

.thing{
	width:550px;
	font-weight: bold;
	font-size: 13px;
	margin-left: 50px;
	line-height: 12pt;
	margin-bottom: 20px;
}

#sub{
	margin-top: 1em;
	padding: 1em;
	text-align: center;
}

.title{
	border-bottom:1px solid #A1C3D4;
	width:550px;
	height:30px;
	font-size:14px;
	color:#156D97;
	margin-bottom:20px;
}

.annotation{
color: #CA4444;
font-size: 11px;
}

.crucial{
color:#59100E;

}

.errorMes{
	width: 500px;
	height: 20px;
	padding: 10px 0px 20px 10px;
}


textarea{
	font-size:13px;
	border:1px solid #A1C3D4;
	background-color:#F5FAFC;
	padding:2px;
}

input.text{
	border:1px solid #A1C3D4;
	padding:2px;
	margin:2px;
}

input.ess{
	border:1px solid #A1C3D4;
	background-color:#F5FAFC;
	padding:2px;
	margin:2px;
}

#t5{
	margin-bottom:20px;
}

#e_back{
	margin-top:20px;
	margin-left:10px;
}

.red{
	font-weight: bold;
	color: #CA4444;
}