@charset "utf-8";

@import "reset.css"; /* リセットスタイル */

@import "layout.css"; /* 共通レイアウト用 */

@import "iehack.css"; /* ハック用 */


/* class
------------------------------------------------*/
.emphasis {
	font-weight: bold;
}
#preparation {
	margin-top: 120px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 201px;
	width: 548px;

}
#preparation2 {
	text-align: center;
	font-weight: bold;
	color: #006699;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 700px;
	font-size: large;
	line-height: 150%;


}
#bn {
	height: 46px;
	width: 203px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066CC;

}

