
/************************************************/
/*        フォームメール用スタイルシート        */
/************************************************/


/* ------ ページ全体 ------ */
body {  
	background-color: #ffffff;  /* 背景色 */
color:#666666;
font-size:12px;
}


/* ------ タイトル ------ */
.title {
	color: #000000;             /* 文字色 */
color:#666666;
font-size:12px;
	text-align: left;           /* 配置 */
}


/* ------ メッセージ ------ */
.msg_head {
color:#666666;
font-size:12px;
	text-align: left;           /* 配置 */
}

.msg_foot {
color:#666666;
font-size:12px;
	text-align: center;         /* 配置 */
}


/* ------ テーブル ------ */

table {
width:600px;
font-size:12px;
color:#666666;
border-style: none;
}

table th {                          
width:250px;
	background-color: #eeeeee;  /* 背景色 */
	color: #333333;             /* 文字色 */
font-weight:normal;
text-align:right;
border-style: none;
	padding: 10px;
}

table td {
width:350px;
	background-color: #ffffff;  /* 背景色 */
	color: #333333;             /* 文字色 */
	padding: 10px;
border-style: none;
}


/* ------ ボタン ------ */
.submit {
	text-align: center;         /* 配置 */
}

.txt_color3{
	color: #FF3300;
	}

