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

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

ベース

=======================================*/
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	background-image: url(bd.png);
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.base {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: auto;
	width: 700px;
}
/*======================================

リンク

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

ヘッダー

=======================================*/
.base .header {
	background-image: url(photo.jpg);
	height: 484px;
}
.base .header h1 {
	position: absolute;
	height: 484px;
	width: 700px;
	line-height: 484px;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 50px;
	letter-spacing: -2px;
	z-index: 1;
}
.base .header ul {
	position: absolute;
	z-index: 11;
	margin: 0px;
	padding: 50px;
	list-style-type: none;
	width: 200px;
	text-align: left;
}
li a{
	display: block;
	padding: 5px;
	margin: 5px 0px;
	font-weight: bold;
}
li a:hover {
    letter-spacing: 1.3em
	}
/*======================================

メイン

=======================================*/
.base .main {
	padding-bottom: 40px;
}
.base .main .t {
	font-size: 20px;
	color: #E6E6E6;
	text-align: center;
	margin-bottom: -10px;
	letter-spacing: 1em;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-top: 10px;
}
.base .main .td {
	line-height: 165%;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 5px;
}
.base .footer {
	padding: 10px;
	font-size: .9em;
	text-align: center;
}
textarea,input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	border: 1px solid #eee;
}