@charset "utf-8";
/*
----------------------------------------------------------
	青いナポリ
	Photogallary
---------------------------------------------------------
*/



#contents .contentsBox h4{
	color:#014099;
	font-size:18px;
	margin-bottom:10px;
	font-weight:bold;
	padding-left:10px;
}

#contents .contentsBox h4 span{
	color:#ee720d;
	font-size:12px;
}

/*#contents .contentsBox img{
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	float: left;
	width:120px;
	background:url(../images/photo_bg.gif) right top no-repeat;
	border:none;
}*/

	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		width: 100%;
	}
	#gallery ul { list-style: none; margin-bottom:30px;}
	#gallery ul li { display: inline; margin:5px;}
	#gallery ul img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

