@charset "utf-8";

/* == レフトサイド ========================================================== */

/* == 写真メインデータ == */
#newsdetail{
	width:660px;
	margin:0px;
}

	#newsdetailTitle{
		width:660px;
		height:25px;
		border-left:3px solid #666666;
		border-bottom:1px solid #666666;
	}

		#newsdetailTitle h2{
			font-size:0.86em;
			font-weight:normal;
			line-height:25px;
			padding:0px 0px 0px 5px;
		}

		#newsdetailTitle a{}

#photo{
	width:660px;
}

	#photoTitle{
		width:660px;
		margin:6px 0px 4px 0px;
	}

	#photoTitle h1{
		font-size:1.4em;
	}

#photoDate{
	width:660px;
	font-size:0.86em;
	line-height:1.5em;
	text-align:right;
}

#photoItem{
	width:660px;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	border-top:1px dashed #666666;
}

#photoImage{
	width:640px;
	text-align:center;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}

#photoImage a{
	max-width:640px;
	border:1px solid #333333;
	overflow:hidden;
	display:block;
}

#photoImage a:hover{
	max-width:640px;
	border:1px solid #ff3333;
	overflow:hidden;
	display:block;

}

#photoImage img{
	max-width:640px;
	border:none;
	-ms-interpolation-mode:bicubic;
}

/* == 写真ページング == */
.photoPaging{
	width:660px;
	margin:10px 0px 10px 0px;
}

	.photoPagingPrev{
		width:150px;
		background-image:url('../images/point03.gif');
		background-repeat:no-repeat;
		list-style-type:none;
		float:left
	}

	.photoPagingPrev strong{
		font-size:0.86em;
		line-height:1.5em;
		padding:0px 0px 0px 20px;
		display:block;
	}

	.photoPagingPrevBlank{
		width:150px;
		background-repeat:no-repeat;
		list-style-type:none;
		float:left
	}

	.photoPagingNext{
		width:150px;
		background-image:url('../images/point04.gif');
		background-repeat:no-repeat;
		list-style-type:none;
		text-align:right;
		float:right;
	}

	.photoPagingNext strong{
		font-size:0.86em;
		line-height:1.5em;
		padding:0px 20px 0px 0px;
		display:block;
	}

	.photoPagingNextBlank{
		width:150px;
		background-repeat:no-repeat;
		list-style-type:none;
		text-align:right;
		float:right;
	}

/* == 記事に戻る == */
#photoBack{
	width:150px;
	font-size:1.0em;
	line-height:1.0em;
	background-image:url('../images/point03.gif');
	background-repeat:no-repeat;
	list-style-type:none;
	margin:5px 0px 0px 110px;
	padding:0px 0px 0px 20px;
	float:left
}

#photoCaption{
	width:660px;
	margin:2px 0px 0px 10px;
	padding:0px;
}

	#photoCaption strong{
		font-size:1.2em;
		line-height:1.5em;
		margin:10px 0px 0px 0px;
	}

	#photoCaption p{
		font-size:1.15em;
		line-height:1.4em;
	}

#photoCaptionCopyright{
	font-size:0.86em;
}

