
/************************************************/
/*        フォームメール用スタイルシート        */
/************************************************/


/* ------ ページ全体 ------ */
body {  
	margin:0;
	text-align:center;
	background-color:#FDFDFB;  /* 背景色 */
	border-top:3px orange solid;
}

.k {
	margin:0 3px;
	font-size:10px;
	color:#FF0000;
}

#attention{
	font-size:12px;
}

/* ------ タイトル ------ */
.title {
	padding:5px 0;
	font-size:18px;
	color: #ffffff;             /* 文字色 */
	text-align: center;           /* 配置 */
	background-color:#FFCC00;     /*背景色*/
	width:650px;
}


/* ------ メッセージ ------ */
.msg_head {
	font-size:14px;
	font-weight:bold;
	color: #FF0000;             /* 文字色 */
}

.msg_foot {
	color: #000000;             /* 文字色 */
	text-align: center;         /* 配置 */
}


/* ------ テーブル ------ */
.input {
	border-style: none;
	width: 650px;
	margin: 20px 0;
}

table th { 
	padding: 5px 0 5px 10px ;
	font-size:12px;                         
	background-color: #cccccc;  /* 背景色 */
	color: #333333;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
}

table td {
	padding: 5px 0 5px 10px ;
	font-size:12px;                         
	background-color: #eeeeee;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
}


/* ------ ボタン ------ */
.submit {
	text-align: center;         /* 配置 */
}



