@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: url(img/top/wall0.gif); /* 背景イメージの設定 */
}

#container {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background-color: #FFFFFF;
	border-top-style: none; /* ボーダーの設定 */
	border-right-style: none; /* ボーダーの設定 */
	border-bottom-style: none; /* ボーダーの設定 */
	border-left-style: none; /* ボーダーの設定 */
	background-image: url(img/obj/bk_container.gif); /* 背景イメージの設定 */
}

#navibar {
	clear: both;
}

#navibar li {
	float: left;
}


/* ここからナビゲーションボタンの設定 */
#navibar #btn01 a {
	text-decoration: none;
	height: 34px;
	width: 135px;
	display: block;
	background-image: url(img/obj/btn01.jpg);
	text-indent: -9999px;
}

#navibar #btn01 a:hover {
	background-image: url(img/obj/btn01over.jpg);
}

#navibar #btn02 a {
	text-decoration: none;
	height: 34px;
	width: 140px;
	display: block;
	background-image: url(img/obj/btn02.jpg);
	text-indent: -9999px;
}

#navibar #btn02 a:hover {
	background-image: url(img/obj/btn02over.jpg);
}

#navibar #btn03 a {
	text-decoration: none;
	height: 34px;
	width: 130px;
	display: block;
	background-image: url(img/obj/btn03.jpg);
	text-indent: -9999px;
}

#navibar #btn03 a:hover {
	background-image: url(img/obj/btn03over.jpg);
}

#navibar #btn04 a {
	text-decoration: none;
	height: 34px;
	width: 114px;
	display: block;
	background-image: url(img/obj/btn04.jpg);
	text-indent: -9999px;
}

#navibar #btn04 a:hover {
	background-image: url(img/obj/btn04over.jpg);
}

#navibar #btn05 a {
	text-decoration: none;
	height: 34px;
	width: 133px;
	display: block;
	background-image: url(img/obj/btn05.jpg);
	text-indent: -9999px;
}

#navibar #btn05 a:hover {
	background-image: url(img/obj/btn05over.jpg);
}

#navibar #btn06 a {
	text-decoration: none;
	height: 34px;
	width: 148px;
	display: block;
	background-image: url(img/obj/btn06.jpg);
	text-indent: -9999px;
}

#navibar #btn06 a:hover {
	background-image: url(img/obj/btn06over.jpg);
}

#navibar #btn11 a {
	text-decoration: none;
	height: 18px;
	width: 130px;
	display: block;
	background-image: url(img/obj/naviGallry01.gif);
	text-indent: -9999px;
}

#navibar #btn11 a:hover {
	background-image: url(img/obj/naviGallry11.gif);
}

#navibar #btn12 a {
	text-decoration: none;
	height: 18px;
	width: 130px;
	display: block;
	background-image: url(img/obj/naviGallry02.gif);
	text-indent: -9999px;
}

#navibar #btn12 a:hover {
	background-image: url(img/obj/naviGallry12.gif);
}

#navibar #btn13 a {
	text-decoration: none;
	height: 18px;
	width: 130px;
	display: block;
	background-image: url(img/obj/naviGallry03.gif);
	text-indent: -9999px;
}

#navibar #btn13 a:hover {
	background-image: url(img/obj/naviGallry13.gif);
}

#navibar #btn14 a {
	text-decoration: none;
	height: 18px;
	width: 130px;
	display: block;
	background-image: url(img/obj/naviGallry04.gif);
	text-indent: -9999px;
}

#navibar #btn14 a:hover {
	background-image: url(img/obj/naviGallry14.gif);
}

/* ここまでナビゲーションボタンの設定 */


#maincontent {
	width: 100%;
	margin: 0px;
	padding: 0px;
}


/* ここからメインコンテンツの中身の設定 */
#content_left {
	float: left;
	width: 130px;
	padding-top: 20px;
}

#content_left p {
	font-size: 12px;
	color: #f2dce3;
	line-height: 20px;
	margin-left: 0px;
}

#content_left h5 {
	margin-bottom: 20px;
}

.bullet {
	color: #bf5358;
}

#content_right {
	width: 630px;
	float: right;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: auto;
	height: 460px;
}

#content_right p {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	padding-bottom: 30px;
}

#content_right h4 {
	padding-bottom: 15px;
	color: #8F0000;
	font-weight: bold;
	font-size: 14px;
}
/* ここまでメインコンテンツの中身の設定 */


#footer {
	margin: 0px;
	padding: 0px;
	height: 25px; /* 高さの変更 */
	clear: both;
	width: 800px; /* 幅の変更 */
	background-color: #8f0000; /* 背景カラーの変更 */
	border-top-width: 3px; /* ボーダーの設定 */
	border-top-style: solid; /* ボーダーの設定 */
	border-top-color: #CC9900; /* ボーダーの設定 */
}

#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;
}