body,td,th {
	font-family: Impact, fantasy;
	font-size: 12px;
	color: #1C1C1C;
}
body {
	background-color: #EAEAEA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #D68300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D68300;
}
a:hover {
	text-decoration: underline;
	color: #A4DD02;
}
a:active {
	text-decoration: none;
	color: #D68300;
}
.base {
	background-image: url(pho.jpg);
	height: 400px;
	width: 800px;
	margin-top: -200px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 3px ridge #999999;
}
.base .header {
	width: 250px;
	float: left;
}
.base .header h1 {
	font-size: 25pt;
	font-weight: normal;
	line-height: 100px;
	margin: 0px;
	text-align: center;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu a {
	padding: 10px;
	display: block;
}
.base .header .footer .copy {
	line-height: 50px;
	text-align: center;
	font-size: .9em;
}
/*======================================

メイン

=======================================*/
.base .main {
	width: 520px;
	float: left;
	overflow: auto;
	height: 370px;
	padding: 10px;
	background-image: url(white.png);
	margin: 5px;
}
.base .main .t {
	padding: 20px;
	letter-spacing: 0.3em;
	font-size: 1.3em;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.base .main .td {
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
}
textarea, input {
	margin: 2px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	border: 1px solid #C0C0C0;
}
