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


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


/* ------ タイトル ------ */
.title {
	color: #2a2a2a;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-top: 4px solid;
	border-bottom: 4px solid;
	font-size: 12pt;
}


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

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


/* ------ テーブル ------ */
table {
	border-style: none;
	width: 80%;
}

table th {                          
	background-color: #669933;  /* 背景色 */
	color: #ffffff;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	width: 80%;
}

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


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


table.main {
	border-style: none;
	empty-cells: show;

}

td.main {
	background-color: #ffffff;  /* 背景色 */
	border-style: none;
}

*{
  margin: 0;
  padding: 0;
  font-family: "ＭＳ Ｐゴシック,Osaka";
  color: #646464;
  }
