@charset "utf-8";
/* CSS Document */
#conc	{
}
#conc ul	{
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 120%;
	line-height: 1.6em;
	font-weight: bold;
}
#conc li	{
	list-style-type: decimal;
	margin-left: 2em;
	margin-bottom: 1em;
}
* html #conc li	{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka;
}
#conc h4	{
	margin-top: 20px;
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 160%;
	line-height: 2em;
	font-weight: bold;
	text-align: center;
}
* html #conc h4	{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka;
}
