@charset "UTF-8";


p {
	line-height: 135%; margin-left: 1em; margin-right: 1em;
	text-align: left;
	text-indent: 1em;
	font-family: "HiraMaruPro-W4", "HiraMinPro-W3", Osaka, "MS PMincho", serif;
}

ul li {
	font-family: "HiraMaruPro-W4", "HiraMinPro-W3", Osaka, "MS PMincho", serif;
	line-height: 155%; 
}

dl {
	margin-left: 2em;
}

dl dt {
	font-size: 110%;
	font-family: "HiraKakuPro-W6", "Osaka", "MS PGothic", sans-serif;
	line-height: 155%; 
}

dl dd {
	margin-bottom: 1ex;
	font-family: "HiraMaruPro-W4", "HiraMinPro-W3", Osaka, "MS PMincho", serif;
	line-height: 135%; 
}

address {
	font-size: 90%;
	text-align: right;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-style: oblique;
	margin-right: 2em;
	line-height: 150%; 
}

.tohome {
	font-size: 90%;
	text-align: right;
	font-family: "Lucida Grande", "Arial", sans-serif;
	margin-right: 2em;
	line-height: 150%; 
}

.maintitle {
	font-size: 180%;
	text-align: center;
	font-family: "HiraKakuStd-W8", "HiraMaruPro-W4", Osaka, "MS PMincho", sans-serif;
	color: #ff8; 
	background-color: #14d;
	padding: 0.2em;
}

.subtitle {
	font-size: 140%; 
	line-height: 150%;
	text-align: center;
	font-family: "HiraKakuPro-W3", "HiraMaruPro-W4", Osaka, "MS PMincho", sans-serif;
	padding: 0.5em;
}

.figure {
	margin-top: 1ex; margin-bottom: 1ex;
	text-align: center;
	padding: 0.5em;
}

.continue {
	text-indent: 0em;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.quote {
	margin-left: 3em;
}

.bold {
	font-family: "HiraKakuPro-W6", Osaka, "MS PMincho", sans-serif;
	font-weight: bold;
}

.caution {
	color: red;
}

.notice {
	color: green;
}

