 /************************************************/ /* フォームメール用スタイルシート */ /************************************************/ 
/* ------ ページ全体 ------ */ body { background-color: #cccccc; /* 背景色 */ font-family: 
"Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅"; } /* ------ タイトル ------ */ 
.title { color: #000000; /* 文字色 */ text-align: left; /* 配置 */ } /* ------ メッセージ 
------ */ .msg_head { color: #000000; /* 文字色 */ text-align: left; /* 配置 */ } .msg_foot 
{ color: #000000; /* 文字色 */ text-align: center; /* 配置 */ } /* ------ テーブル ------ 
*/ table { border-style: none; } table td { color: #000000; /* 文字色 */ text-align: 
left; /* 配置 */ white-space: nowrap; } /* ------ ボタン ------ */ .submit { text-align: 
center; /* 配置 */ } 