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

body,td,th {
	font-family: Palatino Linotype, serif;
	font-size: 10pt;
	color: #666666;
}
body {
	background-color: #F3F3F3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #696969;
}
#hkc {
	clear: both;
}
.base {
	width: 700px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.base .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 20px;
}
.base .header h1 {
	font-size: 50px;
	letter-spacing: -3pt;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 300px;
	font-weight: normal;
	color: #333333;
}
.base .header #menu {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 300px;
	list-style-type: none;
}
.base .header #menu li {
	float: left;
	line-height: 40px;
}
.base .header #menu li a {
	height: 40px;
	display: block;
	text-align: center;
	width: 100px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
}
.base .header #menu li a:hover {
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}
.base .mainblock {
	clear: both;
	padding: 10px;
    overflow: hidden;	/* モダンブラウザ向け */
    zoom: 1; /* IE向け */
}
.base .mainblock .left {
	float: left;
	width: 25%;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	padding-bottom: 20px;
	padding-top: 10px;
}
.left h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -25px;
	background-color: #F3F3F3;
	width: 98%;
	padding: 3px;
	text-align: right;
}
.left p {
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.base .mainblock .right {
	float: right;
	width: 70%;
}
.right .t {
	text-align: right;
	font-size: 18pt;
	line-height: 10px;
	margin-top: 20px;
	background-image: url(arr.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 6px;
}
.right .td {
	padding: 20px;
	line-height: 145%;
}
.footer {
	text-align: right;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #ECF8FF;
	margin-top: 10px;
}
textarea,input {
	font-family: Palatino Linotype, serif;
	font-size: 10pt;
	color: #666666;
	border: 1px solid #ccc;
	margin: 1px;
	padding: 1px;
	background: #fff;
}
textarea:hover,input:hover {
    border: 1px #000 dotted;
	background: #F7F7F7;
	color: #000;
}
