@charset "utf-8";
/* CSS Document */

#main ol,#main ul {
	margin-left: 40px;
}
#main ol li {
	list-style-type: decimal;
}
#main ul li {
	list-style-type: square;
}
#mst1 h1 {
	color: #355a7e;
	font-size: 18px;
}
#mst1 h2 {
	font-size: 15px;
}

