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

body {
	background-color: #7b7d5b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #C1C1AC;
	font-family: Century Gothic, Trebuchet MS, sans-serif;
	font-size: 12px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #6C6C51;
	text-decoration: none;
	background-color: #C0C0C0;
}
a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #C0C0C0;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #7B7D5B;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C0C0C0;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #C2C4AC;
	color: #7B7D5B;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #3E3F2E;
	border-bottom-color: #3E3F2E;
}
/*======================================

画像ボーダー消す

=======================================*/
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*======================================

タイトル

=======================================*/
.base .header h1 {
	margin: 0px;
	padding: 0px;
	line-height: 100px;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: .5em;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	list-style-type: none;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.base .header .menu {
	float: left;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 40px;
}
/*======================================

メイン

=======================================*/
.base .main {
	margin: auto;
	width: 500px;
}
.base .main .t {
	line-height: 50px;
	text-align: right;
	font-weight: bold;
	background-color: #6B6C4F;
	padding-right: 5px;
	letter-spacing: 1em;
}
.base .main .td {
	text-indent: 1em;
	line-height: 2em;
	letter-spacing: .1em;
	padding: 10px;
}
.base .footer .copy {
	line-height: 90px;
	font-size: .9em;
	text-align: center;
}
textarea, input {
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #C1C1AC;
	background-color: #6B6C4F;
	margin: 2px;
	padding: 2px;
	border: 1px dotted #C2C4AC;
}
