@charset "Shift_JIS";
/* layoutCSS Document */
body #wrapper {	background: url(../images/cont_bg.jpg) repeat-y;}
body #contents { background: url(../images/top_bg.jpg) no-repeat; }

#linkArea { padding: 5px 20px 20px; }

#linkArea ul {
	display: block;
	height: 30px;
}

#linkArea ul li {
	float: left;
	margin-right: 5px;
}

.whatsNew {
	text-align: left;
	background: url(../images/whatsnew_bg.gif) repeat-y;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 43px;
}

.whatsNew h2 { margin-bottom: 10px; }

.whatsNew ul {
	background: url(../images/whatsnew_bottom.gif) no-repeat center bottom;
	padding-bottom: 20px;
	padding-left: 20px;
}

.whatsNew ul li {
	font-size: 75%;
	color: #555555;
	margin-bottom: 0.2em;
	line-height: 100%;
}

.whatsNew ul li span {
	font-weight: bold;
	color: #63bc46;
	margin-right: 1em;
	letter-spacing: -1px;
}

.whatsNew ul li a { color: #666666; }
.whatsNew ul li a:hover {
	color: #FFFFFF;
	background: #333333;
	text-decoration: none;
}

body #wrapper .flashArea { height: 430px; }
