/*　基本構造　*/

body {
	background: URL("../images/bg_middle.jpg") repeat-y center top;
	background-color: #d9d3c6;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
	}

#wrapper {
	margin: 0 auto;
	padding: 0;
	}
	
/*　ヘッダ　*/

#head{
	width: 768px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/head_bg.jpg) no-repeat center top;
	text-align: left;
	}
	
h1{
	margin: 0;
	padding: 15px 0 0 15px;
	}
	
h2{
	margin: 0;
	padding: 5px 0 30px 0;
	}
	
#yodogawa{
	margin: 0 auto 20px auto;
	padding: 0;
	color: #000000;
	line-height: 1.7;
	} 
	
/*　マップ　*/

#map_container{
	width: 768px;
	margin: 0 auto;
	padding: 15px 0;
	background: url(../images/map_bg.jpg) repeat-y center top;
	text-align: center;
	}
	
#map_left{
	margin:0;
	}
	
#map_left2{
	float: left;
	margin-left: 15px;
	text-align: left;
	}
	
#map_right{
	float: right;
	margin-right: 15px;
	}
	
#map_container h3{
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#map_container ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#map_container li{
	height: 40px;
	padding: 0 0 0 40px;
	margin: 10px;
	line-height: 1.3;
	font-size: 12px;
	text-align: left;
	}
	
.other{
	background: url(../images/icon_other.png) no-repeat left;
	}
	
.imo{
	background: url(../images/icon_imo.png) no-repeat left;
	}
	
.daikon{
	background: url(../images/icon_daikon.png) no-repeat left;
	}
	
.kome{
	background: url(../images/icon_kome.png) no-repeat left;
	}
	
.clear{
	clear: both;
	}
	
/*　チェック　*/

#check{
	width: 570px;
	margin: 10px 0;
	padding-top: 10px;
	text-align: left;
	}
	
#check ul{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#check li{
	margin: 0 15px 0 0;
	padding: 0;
	display: inline;
	}
	
/*　コメント　*/

#comment{
	width: 550px;
	margin: 10px 0;
	padding: 10px;
	text-align: left;
	background: url(../images/saru.gif) no-repeat left top;
	background-color: #FFFFFF;
	}

#comment p{
	margin: 0 0 0 50px;
	padding: 0;
	}	


/*　フッタ　*/

#foot{
	width: 768px;
	height: 158px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/foot_bg.jpg) no-repeat center top;
	}
	
#foot ul{
	padding: 80px 0 0 0;
	margin: 0;
	}
	
#foot li{
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	}

/*　リンク　*/

a:link{
	color: #569ffa;
	text-decoration: none;
	}
	
a:visited{
	color: #798790;
	text-decoration: none;
	}
	
a:hover{
	color:#f6b609;
	text-decoration: none;
	}
	
/*　フォント */

.date{
	font-size: 12px;
	}

#recent .item div.comment {
  display: none;
}
#recent .item .num {
  display: none;
}

#recent .item .name {
  font-size:12px;
  line-height: 14px;
  margin: 0;
}

#recent .item {
  cursor: pointer;
}

#recent .item .left {
  width: 35px;
  padding: 0 0px 10px 0px;
  float: left;
}
#recent .item .right {
  width: 145px;
  padding: 0 10px 5px 0;
  font-size: 12px;
}	
#recent .item .thumb {
  display: none;
}
.clearfix {
  clear: both;
}
