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

body,td,th {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #F2F2F2;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.base {
	width: 900px;
	margin: auto;
}
/*======================================

タイトル

=======================================*/
.base .header h1 {
	line-height: 120px;
	text-align: center;
	margin: 0px;
	font-size: 20px;
	letter-spacing: .5em;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu {
	float: left;
}
.base .header .menu a {
	text-align: center;
	line-height: 2em;
	display: block;
	width: 220px;
	margin-right: 2px;
	margin-left: 2px;
	height: 140px;
}
.base .header .menu a:hover {
	background-color: #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
/*======================================

メイン

=======================================*/
.base .main {
	clear: both;
	padding: 30px;
}
.base .main .t {
	text-align: right;
	letter-spacing: 0.2em;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	font-weight: bold;
}
.base .main .td {
	line-height: 2em;
	padding-bottom: 20px;
}
.base .footer .copy {
	font-size: .9em;
	line-height: 70px;
	text-align: center;
}
a:link {
	color: #097BED;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1292D3;
}
a:hover {
	text-decoration: underline;
	color: #11B000;
}
a:active {
	text-decoration: none;
	color: #1292D3;
}
textarea, input {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #666666;
	background-color: #F2F2F2;
	margin: 2px;
	padding: 2px;
	border: 1px solid #C0C0C0;
}