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

body,td,th {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 10px;
	color: #999999;
}
body {
	background-image: url(slash.png);
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #58A1CE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF3CBE;
}
a:hover {
	text-decoration: underline;
	color: #95EDCC;
}
a:active {
	text-decoration: none;
	color: #FF3CBE;
}
/*======================================

ベース

=======================================*/
.base {
	width: 450px;
	height: 100%;
	left: 50%;
	position: absolute;
	margin-left: -225px;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	bottom: 0px;
	position: absolute;
	width: 450px;
	height: 30%;
}
/*======================================

タイトル

=======================================*/
.base .header h1 {
	font-size: 15px;
	text-align: center;
	line-height: 50px;
	margin: 0px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	padding: 0px;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
}
.base .header .menu {
	float: left;
}
.base .header .menu img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 17px;
	margin-left: 17px;
}
.base .header .footer .copy {
	text-align: center;
	line-height: 40px;
}
/*======================================

メイン

=======================================*/
.base .main {
	overflow: auto;
	position: absolute;
	height: 70%;
	width: 450px;
	top: 0px;
}
.base .main .t {
	padding: 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0E0E0;
}
.base .main .td {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
}
textarea, input {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 12px;
	color: #C0C0C0;
	margin: 2px;
	padding: 2px;
	border: 1px dotted #C0C0C0;
	background-color: transparent;
}