/*======================================

ベース

=======================================*/
body,td,th {
	font-family: Verdana, Tahoma, Arial, Sans-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: #42AB35;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #42AB35;
}
a:hover {
	text-decoration: underline;
	color: #A0FD19;
}
a:active {
	text-decoration: none;
	color: #42AB35;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	position: absolute;
	z-index: 11;
	height: 100%;
	width: 400px;
	background-image: url(19.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.base .header h1 {
	line-height: 200px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li a {
	display: block;
	padding: 5px;
	margin: 5px 0px;
	text-align: center
}
li a:hover {
	letter-spacing: 1.3em;
	font-weight: bold;
}
.base .header p {
	font-size: .9em;
	line-height: 30px;
	text-align: center;
}
/*======================================

メイン

=======================================*/
.base .main {
	position: absolute;
	z-index: 1;
	height: 100%;
	left: 400px;
	background-image: url(5.gif);
	background-repeat: repeat-y;
	overflow: auto;
}
.base .main .t {
	font-weight: bold;
	background-color: #F3F3F3;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
	padding: 10px;
}
.base .main .td {
	padding-left: 50px;
	padding-top: 10px;
	line-height: 1.7em;
	letter-spacing: 1px;
	padding-right: 20%;
}
textarea, input {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 12px;
	color: #999999;
	border: 1px solid #F0F0F0;
	margin: 2px;
}