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

body, td, th {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #EFEFEF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.base .header h1 {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 20px;
	line-height: 60px;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
}
.base .header .menu {
	background-color: #000000;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
/*======================================

メイン

=======================================*/
.base .main {
	margin: auto;
	width: 800px;
	padding: 50px;
	background-color: #FFFFFF;
}
.base .main .t {
	font-size: 15px;
	padding: 10px;
}
.base .main .td {
	line-height: 165%;
	padding-bottom: 10px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #4CC3EE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4CC3EE;
}
a:hover {
	text-decoration: underline;
	color: #FFC605;
}
a:active {
	text-decoration: none;
	color: #4CC3EE;
}
.base .footer .copy {
	line-height: 80px;
	text-align: center;
	width: 800px;
	padding-right: 50px;
	padding-left: 50px;
	background-color: #FFFFFF;
	margin: auto;
}
textarea, input {
	font-family: "Courier New", Courier, mono;
	color: #999999;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}