@charset "shift_jis";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
BODY {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka;
	font-size: 100%;
	line-height: 1.3;
	color: #000000;
	text-align: center;
}
.main_container {
	text-align: left;
	width: 100%;
}
.main_contents {
	margin: 20px auto 30px;
	width: 600px;
}
.question {
	font-weight: bold;
	background-color: #FFCC99;
	padding-left: 0.5em;
}

H1 {
	font-size: 130%;
	font-weight: bold;
	color: #336633;
	margin-bottom: 1em;
}
H2 {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding-left: 0.5em;
	line-height: 1.5;
	margin-bottom: 1em;
}
OL {
	margin-left: 2em;
	margin-bottom: 1em;
}
LI {
	list-style-position: outside;
}
P {
	margin-bottom: 1em;
}

EM {
	font-style: normal;
	font-weight: bold;
}
