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

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #333333;
}
body {
	background-color: #EEEEEE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #5CB4DD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5CB4DD;
}
a:hover {
	text-decoration: underline;
	color: #E8F6EA;
}
a:active {
	text-decoration: none;
	color: #5CB4DD;
}
.base {
	margin: auto;
	width: 650px;
	background-color: #FFFFFF;
}
.base .header {
	float: left;
}
.base .header h1 {
	line-height: 120px;
	margin: 0px;
	padding-left: 30px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 25px;
	letter-spacing: 3px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.base .header #menu {
	float: right;
	margin: 0px;
	list-style-type: none;
	padding-top: 30px;
	padding-right: 70px;
	padding-bottom: 0px;
	line-height: 15px;
	padding-left: 270px;
	letter-spacing: 1px;
}
.base .img {
	background-image: url(bg.gif);
	text-indent: -9999px;
	height: 311px;
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}
.base .main {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
.base .main .t {
	line-height: 20px;
	padding-left: 20px;
	margin: 5px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	letter-spacing: 1px;
}
.base .main .td {
	line-height: 175%;
	padding: 15px;
}
.base .footer {
	line-height: 30px;
	text-align: center;
	letter-spacing: 2px;
}
textarea,input {
    margin: 0px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #333333;
	background: #fff;
	border: 1px solid #eee
}