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

*  {
    margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
}
body,td,th {
	font-family: メイリオ, ヒラギノ角ゴ Pro W3, Sans-serif;
	font-size: 10pt;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
.base .header {
	background-image: url(background.jpg);
	background-position: right center;
	height: 187px;
	background-repeat: no-repeat;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2C2C2C;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #2C2C2C;
}
.base .header h1 {
	font-weight: normal;
	font-size: 5em;
	line-height: 140px;
	margin: 0px;
	padding: 20px;
	letter-spacing: -3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.base .menu {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #2C2C2C;
	height: 32px;
}
#menu li {
	float: left;
}
#menu a {
	line-height: 30px;
	text-align: center;
	display: block;
	padding-right: 30px;
	padding-left: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2C2C2C;
	margin-right: 5px;
	font-weight: bold;
	background-color: #FFFFFF;
	margin-left: 6px;
	background-image: url(grad.png);
	letter-spacing: 1px;
}
#menu a:hover {
	color: #FFFFFF;
	background-color: #2C2C2C;
	border-bottom-color: #FF0000;
	background-image: none;
}
.base .mblock {
	clear: both;
	width: 80%;
	overflow: hidden;
	padding: 25px;
}
.main {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-right: 5px;
	padding-right: 5px;
	float: left;
	width: 78%;
	padding-bottom: 30px;
}
.base .t {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	line-height: 40px;
	background-image: url(point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	letter-spacing: 1em;
}
.base .td {
	line-height: 35px;
	background-image: url(dot.gif);
	margin: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.side {
	float: right;
	width: 19%;
	padding: 5px;
}
.side h2 {
	font-size: 15px;
	line-height: 30px;
	background-image: url(grad.png);
	text-align: center;
	border: 1px solid #CCCCCC;
}
.side p {
	font-size: 8pt;
	line-height: 20px;
	margin: 8px;
	padding-bottom: 10px;
}
.base .footer {
	clear: both;
	background-color: #222;
	color: #CCCCCC;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 2px;
	background-image: url(buttom.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 65px;
}
textarea, input {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Sans-serif;
	font-size: 10pt;
	line-height: 155%;
	color: #999999;
	margin: 1px;
	padding: 1px;
	background-color: #F2F2F2;
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #CCCCCC;
}