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

body,td,th {
	font-family: Impact, fantasy;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #F2F2F2;
	margin: 0px;
	padding: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #185292;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #185292;
}
a:hover {
	text-decoration: underline;
	color: #3379AC;
}
a:active {
	text-decoration: none;
	color: #185292;
}
/*======================================

ベース

=======================================*/
.base {
	margin: auto;
	width: 800px;
	background-image: url(gra.png);
	background-repeat: repeat-y;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	float: left;
	width: 200px;
	margin-left: 6px;
}
.base .header .img {
	text-align: center;
	display: block;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.base .header h1 {
	font-weight: normal;
	text-align: center;
	margin: 0px;
	font-size: 25px;
	padding-top: 20px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.base .header .menu a {
	line-height: 30px;
	text-align: center;
	display: block;
}
.base .header .menu a:hover {
	letter-spacing: 1em;
}
/*======================================

メイン

=======================================*/
.base .main {
	width: 570px;
	float: right;
	padding: 10px;
}
.base .main .t {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
	line-height: 30px;
	padding-left: 10px;
	letter-spacing: .2em;
}
.base .main .td {
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.base .footer .copy {
	font-size: .8em;
	line-height: 80px;
	clear: both;
	background-color: #F2F2F2;
	background-image: url(gra2.png);
	background-repeat: no-repeat;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
}
textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #F2F2F2;
	margin: 2px;
	padding: 2px;
	border: 1px dotted #C0C0C0;
}