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


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

  text-align : center;
}


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


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

.msg_sub_head {
	color: #c80000;             /* 文字色 */
	font-size:10pt;             /* サイズ */
	font-weight:bold;           /* 太字 */
	text-align: left;           /* 配置 */
}

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

.msg_sub_foot {
	color: #000000;             /* 文字色 */
	font-size:8pt;             /* サイズ */
	text-align: left;           /* 配置 */
}


/* ------ テーブル ------ */
TABLE {
	border-style: none;
	

  
}

TABLE TH {                          
	background-color: #c80000;  /* 背景色 */
	color: #ffffff;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	
}

TABLE TD {
	background-color: #eeeeee;  /* 背景色 */
	color : #c80000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}


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

#msg_main {color:#ffffff; font-size:3px;}


