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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
body {
	background-color: #F0F0F0;
}
a:link {
	color: #AF0102;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AF0102;
}
a:hover {
	text-decoration: underline;
	color: #8F8F8F;
}
a:active {
	text-decoration: none;
	color: #AF0102;
}
.base {
	width: 800px;
	border: 2px solid #333333;
	-moz-border-radius: 5px;  /* Firefox */
	-webkit-border-radius: 5px;  /* Safari */
	-webkit-box-shadow: 1px 1px 15px #ddd;  /* safari */
	-moz-box-shadow: 1px 1px 15px #ddd;   /* firefox */
	padding: 0px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.base .header {
	background-image: url(photo.jpg);
	height: 378px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.base .header h1 {
	font-family: "arial black", sans-serif;
	line-height: 200px;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.base .header #menu {
	background-image: url(op.png);
	height: 50px;
}
.base .header #menu ul {
	margin: auto;
	width: 400px;
	list-style-type: none;
}
.base .header #menu .menu {
	float: left;
}
.base .header #menu .menu a {
	line-height: 50px;
	text-align: center;
	width: 100px;
	display: block;
}
.base .main {
	padding: 20px;
}
.base .main .t {
	font-family: "arial black", sans-serif;
	font-size: 15px;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.base .main .td {
	line-height: 175%;
	padding: 10px;
}
.base .footer .copy {
	font-size: .9em;
	line-height: 80px;
	text-align: center;
}
textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F0F0F0;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}