@charset   "UTF-8";

h1 {
	font-size:1.5em;
	color:#333333;
	margin:1em;
	padding:0.2em;
	border:2px solid #ffff00;
	background-color:#ffff99;
}

div.world_box {
	margin:1em;
	line-height:1.5;
	text-align:left;
}

div.image_box {
	text-align:center;
	margin:1em;
	padding:0.5em;
	background-color:#999999;
	border-top:2px solid #666666;
	border-bottom:2px solid #666666;
}

div.image_box img {
	border:4px solid #cccccc;
}


/* end */
div#main_end {
	clear:both;
	font-size:0.8em;
	text-align:right;
	padding:1em;
	margin-bottom:1em;
	border-bottom:1px dotted #cccccc;
}

div#main_end a {
	text-decoration:none;
	color:#cc3333;
}

div#main_end a:hover {
	text-decoration:underline;
}

div#last_link {
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	margin:2em 0 0.5em 0;
}

div#last_link a {
	text-decoration:none;	
	color:#999999;
}