/************************************************/
/*        フォームメーE僖好織ぅE掘璽        */
/************************************************/


/* ------ ページ全体 ------ */
body {  
	background-color: #ffffff;  /* 背景色 */
}


/* ------ タイトE------ */
.title {
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
}

h1 {
	color: #000099;             /* 文字色 */
	text-align: center;           /* 配置 */
	font-size: 16px;
}


/* ------ メッセージ ------ */
.msg_head {
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
}

.msg_foot {
	color: #000000;             /* 文字色 */
	text-align: center;         /* 配置 */
}


/* ------ テーブE------ */

table {
	width: 810px;
	margin-right: auto;
	margin-left: auto;

}

table th { 
	width: 300px;                    
	background-color: #cccccc;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}

table td {
	width: 510px;
	background-color: #eeeeee;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}


/* ------ ボタE------ */
.submit {
	text-align: center;         /* 配置 */
}

.th_style01
 {
	background-color: #000099;
	color: #FFFFFF;
	width: 810px;
	}
	
