@charset 'UTF-8';
/*
body {
	font-family: "Lucida Grande", sans-serif;
	font-size: 62.5%;
	margin: 10px;
	line-height: 1.6;
	letter-spacing: 1px;
}

* html body {
	font-family: "Lucida Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 1px;
	vertical-align: baseline;
}
*/
div#photo_frames {
	clear: both;
	margin: 0px;
	position: relative;
}

div.photo_frame {
	width: 80px;
	height: 80px;
	margin: 7px;
	position: relative;
	float: left;
	border-color: #E2E2E2;
	border-width: 2px;
	border-style: solid;
}

img.photo_frame {
	width: 80px;
	height: 80px;
}

div.photo_frame_focused{
	border-color: #0074E2;
}

div.photo_frame:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: "";
	font-size: 0.1em;
}

div#photo_navi{
	font-family: "Lucida Grande", sans-serif;
	font-size: 80%;
	margin: 10px;
	line-height: 1.6;
	letter-spacing: 1px;
	margin-left: 10px;
}
div#photo_navi a:link{ margin-right: 5px }