p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
	background-color: #ffffff; /* 背景カラーの変更 */
}

#container {
	height: 100%;
	width: 830px; /* 横幅の変更 */
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bkimage.gif); /* 背景イメージの変更 */
	background-repeat: repeat-y; /* 背景イメージをY軸にリピート */
	background-color: #FFFFFF;
}

#naviarea { /* ナビゲーションバーエリアの設定を追加 */
	height: 35px;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bkimage.gif);
}

#navibar ul {
	margin: 0px;
	padding: 0px;
}

/* ここからナビゲーションボタンの設定 */
#navibar {
	width: 830px;
	height: 34px;
    margin-right: auto;
	margin-left: auto;
}

#navibar li {
	float: left;
	list-style-type: none;
}

#navibar #btn01 {
	background-image: url(images/nabi_01.gif);
	height: 34px;
	width: 15px;
	text-indent: -9999px;
}

#navibar #btn02 a {
	text-decoration: none;
	height: 34px;
	width: 160px;
	display: block;
	background-image: url(images/nabi_02.gif);
	text-indent: -9999px;
}

#navibar #btn02 a:hover {
	background-image: url(images/nabion_02.gif);
}

#navibar #btn03 a {
	text-decoration: none;
	height: 34px;
	width: 160px;
	display: block;
	background-image: url(images/nabi_03.gif);
	text-indent: -9999px;
}

#navibar #btn03 a:hover {
	background-image: url(images/nabion_03.gif);
}

#navibar #btn04 a {
	text-decoration: none;
	height: 34px;
	width: 160px;
	display: block;
	background-image: url(images/nabi_04.gif);
	text-indent: -9999px;
}

#navibar #btn04 a:hover {
	background-image: url(images/nabion_04.gif);
}

#navibar #btn05 a {
	text-decoration: none;
	height: 34px;
	width: 160px;
	display: block;
	background-image: url(images/nabi_05.gif);
	text-indent: -9999px;
}

#navibar #btn05 a:hover {
	background-image: url(images/nabion_05.gif);
}

#navibar #btn06 a {
	text-decoration: none;
	height: 34px;
	width: 160px;
	display: block;
	background-image: url(images/nabi_06.gif);
	text-indent: -9999px;
}

#navibar #btn06 a:hover {
	background-image: url(images/nabion_06.gif);
}

#navibar #btn07 {
	background-image: url(images/nabi_07.gif);
	height: 34px;
	width: 15px;
	text-indent: -9999px;
}
/* ここまでナビゲーションボタンの設定 */


#maincontent {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bkimage.gif); /* 背景イメージの変更 */
	background-repeat: repeat-y;
	background-color: #FFFFFF;

}

#contents_left {
	float: left;
	width: 800px;
    margin-right: auto;
	margin-top:0px;
	margin-left: 15px;

}

#contents_right {
	width: 415px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#contents_right .topic01 {
	width: 290px;
	float: left;
	margin-right: 10px;
}

#maincontent p .border {
    font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#font {
	font-size: 12px;
	color: #999999;
	margin-left: 20px;
	margin-top: 10px;
}

#maincontent h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#maincontent p {
	font-size: 12px;
	color: #999999;
	line-height: 18px;
}


#footer {
	background-color: #990033; /* 背景カラーの設定 */
    background-image: url(images/bkimage.gif); /* 背景イメージの変更 */
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 30px;
	clear: both;
}

#footer p {
	font-size: 12px;
	color: #999999;
	margin-left: 20px;
	margin-top: 10px;
}

#down {
	background-color: #FFFFFF; /* 背景カラーの設定 */
    background-image: url(images/bkimagedown.gif); /* 背景イメージの変更 */
	margin: 0px;
	padding: 0px;
	height: 30px;
	clear: both;
}

#down p {
	font-size: 12px;
	color: #999999;
	margin-left: 20px;
}

