/*ニュースページ*/
.moreimg {
	font-size: 0px;
	list-style: none outside;
	margin: 0px;
	padding-left: 5px;
	width: 594px;
}
.moreimg li {
	display: inline-block;
	/display:inline; 
	/zoom:1;
	width: 280px;
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 12px;
	margin:0px 0px 10px 0px;
}
.moreimg .right {
	margin-left: 20px;
}
.moreimg li .imgnews {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	overflow:hidden;
	width:280px;
	height:200px;
	border: 5px solid #e3e3c8;
}
:root .moreimg li .imgnews {
	width:270px;
	height:190px;
}
.moreimg li .imgnews img {
	vertical-align: bottom;
	padding: -5px;
	width:auto;
	height:200px;	
}
.moreimg li a:hover {
	cursor: pointer;
}
.moreimg li .txtcaption {
	text-align: center;
	margin: 2px 10px 2px 10px;
}
.moreimg li .txtzoom {
	text-align: left;
	margin: 2px 10px 2px 10px;
	padding-left: 15px;
	background-image: url(/images/icon_zoom_03.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.moreimg li .txtzoom a {
	color: #3399cc;
	text-decoration: underline;
}
.moreimg li .txtzoom a:hover {
	text-decoration: none;
}
/*ニュースページ*/


/*拡大画像ページ*/
.linktxt {
	margin: 0px 0px 5px;
	padding: 0px;
	width: 100%;
	display: inline-block;
	/display:inline; 
	/zoom:1;
}
.linktxt p {
	margin: 0px;
}
.linktxt .gotomian {
	float:left;
}
.linktxt .back,.linktxt .next {
	float:right;
}
.linktxt .next {
	margin-left: 15px;
}
.linktxt a {
	font-size: 12px;
	color: #3399cc;
	text-decoration: underline;
}
.linktxt a:hover {
	text-decoration: none;
}
.zoomimg {
	width: 100%;
	margin: 0px 0px 15px;
	text-align:center
}

.zoomimg img {
	border: 5px solid #e3e3c8;
	max-width:594px;
	height:auto;
	padding:-5px;	
}
.zoomimg img{
	width:expression(this.width >= 594? "594px" : "auto");
}

.moreimg_m {
	font-size: 0px;
	list-style: none outside;
	margin: 0px;
	padding: 5px 0px 5px 15px;
	width: 604px;
	background-color: #FFFFFF;
}
.moreimg_m li {
	display: inline-block;
	/display:inline; 
	/zoom:1;
	width: 135px;
	height:110px;
	background-color: #000000;
	vertical-align: top;
	margin:0px 10px 5px 0px;
	padding:0px;
	text-align:center;
	overflow: hidden;
}
.moreimg_m .first {
	border: 5px solid #FF4500;
}
:root .moreimg_m .first {
	width: 125px;
	height:100px;
}
.moreimg_m .first img {
	margin: -5px;
}
.moreimg_m li img {
	width: auto;
	height:110px;
}
.moreimg_m a li img {
	border:none;
}
.moreimg_m a:hover li {
	-moz-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor: pointer;
}


/*拡大画像ページ*/