@charset "utf-8";

@import "../share/css/base.css";

/* --- base layout --- */
html {
	overflow-x: hidden;

scrollbar-face-color: #fff;
scrollbar-track-color: #fff;
scrollbar-highlight-color: #fff;
scrollbar-3dlight-color: #ccc;
scrollbar-shadow-color: #fff;
scrollbar-darkshadow-color: #ccc;
scrollbar-arrow-color: #ccc;

}


body {
	font-size: 62.5%;
	line-height: 150%;
	letter-spacing: 1px;
}

html>/**/body {
	font-size: 10px;
}

#WhatsNew {
	padding: 5px;
	text-align: left;
}

#WhatsNew dl {
	clear: both;
	width: 305px;
	margin-bottom: 3px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

#WhatsNew dl dt,
#WhatsNew dl dd {
	float: left;
}

#WhatsNew dl dt {
	width: 55px;
}

#WhatsNew dl dd {
	width: 247px;
	padding-left: 3px;
}

#fixed_area_on dl {
	background-color:#fff;
	position:fixed;top:132px;
}

#fixed_area_off {
	display: none;
}


#WhatsNew dl:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

