@charset "EUC-JP";

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


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


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


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

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


/* ------ テーブル ------ */
TABLE{
	border-style: none;
	width: 80%;
	margin-top: 20px;
	margin-right: 30%;
	margin-bottom: 20px;
	margin-left: 3%;
	border-width: 1px;
	border-right-color: black;
	empty-cells: show;
	background-color: #7f7f7f;
	border-spacing: 1px 1px;
	color: black;
}

table th{
	background-color: #FF9933;/* 背景色 */
	color: #000000;/* 文字色 */
	text-align: left;/* 配置 */
	border-style: none;
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 300px;
	font-weight: normal;
	font-size: medium;
}

table td{
	background-color: #ffffff;/* 背景色 */
	color: #000000;/* 文字色 */
	text-align: left;/* 配置 */
	border-style: none;
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 700px;
	font-size: small;
}


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


