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

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

リンク

=======================================*/
a:link {
	color: #D0DBDD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #83C4BC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/*======================================

ベース

=======================================*/
.base  {
	width: 1000px;
	background-image: url(pho.jpg);
	height: 673px;
	border: 1px solid #000000;
	margin-top: -336px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 50%;
}
/*======================================

右

=======================================*/
.base .header {
	float: right;
	width: 250px;
}
.base .header h1 {
	font-size: 25px;
	text-align: center;
	line-height: 70px;
}
/*======================================

メニュー

=======================================*/
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu a {
	display: block;
	text-align: center;
	line-height: 40px;
}
/*======================================

メイン

=======================================*/
.base .main {
	float: left;
	width: 745px;
	height: 623px;
	overflow: auto;
}
.base .main .t {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 23px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	letter-spacing: .3em;
}
.base .main .td {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: .9em;
	padding: 20px;
	line-height: 2em;
}
.base .footer .copy {
	font-size: 10px;
	line-height: 50px;
	clear: both;
	text-align: center;
}
.base .footer .copy a {
	color: #36525E;
}
textarea, input {
	margin: 2px;
	padding: 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	border: 1px solid #666666;
	background-color: transparent;
}
