﻿@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

h1 { font-size:14px; }

li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image:  url(bg.gif);
	background-color: #ffffff; /* 背景カラーの変更 */
}


#container {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	background-color: #FFFFFF;
	border: 3px solid #394550; /* ボーダーの設定 */
}

#navibar {
	clear: both;

}

#navibar li {
	float: left;
}

/* ここからナビゲーションボタンの設定 */

#navibar #btn0a a {
	text-decoration: none;
	height: 40px;
	width: 800px;
	display: block;
	background-image: url(images/btn0a.gif);
	text-indent: -9999px;
}

#navibar #btn0a a:hover {
	background-image: url(images/btn0ao.gif);
}

#navibar #btn00 a {
	text-decoration: none;
	height: 40px;
	width: 800px;
	display: block;
	background-image: url(images/btn00.gif);
	text-indent: -9999px;
}

#navibar #btn00 a:hover {
	background-image: url(images/btn00o.gif);
}

#navibar #btn01 a {
	text-decoration: none;
	height: 40px;
	width: 114px;
	display: block;
	background-image: url(images/btn01.gif);
	text-indent: -9999px;
}

#navibar #btn01 a:hover {
	background-image: url(images/btn01o.gif);
}

#navibar #btn02 a {
	text-decoration: none;
	height: 40px;
	width: 114px;
	display: block;
	background-image: url(images/btn02.gif);
	text-indent: -9999px;
}

#navibar #btn02 a:hover {
	background-image: url(images/btn02o.gif);
}

#navibar #btn03 a {
	text-decoration: none;
	height: 40px;
	width: 114px;
	display: block;
	background-image: url(images/btn03.gif);
	text-indent: -9999px;
}

#navibar #btn03 a:hover {
	background-image: url(images/btn03o.gif);
}

#navibar #btn04 a {
	text-decoration: none;
	height: 40px;
	width: 114px;
	display: block;
	background-image: url(images/btn04.gif);
	text-indent: -9999px;
}

#navibar #btn04 a:hover {
	background-image: url(images/btn04o.gif);
}

#navibar #btn05 a {
	text-decoration: none;
	height: 40px;
	width: 114px;
	display: block;
	background-image: url(images/btn05.gif);
	text-indent: -9999px;
}

#navibar #btn05 a:hover {
	background-image: url(images/btn05o.gif);
}

#navibar #btn06 a {
	text-decoration: none;
	height: 40px;
	width: 116px;
	display: block;
	background-image: url(images/btn06.gif);
	text-indent: -9999px;
}

#navibar #btn06 a:hover {
	background-image: url(images/btn06o.gif);
}

#navibar #btn07 a {
	text-decoration: none;
	height: 40px;
	width: 114px;
	display: block;
	background-image: url(images/btn07.gif);
	text-indent: -9999px;
}

#navibar #btn07 a:hover {
	background-image: url(images/btn07o.gif);
}

/* ここまでナビゲーションボタンの設定 */


#maincontent {
	width: 100%;
	margin: 0px;
	padding: 0px;
}


/* ここからメインコンテンツの中身の設定 */
#contents_left {
	float: left;
	width: 285px;
}

#contents_right {
	width: 495px;
	float: right;
	padding: 10px;
}

#contents_right1 {
	width: 695px;
	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;
}

#text {
	margin-left: 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;
}
