﻿@charset "utf-8";
/* CSS Document */

 ul {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
        height: auto;
}
#navibar {
	width: 800px;
	height: 45px;
}
#navibar li {
	float: left;
	list-style-type: none;
}

#navibar #btn01 a {
	text-decoration: none;
	height: 45px;
	width: 156px;
	display: block;
	background-image: url(img/image1.jpg);
	text-indent: -9999px;
}
#navibar #btn01 a:hover {
	background-image: url(img/image2.jpg);
}
#navibar #btn02 a {
	text-decoration: none;
	height: 45px;
	width: 156px;
	display: block;
	background-image: url(img/image3.jpg);
	text-indent: -9999px;
}
#navibar #btn02 a:hover {
	background-image: url(img/image4.jpg);
}
#navibar #btn03 a {
	text-decoration: none;
	height: 45px;
	width: 156px;
	display: block;
	background-image: url(img/image5.jpg);
	text-indent: -9999px;
}
#navibar #btn03 a:hover {
	background-image: url(img/image6.jpg);
}
#navibar #btn04 a {
	text-decoration: none;
	height: 45px;
	width: 156px;
	display: block;
	background-image: url(img/image7.jpg);
	text-indent: -9999px;
}
#navibar #btn04 a:hover {
	background-image: url(img/image8.jpg);
}
#navibar #btn05 a {
	text-decoration: none;
	height: 45px;
	width: 156px;
	display: block;
	background-image: url(img/image9.jpg);
	text-indent: -9999px;
}
#navibar #btn05 a:hover {
	background-image: url(img/image10.jpg);
}

#maincontent {
	width: 800px;
	height: 450px;
	margin: 0px;
	padding: 0px;
}


#sidebar {
	float: left;
	height: 525px;
	width: 140px;
	padding-top: 20px;
	padding-left: 5px;
	padding-bottom: 20px;
	background-color: #e4edf5;
	margin-left: 0px;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar li {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	text-indent: 2px;
        text-align: left;
	color: #0000FF;
	list-style-type: square;
	list-style-position: inside;
}
#sidebar li a {
	color: #0000FF;
	text-decoration: none;
}
#sidebar li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0000FF;
}
#maincontent_01 {
	height: 500px;
	width: 600px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	scrollbar-base-color: #000000;
}
