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

body,td,th {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-image: url(bg_body.gif);
}
a:link {
	color: #606060;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #606060;
}
a:hover {
	text-decoration: none;
	color: #606060;
}
a:active {
	text-decoration: underline;
	color: #A606060;
}
#top .base {
	margin: auto;
	width: 600px;
	background-color: #FFFFFF;
}
#top .base .header {
	background-image: url(titleillust.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 300px;
	text-align: center;
}
#top .base .header h1 {
	font-size: 120%;
	letter-spacing: 2px;
}
#top .base .header .menu {
	line-height: 30px;
	background-image: url(bg_body.gif);
}
#top  .base  .main  {
	margin: 6px;
	padding: 6px;
}
#top  .base  .main  .t  {
	line-height: 20px;
	margin: 4px;
	padding: 2px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	font-weight: bold;
}
#top  .base  .main  .td  {
	line-height: 165%;
	letter-spacing: 1px;
	padding: 15px;
}
#top .base .footer {
	text-align: center;
	padding: 20px;
	line-height: 20px;
}
textarea,input {
    border: dotted 1px #ccc;
	background:#FFFFFF;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	color: #333333;
	padding: 2px;
	margin: 2px;
}