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

body,td,th {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
/*======================================

ベース

=======================================*/
.base {
	margin: auto;
	width: 80%;
}
/*======================================

左

=======================================*/
.base .header {
	float: left;
	width: 325px;
}
.base .header h1 {
	text-align: center;
	font-size: 20px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: auto;
	padding: 0px;
	list-style-type: none;
	width: 300px;
}
.base .header .menu {
	float: left;
	margin: auto;
}
.base .header .menu a {
	display: block;
	margin-left: 10px;
	width: 60px;
	text-align: center;
}
/*======================================

メイン

=======================================*/
.base .main {
	float: left;
	margin: 20px;
	width: 50%;
}
.base .main .t {
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1px;
}
.base .main .td {
	padding: 15px;
	line-height: 175%;
}
.base .footer {
	line-height: 80px;
	text-align: center;
	clear: both;
}
textarea,input {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #666666;
	border: 1px solid #000;
	background: #fff
}