
/************************************************/
/*        フォームメール用スタイルシート        */
/************************************************/


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

}


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


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

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


/* ------ テーブル ------ */

table {
	border-style: none;
	margin-left: 10px;
	margin-right: 10px;
}

table th {                          
	background-color: #eeeeee;  /* 背景色 */
	color: #555555;             /* 文字色 */
	font-size:90%;
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px 5px 5px 15px;
}

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


/* ------ ボタン ------ */
.submit {
	text-align: center;         /* 配置 */
	padding-bottom: 50px;

}


