BODY {
	background-color: /*#b6b0ac#5a534a*/#999999;
}

#konoaidapanel {
  	width: 940px;　/*本文の幅を940pxにする*/
  	margin: 0 auto; /* 中央に配置 */
  	background-color: /*#5a534a*/#b6b0ac; 
  	border-right: solid 4px #464646; /*右と下の縁取りを濃い色にする*/
	border-bottom: solid 4px #464646;
}

header{
  margin:0px 0px 30px 0px;　/*パンくずリストの下に余白をあける*/
}

footer {
  color: #fff;
  padding: 30px 0;
  text-align: center; /* 中央揃え */
  margin:40px 0px 0px 0px;　/*上に余白をあける*/
}

#kologo {
	padding: 30px 0px 20px 0px;/*このあいだの鳥撮りのロゴに上下のスペースを入れる*/
    text-align: center;
}

/*月表示*/
H3{
	text-align: center;
	color: #FFFFFF;	
}

/*日付表示*/
.hizuke{
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 20px;
    align:left; /*日付を左寄せにする*/
    background-color: #99b8b0/*日付の背景色を緑色にする*/
 }

A:LINK, A:VISITED, A:ACTIVE {
	margin: 0px;
	padding: 0px 5px;
	color:white;
	text-decoration: none;
	background-color:transparent;
}
A:HOVER {
	text-decoration: none;
	color: #FF6699;
}

table{
	margin:50px auto;　/* テーブルを中央に配置 */
	border: solid 2px #563f37;　/* テーブルの枠の色を茶色に */
}
td{
	border: solid 1px #999999;　/* 表の枠の色をグレーに */
}

/* パンくずリスト */
#topic_path {
  padding-left: 0;
  margin: 10px auto;
  text-align: center;
  
}
#topic_path li {
  display: inline;
  font-size: 95%;
  padding: 0 5px;
  color: white;
}

ul, li {
	list-style-type: none; /*リストの項目に数字や・をつけない*/
    padding-left: 0; /*リストを左寄せにする*/
}
