
/************************************************/
/*        フォームメール用スタイルシート        */
/************************************************/


/* ------ ページ全体 ------ */
BODY {  
	background-color: #ffffff;  /* 背景色 */

  text-align : left;
  
  
}


/* ------ タイトル ------ */
.title {
	color : #408080;             /* 文字色 */
	text-align: left;           /* 配置 */

  font-size : 18pt;
  font-family : Arial;
}


/* ------ メッセージ ------ */
.msg_head {
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */

  font-size : 10pt;
}

.msg_foot {
	color: #000000;             /* 文字色 */
	text-align : left;         /* 配置 */

  font-size : 10pt;
}


/* ------ テーブル ------ */
#ID{
	border-style: none;
	width : 0%;
	margin: 20px 10%;
  text-align : left;
}

TABLE TH {                          
	background-color: #cccccc;  /* 背景色 */
	             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
  

  font-size : 10pt;
  font-weight : normal;
}

TABLE TD {
	background-color: #eeeeee;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
  font-size : 10pt;
}


/* ------ ボタン ------ */
.submit {
	text-align : left;         /* 配置 */

  font-size : 10pt;
}


