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

body,td,th {
	color: #333333;
	font-size: 10px;
}
body {
	background-color: #d9d9d9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	color: #2C191B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #30121A;
}
a:hover {
	text-decoration: underline;
	color: #001E16;
}
a:active {
	text-decoration: none;
	color: #30121A;
}
.base .header {
	overflow: hidden;
}
.base .header h1 {
	width: 48%;
	float: left;
	text-align: right;
	margin: 0px;
	line-height: 80px;
	color: #999999;
	font-size: 140%;
	letter-spacing: 3px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1:first-letter,.t:first-letter{
	font-size: 135%;
	color: #456B6C;
}
.base .header .menu {
	float: left;
	width: 50%;
	clear: right;
}
.base .header .menu #menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu a {
	float: left;
	line-height: 80px;
	width: 60px;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
.base .img {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 119px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 10px;
	letter-spacing: 2em;
	text-align: right;
	display: block;
	padding-left: 50%;
	line-height: 40px;
	padding-right: 6%;
}
.main {
	width: 50%;
	margin: auto;
	padding: 20px;
}
.base .main .t {
	font-size: 140%;
	font-weight: bold;
	color: #999999;
	text-align: center;
	letter-spacing: 1em;
	line-height: 40px;
}
.base .main .td {
	font-size: 10pt;
	padding: 20px;
	line-height: 25px;
	letter-spacing: 1px;
}
.base .footer {
	text-align: center;
	line-height: 40px;
	letter-spacing: 1em;
}
textarea, input {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #999999;
	line-height: 16px;
	margin: 2px;
	padding: 2px;
	background-color: #D9D9D9;
	border: 1px solid #999999;
}