
/************************************************/
/*        フォームメール用スタイルシート        */
/************************************************/


/* ------ ページ全体 ------ */
body {  
	background-color: #ffffff;  /* 背景色 */
}


/* ------ タイトル ------ */
.title {
	color: #660000;             /* 文字色 */
	text-align: center;           /* 配置 */
}


/* ------ メッセージ ------ */
.msg_head {
	color: #000000;             /* 文字色 */
	text-align: center;           /* 配置 */
}
.div.align {
	text-align: center;           /* 配置 */
}

.msg_foot {
	color: #000000;             /* 文字色 */
	text-align: center;         /* 配置 */
}


/* ------ テーブル ------ */
table {
border-style: 1px;
width: 500 px;
margin: 6px 20%;
cellspacing:0;
cellpadding:3;
}

table th {                          
	background-color: #ffcccc;  /* 背景色 */
	color: #660000;             /* 文字色 */
	text-align: center;           /* 配置 */
	border-style: 0px;
	white-space: nowrap;
	padding: 3px;
}

table td {
background-color: #fff3f6;  /* 背景色 */
color: #660000;             /* 文字色 */
text-align: left;           /* 配置 */
border-style: 0px;
white-space: nowrap;
padding: 3px;
}


/* ------ ボタン ------ */
.submit {
	text-align: center;         /* 配置 */
}




