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

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(slash.png);
}
/*======================================

リンク

=======================================*/
a:link {
	color: #4296D4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4296D4;
}
a:hover {
	text-decoration: underline;
	color: #93D9F2;
}
a:active {
	text-decoration: none;
	color: #4296D4;
}
/*======================================

ベース

=======================================*/
.base {
	background-image: url(gra.jpg);
	margin: auto;
	width: 840px;
	padding-right: 5px;
	padding-left: 5px;
}
.base .header {
	line-height: 250px;
	background-image: url(bg.jpg);
	text-align: center;
	font-size: 60px;
	color: #CCF4FE;
	letter-spacing: -5px;
}
.base .header h1 {
	margin: 0px;
	padding: 0px;
}
/*======================================

メニュー

=======================================*/
.base #menu {
	float: left;
	width: 200px;
}
.base #menu ul {
	margin: 0px;
	padding: 20px;
	list-style-type: none;
}
.base #menu .menu a {
	line-height: 50px;
	text-align: center;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #E6E6E6;
}
.base #menu .menu a:hover {
	background-color: #CCF4FE;
	color: #333333;
}
/*======================================

メイン

=======================================*/
.base .main {
	float: left;
	width: 600px;
	background-image: url(slash2.png);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.base .main .t {
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #409ED4;
	padding-left: 10px;
	font-weight: bold;
}
.base .main .td {
	line-height: 2em;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	letter-spacing: 1px;
}
.base .footer .copy {
	line-height: 60px;
	text-align: center;
}
textarea, input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	border: 1px solid #C0C0C0;
}