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

body,td,th {
	font-family: Palatino Linotype, Times New Roman, sans-serif;
	font-size: 10pt;
	color: #CCCCCC;
}
body {
	background-color: #000000;
	margin: 0px;
	padding-bottom: 15px;
}
a:link {
	color: #BF5998;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EEDCEC;
}
a:hover {
	text-decoration: underline;
	color: #146E78;
}
a:active {
	text-decoration: none;
	color: #BF5998;
}
#top {
	margin: auto;
	width: 755px;
	background-image: url(bg_kage.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#top .header {
	background-image: url(bg.jpg);
	margin: auto;
	width: 700px;
	background-repeat: no-repeat;
	background-position: center top;
}
#top .header h1 {
	margin: 0px;
	padding-top: 180px;
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: 15px;
	text-align: center;
	line-height: 40px;
}
#top .menu {
	width: 715px;
	font-size: 10px;
	line-height: 25px;
	background-image: url(bg_menu.png);
	letter-spacing: 2px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#top .t {
	width: 50%;
	font-size: 10px;
	letter-spacing: 10px;
	text-align: center;
	line-height: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2C121F;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#top .td {
	margin: auto;
	width: 88%;
	padding: 15px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	line-height: 165%;
	letter-spacing: 3px;
}
#top .footer {
	background-image: url(bg_footer.gif);
	background-repeat: no-repeat;
	height: 41px;
	text-align: center;
	font-size: 9px;
	letter-spacing: 6px;
	padding-top: 7px;
}
textarea,input {
    border: 2px solid #2C121F;
	margin: 1px;
	padding: 1px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	line-height: 165%;
	background: #000;
}