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

html{
	margin: 0;
	padding: 0;
}

body{
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background-color: #ffffff;
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 1.5;
	font-family: Verdana,Osaka,Helvetica,sans-serif;
	color: #4d4d4d;

}




/* ------ タイトル ------ */
.title {
	font-size: 12px;
}


/* ------ メッセージ ------ */
.msg_head {
	color: #000000;             /* 文字色 */
	font-size: 12px;

}

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

.title{
	margin-top: 10px;
}

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

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

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


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


