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

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #999999;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #AEC7DB;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #2A3843;
}
a:hover {
	text-decoration: underline;
	color: #7F9394;
}
a:active {
	text-decoration: none;
	color: #2A3843;
}
.base {
	margin: auto;
	width: 380px;
}
#line {
	background-image: url(bg_line.png);
	height: 7px;
}
.tit {
	background-image: url(bg.jpg);
	height: 228px;
	width: 357px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 50px;
	padding-left: 10px;
	background-repeat: no-repeat;
	letter-spacing: 1px;
}
.tit h1 {
	font-size: 50px;
	color: #CCCCCC;
	line-height: 25px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
}
.tit h1 span {
	color: #FFFFFF;
}
.tit #menu {
	margin: 0px;
	list-style-type: none;
	padding: 20px;
}
#menu li {
	margin: 0px;
	padding: 0px;
}
#menu a , .point a:hover  {
	font-size: 15px;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
#menu a:hover, .point a {
	color: #FFFFFF;
	background-image: url(bg_line.png);
	letter-spacing: 1em;
}
.main {
	padding: 15px;
}
.main .t {
	font-size: 26px;
	color: #CCCCCC;
	line-height: 15px;
	text-align: right;
	letter-spacing: -2px;
	padding-right: 10px;
}
.main .td {
	line-height: 165%;
	letter-spacing: 1px;
	padding-bottom: 15px;
}
textarea,input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #999999;
	line-height: 165%;
	letter-spacing: 1px;
	margin-bottom: 5px;
	padding: 1px;
	background: transparent;
	border: 1px solid #eee;
}
.footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	background-image: url(bg_line.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}