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

body,td,th {
	font-family: Palatino Linotype, serif;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	background-image: url(photo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #2D61C7;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #2D61C7;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #2D61C7;
}
.base {
	margin: auto;
	width: 800px;
}
.base .header {
	padding-bottom: 120px;
	background-image: url(str.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.base .header h1 {
	font-size: 35px;
	color: #FFFFFF;
	text-align: center;
	line-height: 120px;
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
}
.base .header ul {
	width: 400px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.base .header .menu {
	float: left;
}
.base .header .menu a {
	width: 98px;
	text-align: center;
	display: block;
	line-height: 30px;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #13376F;
	margin-right: 1px;
	margin-left: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.base .header .menu a:hover {
	border-bottom-color: #0099FF;
	color: #C6D6F2;
}
.base .main {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.base .main .t {
	font-style: italic;
	font-size: 18px;
}
.base .main .t:first-letter {
	color: #5B8FE2;
	font-size: 20px;
	font-weight: bold;
}
.base .main .td {
	background-image: url(str.png);
	background-repeat: repeat-y;
	background-position: left center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 10px;
	line-height: 2em;
	letter-spacing: 1px;
}
.base .footer .copy {
	font-size: .9em;
	line-height: 80px;
	text-align: center;
}
textarea, input {
	font-family: "Palatino Linotype", serif;
	font-size: 12px;
	color: #999999;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	border: 1px solid #D4D0C8;
}