﻿@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-color: #F1F2EE; /* 背景カラーの変更 */

}

body,td{
line-height:15pt; 
font-size:15px; 
font-family:Arial; 
letter-spacing:1px; }





#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	/* 背景イメージと位置を削除 */

}

#navibar {
	width: 800px;
	height: 45px; /* 高さの変更 */
}


#navibar li {
	float: left;
	list-style-type: none;
}


/* ここからナビゲーションボタンの設定 */
#navibar #btn01 a {
	text-decoration: none;
	height: 45px;
	width: 160px;
	display: block;
	background-image: url(images/top/btn01.jpg);
	text-indent: -9999px;
}

#navibar #btn01 a:hover {
	background-image: url(images/top/btn01o.jpg);
}


#navibar #btn02 a {
	text-decoration: none;
	height: 45px;
	width: 160px;
	display: block;
	background-image: url(images/top/btn02.jpg);
	text-indent: -9999px;
}

#navibar #btn02 a:hover {
	background-image: url(images/top/btn02o.jpg);
}

#navibar #btn03 a {
	text-decoration: none;
	height: 45px;
	width: 160px;
	display: block;
	background-image: url(images/top/btn03.jpg);
	text-indent: -9999px;
}

#navibar #btn03 a:hover {
	background-image: url(images/top/btn03o.jpg);
}



#navibar #btn04 a {
	text-decoration: none;
	height: 45px;
	width: 160px;
	display: block;
	background-image: url(images/top/btn04.jpg);
	text-indent: -9999px;
}

#navibar #btn04 a:hover {
	background-image: url(images/top/btn04o.jpg);
}

#navibar #btn05 a {
	text-decoration: none;
	height: 45px;
	width: 160px;
	display: block;
	background-image: url(images/top/btn05.jpg);
	text-indent: -9999px;
}

#navibar #btn05 a:hover {
	background-image: url(images/top/btn05o.jpg);
}
/* ここまでナビゲーションボタンの設定 */


/* ここからフッターの設定 */
#footer {
	height:20px;
	clear: both;
	background-image: url(images/top/footer.jpg); /* 背景イメージの設定 */
	width: 800px;
}

#footer h6 {
	color: #666666; /* フォントカラーの変更 */
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}

/* ここまでフッターの設定 */


/* ここからコンテンツページの設定 */

#sidebar {
	float: left;
	height: 380px;
	width: 150px;
	padding-top: 20px;
	padding-left: 10px;
	background-color: #3C3A3A;
}

#sidebar p {
	font-size: 17px;
	color: #FFC87B;
	line-height: 16px;
	letter-spacing: 1px;
	margin-right: 5px;
	margin-left: 5px;
}

#sidebar ul {
	margin-top: 10px;
}

#sidebar li {
	font-size: 13px;
	line-height: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-indent: 20px;
}

#sidebar li a {
	color: #FAFAFA;
	text-decoration: none;

}

#sidebar li a:hover {
	text-decoration: none;
	color: #F7F777
}

#maincontent_01 {
	height: 400px;
	width: 640px;
	float: left;
	overflow: auto;
	scrollbar-arrow-color: #2d2a2b; 
	scrollbar-face-color: #FDFEFC; 
	scrollbar-highlight-color: #FDFEFC; 
	scrollbar-shadow-color: #FDFEFC; 
	scrollbar-3dlight-color: #FDFEFC; 
	scrollbar-darkshadow-color: #FDFEFC; 
	scrollbar-track-color: #FDFEFC; 
	background-color: #FFFFFC; /* 背景カラーを設定 */
}

#maincontent_01 h3 {
	color:#1F1E47;
	font-size:15pt;
	margin-left:20px;
	margin-top:20px
}

#maincontent_01 h4 {
	color:#804A00;
	font-size:11pt;
}

#maincontent_01 h5 {
	color:#804A00;
	font-size:10pt;
}


#maincontent_01 dd {
	margin-right:20px;
	margin-bottom:20px;
}


A:link {text-decoration:none; color:#FF8119;}
A:visited {text-decoration:none; color:#FF8119;}
A:hover {text-decoration:underline; color:#AC4D00; }


/* ここまでコンテンツページの設定 */
