@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

img {
    border-style:none;
}

li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
	background-color: #350A00; /* 背景カラーの変更 */
}


#container {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background-color: #FFFFFF;
	border: 3px solid #4F0F00; /* ボーダーの設定 */
}

#navibar {
	clear: both;

}

#navibar li {
	float: left;
}

/* ここからナビゲーションボタンの設定 */
#navibar #btn01 a {
	text-decoration: none;
	height: 40px;
	width: 149px;
	display: block;
	background-image: url("../gazou/top-button-off.gif");
	text-indent: -9999px;
}

#navibar #btn01 a:hover {
	background-image: url("../gazou/top-button-on.gif");
}

#navibar #btn02 a {
	text-decoration: none;
	height: 40px;
	width: 149px;
	display: block;
	background-image: url("../gazou/syokuji-button-off.gif");
	text-indent: -9999px;
}

#navibar #btn02 a:hover {
	background-image: url("../gazou/syokuji-button-on.gif");
}

#navibar #btn03 a {
	text-decoration: none;
	height: 40px;
	width: 149px;
	display: block;
	background-image: url("../gazou/kaiseki-button-off.gif");
	text-indent: -9999px;
}

#navibar #btn03 a:hover {
	background-image: url("../gazou/kaiseki-button-on.gif");
}

#navibar #btn04 a {
	text-decoration: none;
	height: 40px;
	width: 149px;
	display: block;
	background-image: url("../gazou/toiawase-button-off.gif");
	text-indent: -9999px;
}

#navibar #btn04 a:hover {
	background-image: url("../gazou/toiawase-button-on.gif");
}

/* ここまでナビゲーションボタンの設定 */


#maincontent {
	width: 100%;
	margin: 0px;
	padding: 0px;
}


/* ここからメインコンテンツの中身の設定 */
#contents_left {
	float: left;
	width: 285px;
}

#contents_right {
	width: 495px;
	float: right;
	padding: 10px;
}

#contents_right .topic01 {
	width: 290px;
	float: left;
	margin-right: 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;
}

#content_left {
	float: left;
	width: 200px;
}

#content_right {
	width: 560px;
	float: right;
	padding: 20px;
}

#content_right h4 {
	padding-bottom: 15px;
}
/* ここまでメインコンテンツの中身の設定 */


#footer {
	margin: 0px;
	padding: 0px;
	height: 60px; /* 高さの変更 */
	clear: both;
	width: 800px; /* 幅の変更 */
	background-image: url(images/footer.gif); /* 背景イメージの設定 */
}

#footer h6 { /* フッターテキストの設定 */
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding-top: 25px;
	font-weight: normal;
	letter-spacing: 1px;
}

#footer h5 { /* フッターテキストの設定 */
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-align: center;
	padding-top: 5px;
}