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

body,td,th {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 10px;
	color: #666666;
}
body {
	background-color: #E3E3E3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #58CDEB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #58CDEB;
}
a:hover {
	text-decoration: underline;
	color: #76C83F;
}
a:active {
	text-decoration: none;
	color: #58CDEB;
}
/*======================================

ベース

=======================================*/
.base {
	border: 1px solid #666666;
	position: absolute;
	height: 400px;
	width: 650px;
	margin-top: -200px;
	margin-left: -325px;
	left: 50%;
	top: 50%;
	background-color: #FFFFFF;
}
/*======================================

左部分

=======================================*/
.base .header {
	width: 200px;
	float: left;
	height: 90%;
	position: absolute;
	left: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.base .header .img2 {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #666666;
	display: block;
}
.base .header h1 {
	font-size: 17px;
	text-align: center;
	margin: 5px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	padding: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.base .header .menu a {
	line-height: 25px;
	text-align: center;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.base .header .menu a:hover {
	background-color: #E3E3E3;
}
.base .header .footer .copy {
	font-size: 0.9em;
	padding-top: 10px;
	letter-spacing: -1px;
	text-align: center;
}
/*======================================

メイン

=======================================*/
.base .main {
	float: left;
	width: 400px;
	height: 379px;
	overflow: auto;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	position: absolute;
	left: 220px;
}
.base .main .t {
	background-color: #F6F6F6;
	padding: 3px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}
.base .main .td {
	line-height: 175%;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
textarea, input {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 2px;
	padding: 2px;
	border: 1px solid #999999;
}