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

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 60px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #978D83;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #978D83;
}
a:hover {
	text-decoration: none;
	color: #FEE4C9;
}
a:active {
	text-decoration: underline;
	color: #978D83;
}
/*======================================

ベース

=======================================*/
.base {
	width: 800px;
	margin: auto;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	width: 250px;
	float: left;
}
.base .header .banner {
	display: block;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.base .header h1 {
	font-size: 1.6em;
	text-align: center;
	margin: 0px;
	line-height: 70px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu {
	float: left;
}
.base .header .menu a {
	display: block;
	width: 62px;
	text-align: center;
}
/*======================================

メイン

=======================================*/
.base .main {
	float: right;
	width: 525px;
	background-image: url(str.png);
	background-position: left;
	background-repeat: repeat-y;
	padding: 10px;
}
.base .main .t {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 25px;
	margin: 15px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
}
.base .main .td {
	margin-bottom: 20px;
	margin-left: 15px;
}
.base  .footer  .copy  {
	clear: both;
	font-size: 0.9em;
	text-align: center;
	line-height: 60px;
}
textarea, input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	border: 1px dotted #C0C0C0;
}