@charset "utf-8";
.style1 {color: #CC0000}

body {
	margin-top: 0px;
}
.text {
	font-size: 12pt;
	color: #333333;
	line-height: 24px;
}
h1 {
	font-size: 18pt;
	color: #CC3333;
}
#box {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
}
