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

body,td,th {
	font-family: Lucida Sans Unicode, Lucida Sans, arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #EAEAEA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.base {
	width: 900px;
	background-attachment: fixed;
	background-image: url(pho_1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
	height: 100%;
	margin-left: -450px;
	position: absolute;
	left: 50%;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #4F821B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4F821B;
}
a:hover {
	text-decoration: underline;
	color: #CCFB8B;
}
a:active {
	text-decoration: none;
	color: #4F821B;
}
.base .header {
	float: left;
	width: 300px;
}
.base .header h1 {
	line-height: 130px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 20pt;
}
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu a {
	line-height: 50px;
	text-align: center;
	display: block;
}
.base .header .footer .copy {
	font-size: 0.9em;
	text-align: center;
	line-height: 70px;
}
.base .main {
	width: 590px;
	float: right;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: 100%;
	overflow: auto;
}
.base .main .t {
	padding: 5px;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.base .main .t:first-letter {
	font-size: 25px;
	color: #488315;
}
.base .main .td {
	line-height: 2em;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}
textarea, input {
	font-family: "Lucida Sans Unicode", "Lucida Sans", arial, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 2px;
	padding: 2px;
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
}