@charset "utf-8";

/* =========================================================
■
========================================================= */
body#home div#header {
	background: url(../img/home/bg_header.gif) no-repeat 100% 100%;
}


/* =========================================================
■
========================================================= */
body#home div#contents {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* table common
----------------------------------------------- */
body#home div#contents table {
	margin: 30px auto;
}
body#home div#contents table th,
body#home div#contents table td {
	padding: 5px 10px;
	text-align: center;
	font-size: 10px;
}

/* contact
----------------------------------------------- */
body#home div#contents p#contact {
	margin: 20px auto 40px;
	text-align: center;
}

/* whats new
----------------------------------------------- */
body#home div#contents div#whats-new {
	width: 740px;
	margin: 0 auto;
	padding: 0 0 10px;
	border-bottom: 1px #CCCCCC solid;
	background: url(../img/home/bg_whatsnew.gif) repeat-y 0 0;
	font-size: 80%;
	line-height: 1.5;
}
body#home div#contents div#whats-new h4 {
	margin: 0 0 5px;
}
body#home div#contents div#whats-new dl {
	margin: 0 20px;
}
body#home div#contents div#whats-new dl dt {
	float: left;
	width: 5em;
	margin: 0 0 10px;
}
body#home div#contents div#whats-new dl dd {
	margin: 0 0 10px;
	margin-left: 6em;
}


/* =========================================================
■
========================================================= */
body#home div#pagetop {
	background: url(../img/home/bg_bottom.gif) no-repeat 0 0;
}
