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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #9A5421;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9A5421;
}
a:hover {
	text-decoration: underline;
	color: #6D746C;
}
a:active {
	text-decoration: none;
	color: #9A5421;
}
.base {
	width: 650px;
	margin: auto;
}
.base .header h1 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
	font-size: 20px;
	line-height: 50px;
	padding-left: 20px;
	letter-spacing: -0.1em;
	border: 1px solid #CCCCCC;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	overflow: hidden;
}
.base .header .menu {
	float: left;
}
.base .header .menu a {
	display: block;
	margin-bottom: 10px;
	width: 125px;
	text-align: center;
	line-height: 25px;
}
.base .header .img {
	background-color: #000000;
	text-align: right;
	border: 1px solid #CCCCCC;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding-top: 30px;
	padding-bottom: 30px;
}
.base .main .t {
	padding: 5px;
	border: 1px solid #CCCCCC;
	letter-spacing: -0.1em;
	background-color: #FFFFFF;
}
.base .main .td {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 1.5em;
}
.base .footer .copy {
	font-size: .9em;
	line-height: 60px;
	text-align: center;
}
textarea, input {
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: transparent;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}