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

body,td,th {
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	background-image: url(p.gif);
	margin: 0px;
	padding: 40px;
	background-attachment: fixed;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #9D5F12;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9D5F12;
}
a:hover {
	text-decoration: underline;
	color: #F3693A;
}
a:active {
	text-decoration: none;
	color: #9D5F12;
}
.base {
	width: 700px;
	margin: auto;
	border: 2px solid #767676;
	background-color: #FFFFFF;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	width: 200px;
	float: left;
}
.base .header h1 {
	font-size: 1.4em;
	text-align: center;
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 10px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu a {
	text-align: center;
	padding: 7px;
	display: block;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #F6EBD5;
	border-bottom-color: #F6EBD5;
	margin-top: 3px;
}
.base .header .menu a:hover {
	background-color: #FBF4C6;
}
.base .footer .copy {
	font-size: .9em;
	line-height: 60px;
	text-align: center;
	clear: both;
}
/*======================================

メイン

=======================================*/
.base .main {
	width: 497px;
	float: right;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F2E6C0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.base .main .t {
	font-weight: bold;
	background-image: url(pho.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
}
.base .main .td {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	line-height: 2em;
}
textarea, input {
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(p.gif);
	margin: 2px;
	padding: 2px;
	border: 1px solid #C0C0C0;
}