body {
margin:40px 40px 40px 40px; background:#FFF;

color:000000;
font-family:Verdana, Arial, sans-serif;
}
a:link {
color:#773333;
border: none;
}
a:visited {
color:#996666;
border: none;
}
a:active {
color:#991111;
border: none;
}
a:hover {
color:#991111;
border: none;
}
img{
border: none;
}

td.tx1		{font-size:13px; color:#555555; line-height: 180%;}
td.tx2		{font-size:11px; color:#000000; line-height: 180%;}
h1		{font-size:13px; color:#777777; line-height: 180%;}
span1	{font-size:13px; color:#000000; line-height: 180%;}



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


/* ------ ページ全体 ------ */


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


/* ------ メッセージ ------ */
.msg_head {
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
}

.msg_foot {
	font-size:13px;
	color: #555555;             /* 文字色 */
	text-align: center;         /* 配置 */
}


/* ------ テーブル ------ */
table th {                          
	background-color: #cccccc;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}


/* ------ ボタン ------ */
.submit {
	text-align: center;         /* 配置 */
}

