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


/* ------ ページ全体 ------ */
body  { font-size: 12px; background-color: #ffffff }


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


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

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


/* ------ テーブル ------ */
table  { font-size: 12px; margin: 20px 10%; border: none 0px; width: 80% }

table th  { color: #000000; background-color: #cccccc; text-align: left; padding: 5px; border: none 0px }

table td  { color: #000000; background-color: #eeeeee; text-align: left; padding: 5px; border: none 0px }


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



