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


/* ------ ページ全体 ------ */
body {
	background-color: #f5f5f5;
	background-position: center;
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


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


/* ------ メッセージ ------ */
.msg_head {
	color: #222222;             /* 文字色 */
	margin-left: 5px;          /* 配置 */
	font-weight: normal;
	font-size: 110%;
}

.msg_foot {
	color: #222222;             /* 文字色 */
	margin-left: 5px;          /* 配置 */
	font-weight: normal;
	font-size: 110%;
	padding: 5px;
}


/* ------ テーブル ------ */
table {
	border-style: none;
	width: 650px;
	background-position: center;
}

.menu {
	border-style: none;
	width: 600px;
	background-position: center;
}

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

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


/* ------ ボタン ------ */
.submit {
	margin-left: 10%;         /* 配置 */
}

.input{
	width: 650px;
}


