/* 
@charset "UTF-8";
 */

div.image_frame {
	padding-left: 0.5em;
	padding-right: 1em;
}

div.framed_image {
	width: 100%;
/* 
	padding-bottom: 160%; /* 460:640::W:H */	
	position: relative;
	background: #999999;
}

div.framed_image > img {
	width: 100%;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}

.iframe_title {
	font-family: "Bradley Hand", cursive;
	font-size: 1.6em;
	margin-bottom: -0.7em;
}

.iframe_subtitle {
	color: #ff0000;
}

p {
	text-align: justify;
}

a:link {color:#F00;font-size:0.8em; text-decoration:none}
a:visited {color:#888;font-size:0.8em;}
a:hover {color:#000; font-weight:700;font-size:0.8em;}
a:active {color:#f00;font-size:0.8em;}
