@charset "utf-8";
/* CSS Document */

#mainColumn {
	background: url(cssimg/pageTopImg-specification.jpg) no-repeat top left;
}
#mainColumn h2 {
	text-decoration: underline;
	font-weight: normal;
	font-size: 16px;
}
#mainColumn h3 {
	font-weight: bold;
	font-size: 14px;
}
#mainColumn li {
	list-style-type: square;
	font-size: 12px;
	margin-top: 10px;
	line-height: 150%;
}
#mainColumn li li {
	list-style-type: circle;
}