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

body,td,th {
	font-family: Lucida Sans Unicode, Tahoma, Arial, Sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
body {
	background-color: #000000;
	background-image: url(bg_st.png);
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}
a:link {
	color: #6C8979;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9A7559;
}
a:hover {
	text-decoration: underline;
	color: #CC0D41;
}
a:active {
	text-decoration: none;
	color: #9A7559;
}
.base {
	width: 70%;
	max-width: 1024px;
}
.base .menu {
	float: left;
	width: 302px;
}
.base .main {
	width: 50%;
	float: left;
	padding: 20px;
}
.base .main .t {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	letter-spacing: .2em;
	margin: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #88556A;
	background-image: url(bg_t.png);
}
.base .main .td {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-serif;
	line-height: 165%;
	margin: 10px;
	padding-bottom: 20px;
	letter-spacing: 1px;
}
.base .menu h1 {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	letter-spacing: .3em;
}
.base .menu span {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0em;
	line-height: 40px;
}
textarea,input {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-serif;
	line-height: 165%;
	margin: 2px;
	padding: 2px;
	color: #ccc;
	background: transparent;
	border: 1px solid #655
}