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

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

リンク

=======================================*/
a:link {
	color: #0091F0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0091F0;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #0091F0;
}
.base {
	width: 700px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 30px;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 210px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.base .header h1 {
	font-size: 20px;
	line-height: 130px;
	letter-spacing: 0.5em;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	padding: 0px;
	list-style-type: none;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.base .header .menu {
	float: left;
	text-align: center;
}
.base .header .menu a {
	display: block;
	width: 100px;
	line-height: 30px;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.base .main .t {
	line-height: 50px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-right: 20px;
}
.base .main .td {
	line-height: 2em;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin-bottom: 20px;
}
.base .footer .copy {
	font-size: .9em;
	line-height: 70px;
	text-align: center;
}
textarea, input {
	font-family: "Palatino Linotype", serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
}