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

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	background-image: url(slash.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #7E8784;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7E8784;
}
a:hover {
	text-decoration: underline;
	color: #94AFAA;
}
a:active {
	text-decoration: none;
	color: #94AFAA;
}
/*======================================

ベース

=======================================*/
.base {
	width: 650px;
	background-color: #FFFFFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	background-image: url(pho.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E7E7E7;
}
.base .header h1 {
	font-size: 1.3em;
	text-align: center;
	margin: 0px;
	padding: 5px;
	background-image: url(slash.png);
	line-height: 35px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.base .header .menu a {
	padding-left: 80px;
	letter-spacing: .1em;
	line-height: 30px;
	display: block;
	margin-bottom: 5px;
}
.base .header .menu a:hover {
	letter-spacing: 1em;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding: 25px;
}
.base .main .t {
	line-height: 20px;
	font-weight: bold;
	background-image: url(slash.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 95px;
}
.base .main .td {
	line-height: 2em;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.base .footer .copy {
	font-size: .9em;
	line-height: 70px;
	text-align: center;
}
textarea, input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	border: 1px solid #C0C0C0;
}