
/************************************************/
/*        フォームメール用スタイルシート        */
/************************************************/


/* ------ ページ全体 ------ */
body {  
	color:#666;
		text-align:center;
		font-family: verdana ,arial ,sans-serif;
		background:#ffffff url(formtop.jpg) repeat-x 0 0px;
		background-repeat:no-repeat;
		background-position:50% 0%;
		text-align:center;/* 背景色 */
}


/* ------ タイトル ------ */
.title {
	font-size:12px;
	color: #666666;             /* 文字色 */
	text-align: center;           /* 配置 */
}


/* ------ メッセージ ------ */
.msg_head {
	font-size:12px;
	color: #666666;             /* 文字色 */
	text-align: center;           /* 配置 */
}

.msg_foot {
	font-size:12px;
	color: #666666;             /* 文字色 */
	text-align: center;         /* 配置 */
}


/* ------ テーブル ------ */
table {
	border-style: none;
	width: 550px;
	margin: 20px 10%;
}

table th {                          
	background-color: #cccccc;  /* 背景色 */
	font-size:12px;
	color: #666666;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}

table td {
	background-color: #eeeeee;  /* 背景色 */
	font-size:12px;
	color: #666666;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}


/* ------ ボタン ------ */
.submit {
	text-align: center;         /* 配置 */
}


