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

body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	color: #111111;
}
body {
	background-color: #111111;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/back.png);
	_background-image: url(../img/back2.png);
	background-repeat: repeat-x;
}
#all {
	background-color: #FFFFFF;
	margin: auto;
	padding: 0px;
	width: 950px;
	height: 600px;
}
#headbar {
	background-color: #111111;
	width: 950px;
	height: 5px;
}
#haed {
	background-color: #FFFFFF;
	height: 75px;
	width: 950px;
	top: 5px;
}
#header {
	height: 75px;
	width: 680px;
	float: left;
	background-color: #AAAAAA;
}
#subheader {
	height: 70px;
	width: 265px;
	float: right;
	text-align: right;
	font-size: 12px;
	background-color: #AAAAAA;
	padding-right: 5px;
	padding-top: 5px;
}
#menu {
	margin: 0px;
	height: 25px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	clear: both;
	background-color: #AAAAAA;
}
#all  #menu ul {
	margin: 0px;
	padding: 0px;
}
#all  #menu li {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 135px;
	float: left;
	background-color: #FFFFFF;
	list-style-type: none;
}
#main {
	float: left;
	width: 680px;
	height: 460px;
	line-height: normal;
}
#all #main li {
	font-size: 12px;
	width: auto;
	margin: 0px;
	list-style-position: outside;
	height: auto;
	text-indent: 5px;
	letter-spacing: 0.2em;
}
#sub {
	width: 270px;
	height: 455px;
	padding-top: 5px;
	clear: right;
	float: right;
}
#foot {
	clear: both;
	height: 32px;
	background-color: #111111;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
}
a:link {
	color: #F7701E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F7701E;
}
a:hover {
	text-decoration: underline;
	color: #111111;
}
a:active {
	text-decoration: none;
}
h2 {
	color: #222222;
}
.sentence {
	line-height: 1.5em;
	text-align: justify;
	font-size: 13px;
}
#all #haed #subheader a {
	color: #111111;
}
