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


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


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


/* ------ メッセージ ------ */
.msg_head {プロファイルウインドーのホームページにアクセスいただき、ありがとうございます。<br>
        下記の項目にご入力のうえ［送信］ボタンをクリックしてください。
	color: #ffffff;             /* 文字色 */
	text-align: center;           /* 配置 */
}

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


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

table th {                          
	background-color: #003F4C;  /* 背景色 */
	color: #ffffff;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}

table td {
	background-color: ##003F4C;  /* 背景色 */
	color: #ffffff;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}


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


