body,td,th {
	font-family: Lucida Sans Unicode, Lucida Sans, arial, sans-serif;
	color: #666666;
	font-size: 12px;
}
body {
	background-image: url(1.png);
	margin-left: 50px;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	background-color: #FFFFFF;
}
a:link {
	color: #132861;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFBA05;
}
a:hover {
	text-decoration: underline;
	color: #B20F0A;
}
a:active {
	text-decoration: none;
	color: #132861;
}
#body .base {
	width: 750px;
	margin: auto;
	background-color: #FFFFFF;
	border: 2px solid #DDDDDD;
}
#body .base .header {
	background-image: url(photo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #F0F0F0;
	margin: 20px;
	padding: 20px;
}
#body .base .header h1 {
	font-size: 1.3em;
	letter-spacing: -1px;
	line-height: 90px;
	padding-left: 50px;
}
#body .base .main {
	padding: 30px;
}

#body .base .main .t {
	width: 200px;
	float: left;
	text-align: center;
	font-size: .9em;
	color: #333333;
	letter-spacing: -1px;
	line-height: 50px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	background-image: url(1.png);
}
#body .base .main .td {
	overflow: hidden;
	padding: 20px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	margin-bottom: 20px;
}
#body .base .footer {
	font-size: .9em;
	line-height: 50px;
	text-align: center;
}

textarea, input {
	font-family: "Lucida Sans Unicode", "Lucida Sans", arial, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 2px;
	border: 1px solid #F0F0F0;
}
