/* ------------ body ------------ */
body {
	background: #fff url("../jirei/img/j-bk.gif") repeat left top fixed;
}

/* ------------ ヘッダ ------------ */
#header {
	height: 60px;
	background-color: #fa0;
}

#header h1 {
	width: 385px;
	margin: 0 auto;
}

#header h1 img {
	margin-top: 13px;
}

/* ------------ メイン ------------ */
#main p {
	margin-top: 30px;
	line-height: 2;
	text-align: center;
	font-size: 1.3em;
}

#main p strong {
	font-size: 1.65em;
}

#main p span {
	font-size: 1.5em;
}

#main .button {
	width: 100px;
	border: solid 3px #e90;
	margin: 100px auto 50px auto;
}

#main p.button {
	font-size: 1em;
	line-height: 1.5;
}

/* ------------ フッタ ------------ */
#footer {
	background-color: #fa0;
}