@charset "EUC-JP";
/************************************************/
/*        フォームメール用スタイルシート        */
/************************************************/


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




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


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

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

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

/* ------ テーブル ------ */
table {
        border-collapse: collapse;
	border-style: solid;
	border-width: thin ;
   	margin: auto;
}

table th {                          
	background-color: #ffffe0;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	white-space: nowrap;
	border-collapse: collapse;
	border-style: solid;
	border-width: thin ;
	padding: 5px;
	width:115px;
        font-size: 0.8em;
}

table td {
	background-color: #ffffe0;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	white-space: nowrap;
	border-collapse: collapse;
	border-style: solid;
	border-width: thin ;
	padding: 5px;
	font-size: 0.8em;
}


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


