/************************************************/
/*        フォームメール用スタイルシート        */
/************************************************/


/* ------ ページ全体 ------ */
body {  
	background-color: #ffffff;  /* 背景色 */
	margin-left:20%;
}


/* ------ タイトル ------ */
.title {
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
}


/* ------ メッセージ ------ */
.msg_head {
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
}

form p.msg_foot {
	color: #000000;             /* 文字色 */
	margin-left:20%;
}


/* ------ テーブル ------ */
table#contact {
	font-size: 80%;
	color: #444444;
	border-collapse : collapse;
	border-width : 1px  0;
	border-style : dotted;
	border-color : #666666;	/* IE 6(Win)向け */
	width: 100%;
}
/*table#contact tr {
	padding: 5px;
}*/

table#contact th {
	background-color: #EFF2F3;
	text-align: left;           /* 配置 */
	padding: 5px;
	width:200px;
}
table#contact td {
	padding: 5px;
	border-width : 0 0 1px 0 ;
	border-style : dotted ;
	border-color : #666666 ;	/* IE 6(Win)向け */
	width:400px;
}



/* ------ テーブル -リターン用----- */
table#satei {
	font-size: 80%;
	color: #444444;
	border-collapse : collapse;
	border-width : 1px  0;
	border-style : dotted;
	border-color : #666666;	/* IE 6(Win)向け */
	width: 100%;
}
table#satei tr {
	padding: 5px;
}


table#satei tr th {
	background-color: #EFF2F3;
	text-align: left;           /* 配置 */
	padding: 5px;
	width:200px;
}

table#satei tr td {
	padding: 5px;
	border-width : 0 0 1px 0 ;
	border-style : dotted ;
	border-color : #666666 ;	/* IE 6(Win)向け */
}

/* ------ ボタン ------ */
.submit {
	margin-left:30%;
}

.style1 {color: #CC0000}
