﻿@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}

body {
	margin: 10px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #ffffff;
	background-image: url(img/back/back.jpg);
	background-repeat: repeat-x;
}
h1{
  line-height : 20px;
  visibility : visible;
  font-size : 13px;
  font-weight : lighter;
  color : #000000;
}

table {
	font-size: 12px;
	color: #000;
	line-height: 20px;
	margin-left: 20px;
	margin-top: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#container {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 100%;
	background-color: #ffffff; /* 背景カラーを設定 */
	border: 1px solid #000; /* ボーダーの設定 */
	background-image: url(img/back/back2.jpg);
	background-repeat: repeat-x;
}

#navibar {
	width: 180px;
	float: left;
	margin-top: 10px; /* マージンを設定 */
}

#navibar li {
	margin-bottom: 10px;
	margin-left: 24px; /* 左マージンを設定 */
	background-position: right; /* CSS Document */
}
#navibar #btn00 a {
	text-decoration: none;
	height: 85px;
	width: 144px;
	display: block;
	background-image: url(img/logo.png);
	text-indent: -9999px;
}

#navibar #btn01 a {
	text-decoration: none;
	height: 50px;
	width: 150px;
	display: block;
	background-image: url(img/title1.png);
	text-indent: -9999px;
}

#navibar #btn01 a:hover {
	background-image: url(img/title1.png);
}
#navibar #btn02 a {
	text-decoration: none;
	height: 50px;
	width: 150px;
	display: block;
	background-image: url(img/title2.png);
	text-indent: -9999px;
}

#navibar #btn02 a:hover {
	background-image: url(img/title2.png);
}
#navibar #btn03 a {
	text-decoration: none;
	height: 50px;
	width: 150px;
	display: block;
	background-image: url(img/title3.png);
	text-indent: -9999px;
}

#navibar #btn03 a:hover {
	background-image: url(img/title3.png);
}

#navibar #btn04 a {
	text-decoration: none;
	height: 50px;
	width: 150px;
	display: block;
	background-image: url(img/title4.png);
	text-indent: -9999px;
}

#navibar #btn04 a:hover {
	background-image: url(img/title4.png);
}
#navibar #btn05 a {
	text-decoration: none;
	height: 50px;
	width: 150px;
	display: block;
	background-image: url(img/title5.png);
	text-indent: -9999px;
}

#navibar #btn05 a:hover {
	background-image: url(img/title5.png);
}
#navibar #btn06 a {
	text-decoration: none;
	height: 50px;
	width: 150px;
	display: block;
	background-image: url(img/title6.png);
	text-indent: -9999px;
}

#navibar #btn06 a:hover {
	background-image: url(img/title6.png);
}

#maincontent {
	width: 616px; /* 横幅を変更 */
	float: right;
	/* 余白を削除 */
	font-size: 12px;
	line-height: 16px;
	margin-right: 0px; /* 右マージンを設定 */
	background-color: #FFFFFF; /* 背景カラーを設定 */
	background-image: url(img/back/back.bmp);
	background-repeat: no-repeat;
        background-position: 100% 100%; 

}

#maincontent h2 {
	font-size: 16px;
	width: 550px;
             color:#92AF7B;
             border-bottom : 1px solid yellowgreen;
             border-left : 8px solid yellowgreen;
             font-weight:bold;
             letter-spacing:3px;
	margin-left:20px;
             padding:2px 5px;
             background:#fff;/* タイトルバー背景色 */
}
#maincontent p {
	font-size: 12px;
	line-height: 18px;
	margin-left: 5px;
	margin-top: 0px;
             padding:0px 25px;
}

#news {
  width: 350px;
  height: 130px;
  overflow: auto;
  background-color: #ffffff;
  padding: 10px;
  margin-left: 0px;
  margin-top: 0px;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: #000000;
}
#line {
  border-top: 1px;
  border-top-style: dotted;
  border-top-color: #300;
  background-color: #ffffff;
}
#news p {
	font-size: 11px;
	color: #293;
	line-height: 20px;
	margin-left: 5px;
	margin-top: 0px;
        padding:0px 25px;
	background: #ffffff url('img/r1.gif') no-repeat scroll left center;
}
#footer {
	clear: both;
	width: 100%;
	background-color: #FFFFCC; /* 背景カラーを変更 */
	height: 30px;
	background-image: url(img/back/back3.jpg);
	background-repeat: repeat-x;
}

#footer h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600; /* フォントカラーを変更 */
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
}