@charset "utf-8";
h1, h2, h3, h4, h5, h6, p, table, th, td, div, ul, ol, li {
  margin: 0px;
  padding: 0px;
}
html {
  height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  font-family:"メイリオ", Meiryo,"ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  height: 100%;
  color: #000000;
}
#container {
  margin: 0px auto;
  width: 960px;
  min-height: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url(images/watercolor1.jpg);
  background-repeat: no-repeat;
}

#sidebar {
  width: 150px;
  float: left;
  margin-bottom: 25px;
}
ul.sidemenu {
  font-size: 110%;
  margin-top: 40px;
  text-align: center;
  padding-left: 0px;
  line-height: 0;
}
ul.sidemenu li {
  list-style-type: none;
}
ul.sidemenu li a {
  border-color: #f0ffff;
  border-bottom: 5px solid #f0ffff;
  display: block;
  line-height: 30px;
  text-decoration: none;
  color: #ffffff;
  background-color: #f4a460;
}
ul.sidemenu li a:hover {
  background-color: #996633;
}
h5 {
  font-size: 116%;
  color: #6b8e23;
}
h6 {
  font-size: 90%;
  text-align: right;
  margin-top: 15px;
  margin-right: 10px;
}

#header3 {
  float: none;
  height: 77px;
  width: 750px;
  background-image: url(images/header6.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  margin-left:170px;
  margin-top: 10px;
  margin-right: 5px;
}
#header3 h1 {
  font-size: 0%;
  text-indent: -9999px;
}

#weblog{
  float:left;
  width: 590px;
  padding-right: 10px;
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
}

#navi p  {
	color: #690;
	font-size: 95%;
	text-align: center;
}

#navi p a {
	color: #660;
}

#weblog h5{
  font-size: 120%;
  padding:3px 20px 3px;
  color: #8b4513;
  letter-spacing: 5px;
  background-color:#ffdead;
  border:2px solid #ffd979;  
  margin-top:-50px;
}
#weblog h6{
  font-size: 95%;
  color: #8b4513;
  text-align:right;
  margin-bottom:10px;
  margin-top:-22px;
}

#weblog p{
  font-size: 98%;
  margin-bottom: 80px;
  margin-left: 30px;
  margin-right: 40px;
  line-height:220%;
}

#sidecontents {
	display: inline;
	float: left;
	width: 150px;
	background-color: #FFF;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
}

#sidecontents h4 {
	font-size: 100%;
	font-weight: bold;
	color: #666;
	width: 170px;
	height: 21px;
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	
}

#sidecontents p {
	font-size: 95%;
	width: 140px;
	color: #999;
	text-align: center;
}

#sidecontents ul {
	list-style-type: none;
	list-style-position: inside;
	font-size: 90%;
	line-height: 180%;
	list-style-image: url(images/brt-sublink.jpg);
}

#sidecontents ul li a {
	color: #690;
	text-decoration: underline;
}
#sidecontents table   tr td{
	background-color: #FFF;
	color: #666;
	text-align: center;
	background-image: url(images/bk-calender.jpg);
	padding: 4px;
	background-repeat: no-repeat;
	background-position: center center;
}

.button-3 {
  font-size: 120%;
  font-weight: bold;
  
}

.button-3 a {
  display: block;
  width: 180px;
  line-height: 45px;
  float: right;
  text-decoration: none;
  color: #663300;
  background-image: url(images/dotted.jpg);
  background-repeat: no-repeat;
  text-indent: 17px;
  margin-right:20px;
  
}
.button-3 a:hover {
  color: #800000;
}

#footer {
  clear: both;
  margin-top: 10px;
  width: 960px;
  float: none;
  color: #996633;
}
#footer h6 {
  text-align: center;
}
#footer p {
  text-align: center;
  background-image: url(images/footer.gif);
  background-repeat: repeat-x;
  padding-top: 3px;
}
