@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1 {
	display: none;
}
.outline {
	background-color: #FFFFFF;
	padding: 15px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
*html .outline {
	background-color: #FFFFFF;
	padding: 15px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.subtitle {
	height: 31px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	margin-bottom: 15px;
	text-align: left;
}
.main_text {
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
iframe {
	border: 1px solid #CCCCCC;
}
.title {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	background-color: #CCCCCC;
	text-align: center;
	margin-right: 9px;
	margin-left: 9px;
}
*html .title {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	background-color: #CCCCCC;
	text-align: center;
	margin-right: 4px;
	margin-left: 4px;
}
