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


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

hr {
	display: none;
	color: #000000;             /* 文字色 */
	text-align: left;         /* 配置 */
	font-size: 80%;
	height: 1px;
	width: 400px;
}


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


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

.msg_foot {
	color: #000000;             /* 文字色 */
	text-align: left;         /* 配置 */
	font-size: 80%;
}

.errmsg {
	color: #000000;             /* 文字色 */
	text-align: left;         /* 配置 */
	font-size: 80%;
	line-height: 1.8;
}


/* ------ テーブE------ */
table {
	border-style: none;
	width: 375px;
	font-size: 80%;
	margin: 0px;
}

table th {                          
	background-color: #eeeeee;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 7px;
	font-weight: normal;
}

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


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


