@charset "utf-8";

/* ■　リセット！　■ */
* {
 margin:0;
 padding:0;
}

/* ■■ body ■■ */

body {
	background-image : url(img/body.gif);
	background-color: #cacaca;
	background-position: center;
	background-repeat: repeat-y;
	font-family: "MS UI Gothic","ＭＳ ゴシック";
	letter-spacing : 1px;
	line-height : 24px;
	text-align: center;
	font-size: 16px;
	color: #523724;
}

boby a {
	color: #0000ff;
	text-decoration: underline;
}

/* ■■■ container ■■■ */

#container {
	width: 650px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ヘッダー */
#head {
	height : 190px;
	margin-top: 5px;
}

/* ■　中央揃え　■ */
.man {
	text-align: center;
	margin: 20px;
}

/* ■　メールフォーム　■ */
.mail_form {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.mail_form h2 {
	margin-top: 10px;
	margin-left: 20px;
	}

.mail_form p {
	margin: 20px;
	}

.sousin {
	text-align: right;
	width: 530px;
	height : 30px;
	background-image : url(img/sousin.gif);
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 10px;
}

table {
	width: 540px;
	text-align: left;
}

.td_right {
	background-color: #ccff99;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
}

.td_left {
	background-color: #e0e2de;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.sumi {
	text-align: center;
	color: #ff0000;
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 350px;
	margin-left: 0px;
	margin-right: 0px;
	}

.error {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
}

.error h2 {
	font-size: 28px;
	color: #ff0000;
	margin-bottom: 40px;
	}
	
.error p {
	margin-top: 10px;
	margin-bottom: 20px;
}

.error b {
	color: #ff0000;
	font-weight: normal;
	}

/* ■　メールフォーム　■ */
.toi {
	text-align: right;
	font-size: 12px;
	margin-right: 10px;
}

