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

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

リンク

=======================================*/
a:link {
	color: #B94760;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B94760;
}
a:hover {
	text-decoration: underline;
	color: #42694C;
}
a:active {
	text-decoration: none;
	color: #B94760;
}
.base {
	margin: auto;
	width: 577px;
	background-image: url(1.gif);
	padding-right: 7px;
	padding-left: 7px;
	background-color: #FFFFFF;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	background-image: url(pho.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 300px;
	border-bottom-width: 3px;
	border-bottom-style: ridge;
	border-bottom-color: #E3E3E3;
}
.base .header h1 {
	margin: 0px;
	padding: 20px;
	line-height: 150px;
	font-size: 22px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: lower-alpha;
}
/*======================================

メイン

=======================================*/
.base .main .t {
	line-height: 30px;
	margin: 10px;
	padding: 5px;
	font-weight: bold;
}
.base .main .td {
	padding: 10px;
	margin: 10px;
	line-height: 2em;
	letter-spacing: 1px;
}
.base .footer .copy {
	line-height: 60px;
	text-align: center;
	font-size: .9em;
}
textarea, input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	margin: 2px;
	padding: 2px;
	border: 1px solid #C0C0C0;
}