body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#allcontents {
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-color: #FFF;
}
#allcontents h1 {
	margin: 0px;
	padding: 0px;
	height: 79px;
	width: 950px;
}
#navibar h4 {
	margin: 0px;
	padding: 0px;
}
#navibar #btn01 a  {
	float: left;
	height: 33px;
	width: 237px;
	display: block;
	background-image: url(../images/home_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
#navibar #btn02 a {
	float: left;
	height: 33px;
	width: 238px;
	display: block;
	background-image: url(../images/home_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
#navibar #btn03 a {
	float: left;
	height: 33px;
	width: 237px;
	display: block;
	background-image: url(../images/home_04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
#navibar #btn04 a {
	float: left;
	height: 33px;
	width: 238px;
	display: block;
	background-image: url(../images/home_05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
#navibar #btn01 h4 a:hover {
	background-image: url(../images/botton_02.jpg);
}
#navibar #btn02 h4 a:hover {
	background-image: url(../images/botton_03.jpg);
}
#navibar #btn03 h4 a:hover {
	background-image: url(../images/botton_04.jpg);
}
#navibar #btn04 h4 a:hover {
	background-image: url(../images/botton_05.jpg);
}
#allcontents #navibarsub {
	clear: both;
	float: left;
	height: 800px;
	width: 238px;
	background-color: #F0F3ED;
	overflow: hidden;
}
#navibarsub h3 {
	margin: 0px;
	padding: 0px;
}
#navibarsub h3 a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #818B7E;
	font-weight: normal;
	text-decoration: none;
	height: 29px;
	width: 223px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDE4D6;
	display: block;
	padding-top: 15px;
	padding-left: 15px;
}
#allcontents #navibarsub h3 a:hover {
	color: #25AE3C;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #25AE3C;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #25AE3C;
}

#allcontents #maincontents {
	height: 800px;
	width: 712px;
	float: right;
	background-color: #FFF;
}
#maincontents h2 {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 712px;
}
#maincontents #table {
	width: 640px;
	margin-top: 36px;
	margin-left: 36px;
	height: 500px;
	padding: 0px;
}

div#newTopics dl{
	width: 640px;
	border-bottom: 1px solid #ddd;
	margin: 0px;
	padding: 0px;
}
div#newTopics dl dt,
div#newTopics dl dd{
	margin: 0px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-left-color: #ddd;
}
div#newTopics dl dt{
	float:left;
	width:80px;
	padding-left: 10px;
	clear:both;
	background: #F6F5F0;
	color: #7D663A;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: center;
	letter-spacing: 2px;
}
div#newTopics dl dd{
	width:525px;
	margin-left:90px;
	padding-left: 20px;
	border-left:1px solid #ddd;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
#allcontents #footer {
	clear: both;
	height: 50px;
	width: 950px;
	background-color: #666;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}
