@import url(common.css);
body {
	font-size: 13px;
	background-color: white;
	background-image: url(../img/bg.gif);
	line-height: 1.4em;
}
#wrap { text-align: left; width: 60%; margin: 20px auto 0; }
#foot { text-align: center; width: 100%; margin-top: 20px; }
#foot img { margin-top: 20px; }
#head { text-align: right; width: 100%; }
#content { text-align: left; width: 100%; }
h1 { color: #690; font-size: 145%; font-weight: bold; font-size-adjust: inherit; letter-spacing: 0.1em; margin: 36px 0; }
h2 { color: #E49134; font-size: 130%; font-weight: bold; margin: 45px 0 25px; }
h3 { color: #E49134; font-size: 120%; font-weight: bold; margin: 45px 0 25px; }
p { margin-top: 15px; }
em { color: #f66; font-style: italic; text-decoration: underline; }
ul { margin-top: 10px; margin-left: 20px; list-style-type: circle; list-style-position: inside; }
li { }
blockquote { padding: 18px 65px; }
.title {
	color: #339933;
	font-size: 133%;
	font-weight: bold;
}
.period {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.circle {
	padding-top: 25px;
	text-align: right;
	padding-right: 20px;
}

