@charset "utf-8";
/* ===================================================================
CSS information

 file name  :maintenance.css
 style info :メンテナンス
 
================================================================== */

/*----------------------------------------------------
	.maintenanceBody - メンテナンス画面
----------------------------------------------------*/
#maintenance {
	width: 740px;
	margin: 20px auto;
	text-align: center;
}

#maintenance h1 {
	margin-bottom: 20px;
}

#maintenance p {
	margin-bottom: 10px;
}

#maintenance p.ttl {
	margin-bottom: 20px;
	color: #FF3366;
	font-weight: bold;
	font-size: 16px;
}

#maintenance div.time {
	width: 400px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 15px auto;
}

#footer div#siteNav {
	width: 940px;
}

#footer div#fNav {
	width: 960px;
}