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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.png);
}
a:link {
	color: #F86C75;
}
a:visited {
	color: #850400;
}
a:hover {
	color: #03B39C;
}
a:active {
	color: #6E0000;
}
.base {
	width: 70%;
	max-width: 1024px;
	border: 1px dotted #CCCCCC;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#top .header {
	background-image: url(photo.jpg);
	height: 195px;
	background-position: right;
	background-repeat: no-repeat;
}
#top .header h1 {
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: .2em;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
}
#top .header #menu {
	margin: 0px;
	list-style-position: inside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	width: 250px;
}
#top .header #menu li {
	float: left;
	margin-bottom: 7px;
	margin-right: 7px;
}
#top .header #menu a {
	float: left;
	width: 100px;
	display: block;
	line-height: 20px;
	font-size: 10px;
	text-align: center;
	border: 1px dotted #CCCCCC;
}
#top .line {
	background-image: url(line.gif);
	text-indent: -9999px;
	height: 15px;
}
#top .main {
	padding: 30px;
}
#top .main .t {
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	letter-spacing: 3px;
	color: #F09E89;
}
#top .main .td {
	line-height: 25px;
	background-image: url(td.gif);
	margin: 20px;
	letter-spacing: .1em;
	padding-right: 5px;
	padding-left: 5px;
}
#top .footer {
	line-height: 30px;
	text-align: center;
	background-image: url(line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 15px;
	font-size: 10px;
}
textarea,input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	border: 1px dotted #ccc;
	marigin: 1px;
	padding: 2px;
	background: #fff;
}