
/************************************************/
/*        フォームメール用スタイルシート        */
/************************************************/


/* ------ ページ全体 ------ */
body {  
	background-color: #ffffff;  /* 背景色 */
}
.footer {
	height:30px; 
	width:756px;
	top:10px;		
	padding-top:10px;			
	font-family:"Trebuchet MS";
	font-size:10px; 
	color:#666666;
	text-align: right; 
	position: relative;
	display: block;
	float:center;
	background-color: #da7e1b;		
	}
a:link {
	color:  #975d01;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #975d01;
	}
a:hover {
	text-decoration: none;
	color: #ffbf00;
	}
a:active {
	text-decoration: blink;
	color: #975d01;	


/* ------ タイトル ------ */
.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: 756px;
	margin: 20px 10%;
}

table th {                          
	background-color: #;  /* 背景色 */
	color: #333333;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}

table td {
	background-color: #;  /* 背景色 */
	color: #333333;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}

/* ------ ボタン ------ */
.submit {
	text-align: center;         /* 配置 */
}



