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


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


/* ------ タイトル ------ */
.title {
	color: #000000;             /* 文字色 */
	text-align: center;           /* 配置 */
	FONT-SIZE: 30px
}


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

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


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

table th {                          
	color: #000000;             /* 文字色 */
	text-align: right;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}

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

.lh12 {
	FONT-SIZE: 12px; LINE-HEIGHT: 18px
}
.lh14 {
	FONT-SIZE: 14px; LINE-HEIGHT: 20px
}

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


