@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	width: 800px;
}

#date {
	font-size: 65%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 30px;
	line-height: 100%;
}

.text {
	font-size: 75%;
	line-height: 170%;
}

#navi {
	font-size: 65%;
	line-height: 160%;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.caption {
	font-size: 65%;
	margin: 3px 0 10px 0;
	line-height: 120%;
}