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

ベース

=======================================*/
body, td, th {
	font-family: Impact, Tahoma, Arial, Sans-serif;
	font-size: 12px;
}
body {
	color:#262626;
	margin:0;
	overflow:hidden;
	padding: 20px;
}
/*======================================

リンク

=======================================*/
a {
	color:#999999;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a:hover {
	color:#68a404;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #68a404;
}
.base {
	width: 800px;
	margin: auto;
}
/*======================================

左

=======================================*/
.base .left {
	float: left;
	width: 300px;
	text-align: center;
	text-transform: uppercase;
}
.base .left h1 {
	color: #86C401;
	font-weight: normal;
	font-size: 25px;
	line-height: 60px;
	margin: 0px;
	letter-spacing: .1em;
}
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
}
/*======================================

メイン

=======================================*/
.base .main {
	float: right;
	padding: 20px;
	width: 455px;
}
.base .main .t {
	color: #AEE70C;
	font-size: 15px;
	text-align: right;
	letter-spacing: .2em;
	line-height: 30px;
	text-transform: uppercase;
}
.base .main .td {
	line-height: 2em;
	font-family: Helvetica, Arial, sans-serif;
	padding: 2px;
}
textarea, input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	border: 1px solid #F0F0F0;
	margin: 2px;
}