@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: ＭＳ Ｐ明朝, 細明朝体, ヒラギノ明朝 Pro W3;
	font-size: 13pt;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #690100;
	text-decoration: none;
}
a:visited {
	color: #F08784;
	text-decoration: none;
}
a:hover {
	color: #EADAE7;
	text-decoration: underline;
}
a:active {
	color: #690100;
	text-decoration: none;
}
.base {
	width: 70%;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	background-image: url(photo.jpg);
	background-position: center top;
	padding-top: 200px;
	background-repeat: repeat-x;
}
.base .header h1 {
	font-family: "Times New Roman", "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 50px;
	text-align: center;
	font-weight: normal;
	letter-spacing: -2px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	padding: 10px;
	list-style-type: none;
	width: 440px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
.base .header .menu {
	float: left;
}
.base .header .menu a {
	display: block;
	width: 100px;
	margin-left: 10px;
	line-height: 40px;
	text-align: center;
}
/*======================================

メイン

=======================================*/
.base .main {
	clear: both;
	padding: 30px;
}
.base .main .t {
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	font-weight: bold;
}
.base .main .td {
	line-height: 2em;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.base .footer .copy {
	font-size: 10px;
	line-height: 90px;
	text-align: center;
}
textarea, input {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 10pt;
	color: #000000;
	margin: 2px;
	padding: 2px;
	border: 1px solid #000000;
}