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


/* ------ ページ全体 ------ */
body {  
	background-image:url(wall3.gif);
}


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


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

.msg_foot {
	color: #000000;             /* 文字色 */
	text-align: center;         /* 配置 */
}


/* ------ テーブル ------ */
table {
	border-style: none;
	width: 720px;
	margin: 0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;

	
}

table th {                          
	background-color: #DFFFEF;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
}

table td {
	background-color: #DFFFEF;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
}


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



#menu{
	background-color:#cccccc;
	width:720px;
	border-top:1px solid #660000;
	}

#menudesign{
	margin:0px;
	padding:0px;
	}

#menudesign a{
	color:#444444;
	font-weight:600;
	background-color:#cccccc;
	border-right:solid 1px #ffffff;
	text-decoration:none;
	text-align:center;
	width:142px;
	line-height:2.4em;
	display:block;
	float:left;
	letter-spacing:0.2em;
	}

#menudesign a:hover{
	background-color:#660000;
	color:#ffffff;
	}

