@charset "UTF-8";
#leftHold {
	position: fixed;
	_position: absolute;
	right: 0px;
	top: 50px;
	height: 100%;
	overflow: auto;
	z-index: 1000;
}
#leftHold ul li {
	width: 560px;
	height: auto;
	background-image: url(images/haikei.png);
	background-repeat: repeat;
	margin-bottom: 20px;
	padding-top: 1px;
	padding-bottom: 10px;
	position:relative;
}
#leftHold ul li .ttl {
	/*margin-left: auto;*/
	margin-right: auto;
	margin-top: 15px;
	width: 355px;
	margin-bottom: 0px;
	text-align: center;
}
#leftHold ul li .newsBOX {
	/*width: 335px;*/
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	background-image: url(images/haikei02.png);
	background-repeat: repeat;
	padding-bottom: 15px;
}
#leftHold ul li .newsBOX p span {
	margin-right: 15px;
}
#leftHold ul li .newsBOX p a{
	font-size: 14px;
	line-height: 28px;
	margin-left: 10px;
	color: #5D5D5D;
	text-decoration:none;
}
#leftHold ul li .newsBOX p img {
	margin-top: 15px;
}


#leftHold ul li .pic{
	width:300px;
	height:220px;
	position:absolute;
	top:10px;
	right: 10px;
	background:#000000;
}
