@charset "utf-8";
/* CSS Document */
p, #clock {
	font-size:12px;
	line-height:15px;
}
.note {
	font-style:italic;
}
.camBox, .camBoxRt, .camBoxC {
	float:left;
	width:300px;
	text-align:center;
	line-height:15px;
	margin-bottom:15px;
}
.camBoxRt {
	margin-left:22px;
}
.camBoxC {
	float:none;
	margin:0 auto 15px auto;
}
#content img {
	margin-bottom:3px;
	border:1px solid #000;
}
p.edg {
	font-size:14px;
	text-align:center;
	color:#0074B4;
}

