@charset "UTF-8";

div#studiobox{
	text-align: center;
}

p#studioimg {
	font-size: 80%;
}
	
p#studioimg img {

}

div#photomenu {
	margin-top: 30px;
	margin-bottom: 25px; 
	text-align: center;
	white-space: nowrap;
}

div#photomenu h1 {
	margin-left: 5px;
	margin-right: 25px;
	display: inline;
}

div#photomenu ul {
	display: inline;
	white-space: nowrap;
}

div#photomenu li {
	display: inline;
	font-size: 80%;
}

div#photomenu li img {
	border-width: 2px;
	border-style: solid;
	margin-right: 5px;
}

div#photomenu img {
	display: inline;
}

div#photomenu img { border-color: #FFF; }
div#photomenu img.hit { border-color: #D34A29; }



p#studiomsg {
	border: 1px solid #E8E8DE;
	margin-bottom: 30px; /* common 30 */
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	width: 80%;
	font-size: 70%;
	line-height: 180%;
	text-align: center;
}