﻿@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: #FFFFFF;
	border-top-style: none; /* ボーダーの設定 */
	border-right-style: none; /* ボーダーの設定 */
	border-bottom-style: none; /* ボーダーの設定 */
	border-left-style: none; /* ボーダーの設定 */
	background-image: url(images/contents/bk_container.gif); /* 背景イメージの設定 */
}

#container p {
        height: 80px;
        margin-left: 20px;
}


#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/contents/btn01.gif);
	text-indent: -9999px;
}

#navibar #btn01 a:hover {
	background-image: url(images/contents/btn01over.gif);
}

#navibar #btn02 a {
	text-decoration: none;
	height: 30px;
	width: 174px;
	display: block;
	background-image: url(images/contents/btn02.gif);
	text-indent: -9999px;
}

#navibar #btn02 a:hover {
	background-image: url(images/contents/btn02over.gif);
}

#navibar #btn03 a {
	text-decoration: none;
	height: 30px;
	width: 110px;
	display: block;
	background-image: url(images/contents/btn03.gif);
	text-indent: -9999px;
}

#navibar #btn03 a:hover {
	background-image: url(images/contents/btn03over.gif);
}

#navibar #btn04 a {
	text-decoration: none;
	height: 30px;
	width: 122px;
	display: block;
	background-image: url(images/contents/btn04.gif);
	text-indent: -9999px;
}

#navibar #btn04 a:hover {
	background-image: url(images/contents/btn04over.gif);
}

#navibar #btn05 a {
	text-decoration: none;
	height: 30px;
	width: 130px;
	display: block;
	background-image: url(images/contents/btn05.gif);
	text-indent: -9999px;
}

#navibar #btn05 a:hover {
	background-image: url(images/contents/btn05over.gif);
}

#navibar #btn06 a {
	text-decoration: none;
	height: 30px;
	width: 138px;
	display: block;
	background-image: url(images/contents/btn06.gif);
	text-indent: -9999px;
}

#navibar #btn06 a:hover {
	background-image: url(images/contents/btn06over.gif);
}
/* ここまでナビゲーションボタンの設定 */


#maincontent {
	width: 810px;
        height: 420px;
	padding: 0px;
        margin-left: 20px;
}


/* ここからメインコンテンツの中身の設定 */
#content_left {
	float: left;  
	width: 140px;
        background-color: #FFB300
	padding-top: 20px;
        height: 420px;
}

#content_left p {
	font-size: 12px;
	line-height: 20px;
	margin-left: 20px;
}

#content_left a {
        text-decoration: none;
        color: #620000;
}

#content_left a:hover {
        text-decoration: none;
        color: #E10000;
}

#content_left h5 {
	margin-bottom: 20px;
        margin-left: 20px;
}

.bullet {
	color: #FFFFFF;
}

#content_right {
	width: 650px;
	float: left;
	margin: 5px;
	padding-top: 5px;
	padding-right:5px;
	padding-bottom: 5px;
	overflow: auto;
	scrollbar-base-color: #FFB300;
	height: 420px;
}

#content_right a {
        text-decoration: none;
        color: #620000;
}

#content_right img {
        margin-bottom: 20px;
}

#content_right p {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding-bottom: 30px;
}

#content_right h2 {
        margin-top: 10px;
	margin-bottom: 10px;
        margin-left: 10px;
}

#content_right h3 {
	color: #CC9900;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

#content_right h4 {
	color: #CC9900;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-right: 10px;
}

#content_right table {
	margin-bottom: 10px;
}

#content_right table img {
	border-style:none;
}
/* ここまでメインコンテンツの中身の設定 */


#footer {
	margin: 0px;
	padding: 0px;
	height: 25px; /* 高さの変更 */
	clear: both;
	width: 800px; /* 幅の変更 */
        margin-left: 20px;
        background-image: url(images/contents/footer.gif); 
}

#footer h6 { /* フッターテキストの設定 */
	font-size: 11px;
	color: #900000;
	text-align: center;
	padding-top: 5px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, serif;
}
