.text {
	font-family: "ＭＳ ゴシック", "Osaka‐等幅";
	font-size: 13px;
	line-height: 130%;
	color: #333333;
	font-weight: normal;
	display: inline;
}
.list {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	line-height: 130%;
	color: #333333;
	font-weight: normal;
	display: inline;
	list-style-position: inside;
	list-style-type: square;
}
.line {
	border-top: thin groove #CCCCCC;
	border-right: thin ridge #CCCCCC;
	border-bottom: thin groove #CCCCCC;
	border-left: thin ridge #CCCCCC;
}

