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


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

/* ------ トップ ------ */
.a1 {
	width:760px;
	background-color:#000000;
	clear:both;
	}
/* ------ タイトル ------ */
.title {
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
}


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

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


/* ------ テーブル ------ */
table {
	border-style: none;
	width: 760px;
}

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

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


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

.c1 {
	text-align:left;
	clear:both;
	}
	
address {
	font-size:12px;
	border-top:solid 2px #333333;
	padding-top:4px;
	margin-top:2px;
	width:760px;
	font-style:normal;
	}
