/*                     */

#newsbox h4 ,
#newsbox a
  {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

#newsbox img{
	display: block;
	width: 100%;
}

#newsbox .list_box,
#newsbox .nonphoto{/* ---写真なし、width  --- */
	width: 590px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}


#newsbox  p.photosnap{/* --写真、大きさ、位置 --- */
	display: block;
	width: 102px;
	height: 92px;
	position: absolute;
	overflow: hidden;
}



#newsbox .list_box h4{/* ---見出しサイズと、写真があるときの位置  --- */

	position: relative;
	width: 450px;
	height: auto;
	font-size: 17px;
	font-weight: 200;
	line-height: 22px;
	top: 0;
	left: 130px;
}


#newsbox .list_box hr{/* --- --- */
	width: 95%;
	border:none;
	border-top:dashed 1px #ff0000;
	height:1px;
	color:#FFFFFF;
	margin-top: 10px;
}

#newsbox .list_box p.read{/* ---本文のサイズと、写真があるときの位置  --- */
	position: relative;
	width: 450px;
	height: auto;
	font-size: 100%;
	line-height: 20px;
	color: #111111;
	margin-bottom: 0px;
	top: 10px;
	left: 130px;
}

#newsbox .nonphoto h4,
#newsbox .nonphoto p.read{/* ---全体の幅、位置  --- */
		width: 550px;
		left: 20px;
	}
#newsbox .list_box span.updata{/* ---更新日サイズ他  --- */
	display: block;
	position: relative;
	width: 100%;
	height: 26px;
	bottom: 0px;
	right:  0px;
/*	line-height: 6px;*/
	font-size: 95％;
	color: #505050;
	text-align: right;
}



#newsbox ul.pageNav {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	background: #cafdca;
	border: 1px solid #cafdca;
	text-align: center;
	font-size: 125%;
}

#newsbox ul.pageNav li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}



#newsbox ul.pageNav li span,
#newsbox ul.pageNav li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	background: #eeeff7;
	text-decoration: none;
	vertical-align: middle;
}

#newsbox ul.pageNav li a:hover {
	color: #000;
	background: #00FF7F;
	border-color: #00f;
}




