@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: "メイリオ", sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-image: none;
	background-color: #000000;
	color: #333333;
}
#container {
	background-color: #000000;
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


#navibar {
	clear: both;
}

#navibar li {
	float: left;
}

/* link style
-------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* ここからナビゲーションボタンの設定 */
#navibar #btn01 a {
	text-decoration: none;
	height: 30px;
	width: 133px;
	display: block;
	background-image: url(img/b1.png);
	text-indent: -9999px;
}

#navibar #btn01 a:hover {
	background-image: url(img/b1-2.png);
}
#btn01 #navibar #btn01 a {
	background-image: url(img/b1-3.png);
}


#navibar #btn02 a {
	text-decoration: none;
	height: 30px;
	width: 133px;
	display: block;
	background-image: url(img/b2.png);
	text-indent: -9999px;
}

#navibar #btn02 a:hover {
	background-image: url(img/b2-2.png);
}
#btn02 #navibar #btn02 a {
	background-image: url(img/b2-3.png);
}


#navibar #btn03 a {
	text-decoration: none;
	height: 30px;
	width: 133px;
	display: block;
	background-image: url(img/b3.png);
	text-indent: -9999px;
}

#navibar #btn03 a:hover {
	background-image: url(img/b3-2.png);
}
#btn03 #navibar #btn03 a {
	background-image: url(img/b3-3.png);
}

#navibar #btn04 a {
	text-decoration: none;
	height: 30px;
	width: 133px;
	display: block;
	background-image: url(img/b4.png);
	text-indent: -9999px;
}

#navibar #btn04 a:hover {
	background-image: url(img/b4-2.png);
}
#btn04 #navibar #btn04 a {
	background-image: url(img/b4-3.png);
}

#navibar #btn05 a {
	text-decoration: none;
	height: 30px;
	width: 133px;
	display: block;
	background-image: url(img/b5.png);
	text-indent: -9999px;
}

#navibar #btn05 a:hover {
	background-image: url(img/b5-2.png);
}
#btn05 #navibar #btn05 a {
	background-image: url(img/b5-3.png);
}

#navibar #btn06 a {
	text-decoration: none;
	height: 30px;
	width: 135px;
	display: block;
	background-image: url(img/b6.png);
	text-indent: -9999px;
}

#navibar #btn06 a:hover {
	background-image: url(img/b6-2.png);
}
#btn06 #navibar #btn06 a {
	background-image: url(img/b6-3.png);
}
#header {
	background-image: url(img/header1.png);
	height: 100px;
	width: 800px;
}
#header h1 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


/* ここまでナビゲーションボタンの設定 */


#maincontent {
	width: 800px;
	background-image: url(img/main4.png);
	height: 400px;
	overflow: auto;
}
#maincontent .home {
	background-image: url(img/main3.png);
	height: 400px;
	width: 800px;
}
#maincontent .home h2 {
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#maincontent .home a {
	color: #CCCCCC;
}
#maincontent .home a:visited {
	color: #999999;
}
#maincontent .home a:hover {
	color: #FFFFFF;
}



#maincontent h2 {
	color: #333333;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
}
#maincontent h3 {
	color: #006666;
	padding-right: 10px;
	padding-left: 20px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #FF9933;
	border-bottom-color: #0066FF;
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
	background-image: url(img/bu11.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#maincontent .home h3 {
	color: #FF9933;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}

#maincontent  .home ul {
	padding: 10px;
	color: #CCCCCC;
}
#maincontent li {
	background-image: url(img/bu11.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 10px;
}

.bullet {
	color: #bf5358;
}
/* ここまでメインコンテンツの中身の設定 */


#footer {
	padding: 0px;
	height: 70px; /* 高さの変更 */
	clear: both;
	width: 800px; /* ボーダーの設定 */
	background-image: url(img/footer1.png);
	margin: 0px;
}

#footer h6 { /* フッターテキストの設定 */
	font-size: 95%;
	color: #CCCCCC;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}
#footer p {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#footer a {
	color: #CCCCCC;
}
#footer a:visited {
	color: #999999;
}
#footer a:hover {
	color: #FFFFFF;
}
#maincontent table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	position: relative;
	left: 150px;
}
#maincontent table th {
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#maincontent table td {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#maincontent table tr.odd {
	background-color: #efefef;
}
#maincontent dl dt a {
	clear: both;
	margin-bottom: 10px;
	margin-left: 10px;
}
#maincontent dl dt {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#maincontent dl dd {
	line-height: 1.8;
	margin-bottom: 1em;
}
#maincontent p {
	line-height: 1.8;
	margin-bottom: 1em;
}
