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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
body {
	background-color: #EFEFEF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #A21C28;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A21C28;
}
a:hover {
	text-decoration: underline;
	color: #C9F5E3;
}
a:active {
	text-decoration: none;
	color: #A21C28;
}
#main {
	padding: 30px;
}

.base {
	width: 537px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.base .image {
	float: right;
	width: 136px;
	clear: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.base .iframe {
	float: left;
	width: 400px;
}
.base .clear {
	clear: both;
}
.footer {
	clear: both;
	width: 536px;
	text-align: right;
}
.footer h1 {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
	width: 400px;
	float: left;
	line-height: 25px;
}
.footer .menu {
	line-height: 25px;
	padding-right: 6px;
}#main .t {
	font-size: 120%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#main .td {
	margin: 5px;
	padding: 3px;
	line-height: 17px;
	letter-spacing: 1px;
}
#main .td #right {
	text-align: right;
	float: right;
}
textarea, input {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EFEFEF;
	color: #999999;
}
