body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

ベース

=======================================*/
.base {
	width: 1024px;
	margin: auto;
}
.base .header {
	background-image: url(pho.jpg);
	height: 350px;
}
.base .header h1 {
	line-height: 200px;
	text-align: center;
	color: #FFFFFF;
	font-size: 50px;
	margin: 0px;
	padding: 0px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu {
	float: left;
}
.base .header .menu a {
	width: 250px;
	display: block;
	text-align: center;
	line-height: 30px;
	margin-right: 3px;
	margin-left: 3px;
	color: #666666;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #5DB8CD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5DB8CD;
}
a:hover {
	text-decoration: underline;
	color: #9BDAEC;
}
a:active {
	text-decoration: none;
	color: #5DB8CD;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding: 50px;
}
.base .main .t {
	font-size: 25px;
	line-height: 50px;
}
.base  .main  .td  {
	line-height: 2em;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #DAF0DB;
}
.base .footer .copy {
	font-size: .9em;
	line-height: 30px;
	text-align: center;
}
textarea, input {
	color: #999999;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}