@charset "utf-8";

/***********************************

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

***********************************/

@import "reset.css";
@import "behavior.css";

h2{
	color: #FFFFFF;
	margin-bottom: 0.5em;
	padding-left: 0.5em;
	background-color: #999999;
}

div.img{
	text-align: center;
}

#left p{
	margin-bottom: 1em;
}

#left ol{
	margin-bottom: 2em;
	list-style-type: decimal;
}

#left ol li{
	margin-left: 2.5em;
	background-position: -9999px center;
}