@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: #001fa3; /* 背景カラーの変更 */
}

#container {
	height: 100%;
	width: 830px; /* 横幅の変更 */
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top/bk_container.gif); /* 背景イメージの変更 */
	background-repeat: repeat-y; /* 背景イメージをY軸にリピート */
	background-color: #000000;
}

#naviarea { /* ナビゲーションバーエリアの設定を追加 */
	height: 35px;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/top/bk_container.gif);
	text-align: center;
}

#navibar {
	width: 710px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: 190px;
	text-align: center;
}

#navibar ul {
	margin: 0px;
	padding: 0px;
}

#navibar li {
	float: left;
}


/* ここからナビゲーションボタンの設定 */
#navibar #btn01 a {
	text-decoration: none;
	height: 17px;
	width: 110px;
	display: block;
	background-image: url(images/top/btn01_up.jpg);
	margin-right: 10px;
	text-indent: -9999px;
}

#navibar #btn01 a:hover {
	background-image: url(images/top/btn01_over.jpg);
}

#navibar #btn02 a {
	text-decoration: none;
	height: 17px;
	width: 110px;
	display: block;
	background-image: url(images/top/btn02_up.jpg);
	margin-right: 10px;
	text-indent: -9999px;
}

#navibar #btn02 a:hover {
	background-image: url(images/top/btn02_over.jpg);
}

#navibar #btn03 a {
	text-decoration: none;
	height: 17px;
	width: 110px;
	display: block;
	background-image: url(images/top/btn03_up.jpg);
	margin-right: 10px;
	text-indent: -9999px;
}

#navibar #btn03 a:hover {
	background-image: url(images/top/btn03_over.jpg);
}

#navibar #btn04 a {
	text-decoration: none;
	height: 17px;
	width: 110px;
	display: block;
	background-image: url(images/top/btn04_up.jpg);
	margin-right: 10px;
	text-indent: -9999px;
}

#navibar #btn04 a:hover {
	background-image: url(images/top/btn04_over.jpg);
}

#navibar #btn05 a {
	text-decoration: none;
	height: 17px;
	width: 110px;
	display: block;
	background-image: url(images/top/btn05_up.jpg);
	margin-right: 10px;
	text-indent: -9999px;
}

#navibar #btn05 a:hover {
	background-image: url(images/top/btn05_over.jpg);
}

#navibar #btn06 a {
	text-decoration: none;
	height: 17px;
	width: 110px;
	display: block;
	background-image: url(images/top/btn06_up.jpg);
	text-indent: -9999px;
}

#navibar #btn06 a:hover {
	background-image: url(images/top/btn06_over.jpg);
}
/* ここまでナビゲーションボタンの設定 */


#maincontent {
	width: 571px; /* 横幅の変更 */
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px; /* 下マージンの設定 */
	/* 高さを削除 */
}

#maincontent p {
	font-size: 12px;
	color: #CCCCCC;
	line-height: 18px;
	margin-left: 150px;
}

#topcontent {
	width: 571px; /* 横幅の変更 */
	text-align: center;
	font-size: 12px;
	color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px; /* 下マージンの設定 */
	/* 高さを削除 */
}

#footer {
	background-color: #001FA3; /* 背景カラーの設定 */
	margin: 0px;
	padding: 0px;
	height: 30px;
	clear: both;
}


/* ここからコンテンツページの設定 */
#container_01 {
	height: 100%;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/contents/bk_container.gif);
	background-repeat: repeat-y;
	background-color: #000000;
}
#sidebar {
	float: left;
	height: 100%;
	width: 170px;
	padding-top: 30px;
	padding-left: 10px;
}

#sidebar li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#sidebar li a {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}


#sidebar p {
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#sidebar img {
	margin-left: 20px;
	margin-bottom: 30px;
}

#maincontent_01 {
	float: right;
	height: 100%;
	width: 614px;
	margin-right: 20px;
}

#maincontent_01 h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#maincontent_01 h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

#maincontent_01 h3 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #564C26;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #564C26;
	padding-top: 10px;
}

#maincontent_01 h4 {
	font-size: 11px;
	color: #CCCCCC;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-left: 20px;
}

#maincontent_01 p {
	font-size: 12px;
	color: #CCCCCC;
	line-height: 16px;
	margin-bottom: 20px;
}

#maincontent_01 table {
	margin-bottom: 10px;
}

#maincontent_01 #topic {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
}

A:link {
	color: #00FFFF
}   /* リンク */
A:visited {                 /* 既に見たリンク */
  color: #00ccff;
  text-decoration: none     /* 下線を消す */
}
A:active { color: #00ff00 } /* クリック時のリンク */
A:hover {                   /* カーソルが上にある時のリンク */
  color: #ff0000;
  text-decoration: none     /* 下線を消す */
}



/* ここまでコンテンツページの設定 */

