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

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

リンク

=======================================*/
a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #000000;
	margin: 2px;
	padding: 2px;
}
/*======================================

ベース

=======================================*/
.base {
	width: 600px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
/*======================================

メニュー

=======================================*/
.base .menus {
	width: 150px;
	margin: 0px;
	padding-top: 15px;
	float: left;
}
.base .menus h2 {
	font-style: italic;
	letter-spacing: -1px;
	font-size: 20px;
	text-align: center;
}
.base .menus ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .menus .menu a {
	width: 90%;
	display: block;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	line-height: 40px;
}
/*======================================

メイン

=======================================*/
.base .main {
	width: 449px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.base .main .header {
	background-image: url(pho.jpg);
	height: 225px;
	background-repeat: no-repeat;
	background-position: right top;
}
.base .main .header h1 {
	margin: 0px;
	padding-left: 20px;
	padding-top: 50px;
	font-size: 30px;
	font-style: italic;
	letter-spacing: -2px;
}
.base .main .t {
	line-height: 30px;
	background-image: url(bg.png);
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	background-position: center center;
	font-style: italic;
}
.base .main .td {
	padding: 20px;
	line-height: 2em;
	letter-spacing: .1em;
}
.base .footer .copy {
	clear: both;
	line-height: 70px;
	text-align: center;
}textarea, input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	margin: 2px;
	padding: 2px;
	border: 1px solid #C1C1C1;
}
