﻿@charset "utf-8";
/* CSS Document */


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: #620000;
}

#container {
	height: 100%;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background-color: #E10000;
	border-top-style: none; /* ボーダーの設定 */
	border-right-style: none; /* ボーダーの設定 */
	border-bottom-style: none; /* ボーダーの設定 */
	border-left-style: none; /* ボーダーの設定 */
	background-image: url(images/top/bk_container.gif); /* 背景イメージの設定 */
}

#navibar {
	clear: both;
        margin-left: 20px;
}

#navibar li {
	float: left;
}


/* ここからナビゲーションボタンの設定 */
#navibar #btn01 a {
	text-decoration: none;
	height: 30px;
	width: 126px;
        display: block;
	background-image: url(images/top/btn01.gif);
	text-indent: -9999px;
}

#navibar #btn01 a:hover {
	background-image: url(images/top/btn01over.gif);
}

#navibar #btn02 a {
	text-decoration: none;
	height: 30px;
	width: 174px;
	display: block;
	background-image: url(images/top/btn02.gif);
	text-indent: -9999px;
}

#navibar #btn02 a:hover {
	background-image: url(images/top/btn02over.gif);
}

#navibar #btn03 a {
	text-decoration: none;
	height: 30px;
	width: 110px;
	display: block;
	background-image: url(images/top/btn03.gif);
	text-indent: -9999px;
}

#navibar #btn03 a:hover {
	background-image: url(images/top/btn03over.gif);
}

#navibar #btn04 a {
	text-decoration: none;
	height: 30px;
	width: 122px;
	display: block;
	background-image: url(images/top/btn04.gif);
	text-indent: -9999px;
}

#navibar #btn04 a:hover {
	background-image: url(images/top/btn04over.gif);
}

#navibar #btn05 a {
	text-decoration: none;
	height: 30px;
	width: 130px;
	display: block;
	background-image: url(images/top/btn05.gif);
	text-indent: -9999px;
}

#navibar #btn05 a:hover {
	background-image: url(images/top/btn05over.gif);
}

#navibar #btn06 a {
	text-decoration: none;
	height: 30px;
	width: 138px;
	display: block;
	background-image: url(images/top/btn06.gif);
	text-indent: -9999px;
}

#navibar #btn06 a:hover {
	background-image: url(images/top/btn06over.gif);
}
/* ここまでナビゲーションボタンの設定 */


#maincontent {
	width: 100%;
	margin-left: 20px;
	padding: 0px;
}


#footer {
	margin: 0px;
	padding: 0px;
	height: 25px; /* 高さの変更 */
	clear: both;
	width: 840px; /* 幅の変更 */
	}

#footer h6 { /* フッターテキストの設定 */
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, serif;
}
