body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #F9F9F9;
	margin: 0px;
	padding: 40px;
}
.base {
	margin: auto;
	width: 750px;
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
}
.base .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 20px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #F9F9F9;
}
.base .header h1 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
}
.base .header .menu {
	line-height: 50px;
	letter-spacing: .1em;
}
.base .header .copyright {
	font-size: .9em;
	line-height: 25px;
}
.base .main {
	padding: 30px;
}
.base .main .t {
	line-height: 30px;
	font-size: 1.2em;
	text-align: left;
	color: #999999;
	font-weight: bold;
}
.base .main .td {
	line-height: 160%;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #F9F9F9;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
a:link {
	color: #E85804;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E85804;
}
a:hover {
	text-decoration: underline;
	color: #09BF11;
}
a:active {
	text-decoration: none;
	color: #E85804;
}