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

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

ボディ

=======================================*/
body,td,th {
	font-family: Century Gothic, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	background-image: url(s.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #E86B2B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C13623;
}
a:hover {
	text-decoration: underline;
	color: #249279;
}
a:active {
	text-decoration: none;
	color: #2165A6;
}
.base {
	width: 700px;
	background-color: #FFFFFF;
	margin: auto;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	text-align: center;
}
.base .header h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: 10px;
	line-height: 70px;
}
.base .header ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	overflow: hidden;
}
/*======================================

メニュー

=======================================*/
.base .header .menu {
	float: left;
}
.base .header .menu a {
	width: 165px;
	text-align: center;
	display: block;
	margin-left: 5px;
	line-height: 35px;
	border: 1px solid #E0DFE3;
	-moz-border-radius: 3px;  /* Firefox */
    -webkit-border-radius: 3px;  /* Safari */
}
.base .header .menu a:hover {
	background-image: url(s.png);
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.base .header .copyright {
	font-size: .9em;
	line-height: 30px;
	text-align: right;
	padding-right: 10px;
}
.base .main {
	padding-bottom: 40px;
}
.base .main .t {
	background-image: url(h_.gif);
	margin: auto;
	width: 400px;
	line-height: 50px;
	text-align: center;
	font-size: 1.3em;
	letter-spacing: 2px;
}
.base .main .td {
	padding: 20px;
	line-height: 165%;
	letter-spacing: 1px;
}
textarea, input {
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #E0DFE3;
	margin: 1px;
	padding: 1px;
	-moz-border-radius: 3px;  /* Firefox */
    -webkit-border-radius: 3px;  /* Safari */
}