html {
overflow-x: hidden;
}
html, body {
    scrollbar-base-color: #000000;
    scrollbar-track-color: #5b6063;
    scrollbar-face-color: #141415;
    scrollbar-shadow-color: #000000;
    scrollbar-darkshadow-color: #808080;
    scrollbar-highlight-color: #808080;
    scrollbar-3dlight-color: #808080;
    scrollbar-arrow-color: #C0C0C0;
}
body {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 80%;
	line-height: 1.3;
}
h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, form  {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
a:link {
	color: #ffef6c;
	text-decoration: none;
}
a:visited {
	color: #ffef6c;
	text-decoration: none;
}
a:active, a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
p {
	margin: 0px;
	padding: 0px;
}
dl {
	overflow: hidden;
	zoom: 1;
}
ul {
 list-style-type: none;
}
li {
 list-style-position: outside;
}
img {
	vertical-align: top;
	border-style: none;
}
#topics_i {
	background-image: url(../images/bg_topics.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	height: 163px;
	width: 350px;
	background-position: 0% 0%;
}
#topics_i dl#news {
	padding: 18px;
	overflow: hidden;
	zoom: 1;
}
#topics_i dl#news dt {
	float: left;
	width: 40px;
	padding-bottom: 5px;
}
#topics_i dl#news dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b4aca1;
	padding-bottom: 5px;
	padding-left: 45px;
	margin-bottom: 8px;
}
