/* CSS Document */

/*======================================

すべて

=======================================*/
body,td,th {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #FFF9C8;
	margin: 40px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #FF6A07;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6A07;
}
a:hover {
	text-decoration: underline;
	color: #FFE97C;
}
a:active {
	text-decoration: none;
	color: #FF6A07;
}
/*======================================

トップ

=======================================*/
.top {
	width: 700px;
	margin: auto;
	background-image: url(bg.jpg);
	height: 270px;
	border: 1px solid #000100;
}
/*======================================

タイトル

=======================================*/
.top h1 {
	margin: 30px;
	font-size: 17pt;
	padding: 0px;
	letter-spacing: 5px;
	line-height: 150px;
	font-weight: normal;
}
/*======================================

メニュー

=======================================*/
.menu {
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	letter-spacing: 14px;
}
/*======================================

メイン

=======================================*/
.main {
	margin: auto;
	width: 680px;
	border: 1px solid #000100;
	padding: 10px;
	background-color: #FFFFFF;
}
.t {
	line-height: 20px;
	background-color: #FFF9C8;
	padding: 7px;
	font-weight: bold;
	letter-spacing: 1px;
}
.td {
	padding: 20px;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	letter-spacing: 1px;
}
.copy {
	margin: auto;
	width: 400px;
	text-align: center;
	line-height: 50px;
}
textarea,input {
    border: #ccc 1px solid;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	padding: 2px;
	}
	