@charset "utf-8";

#v_form	{
	text-align:left;
}

#v_form p	{
	margin:20px 10px;
}

/*文字色*/
.color_red	{
	color:#990000;
}

/*テーブル*/
.std_table	{
	border-collapse:collapse;
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.std_table th,.std_table td	{
	border:solid 1px #cccccc;
	padding:8px 8px;
	text-align:left;
	line-height:140%;
	width:70%;
}
.std_table th {
	background:#fcf9f4;
	width:30%;
	font-weight:bold;
}
.std_table td {
	background:#FFFFFF;
}

#submit_btn_area {
	margin:0 auto 60px;
	text-align:center;
}

#submit_btn_area input {
	width:150px;
}

