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

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

リンク

=======================================*/
a:link {
	color: #4FA493;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4FA493;
}
a:hover {
	text-decoration: underline;
	color: #E47404;
}
a:active {
	text-decoration: none;
	color: #4FA493;
}
/*======================================

ベース

=======================================*/
.base {
	width: 800px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #51B0AC;
	border-bottom-color: #51B0AC;
	border-left-color: #51B0AC;
	background-color: #FFFFFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	background-image: url(photo.jpg);
	background-position: left top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #357572;
}
.base .header h1 {
	font-size: 25px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin: 0px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 35px;
	overflow: hidden;
	height: 30px;
}
.base .header .menu {
	float: left;
}
.base .header .menu a {
	display: block;
	width: 80px;
	line-height: 25px;
	text-align: left;
	padding-left: 5px;
	cursor: default;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFEF26;
	margin-left: 3px;
}
.base .header .menu a:hover {
	border-left-color: #F9F9FF;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding: 20px;
}
.base .main .t {
	text-align: right;
	font-size: 25px;
	line-height: 15px;
	color: #CCCCCC;
}
.base .main .td {
	padding-right: 30px;
	padding-left: 30px;
	line-height: 3em;
	padding-bottom: 30px;
	letter-spacing: .1em;
}
.base .footer .copy {
	font-size: .9em;
	line-height: 60px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9FD2CD;
	background-image: url(photo.jpg);
	background-position: center bottom;
}
textarea,input {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
	border: #ccc 1px solid;
	background: none;
}