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

/*======================================

全部

=======================================*/
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	background-image: url(bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-position: -200px top;
}
/*======================================

リンク

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

ベース

=======================================*/
.base {
	width: 700px;
	left: 200px;
	position: absolute;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	border-left-width: 80px;
	border-left-style: solid;
	border-left-color: #DCDCDC;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
.base .header h1 {
	line-height: 60px;
	font-size: 30px;
	color: #DCDCDC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
}
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu a {
	font-size: 25px;
	color: #DCDCDC;
	display: block;
	margin-left: -5px;
	margin-bottom: 3px;
}
.base .header .menu a:hover {
	color: #FFFFFF;
	letter-spacing: -3px;
	margin-left: -60px;
}
/*======================================

メイン

=======================================*/
.base .main .t {
	border-left-width: 80px;
	border-left-style: solid;
	border-left-color: #DCDCDC;
	line-height: 15px;
	font-size: 25px;
	color: #DCDCDC;
	margin-top: 20px;
	text-indent: -25px;
}
.base .main .t:first-letter {
	color: #FFFFFF;
	padding-right: 10px;
}
.base .main .td {
	border-left-width: 80px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 1.6em;
	letter-spacing: .1em;
}
.base .footer {
	font-size: 10px;
	line-height: 50px;
	text-align: center;
}
textarea, input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	background-color: #EEEEEE;
	border: 1px solid #DCDCDC;
	margin: 2px;
	padding: 2px;
}