/* --------------------SIDE-MENU-------------------- */


.sidem_01 a{
display:block;
width:199px;
height:30px;
background:url(../info/sidem01.gif) no-repeat left top;
text-indent:-9999px;
text-decoration:none;
outline:none;
margin-top:5px;
}
.sidem_01 a:hover, .sidem_01 a.on{
background-position:right bottom;
}
.sidem_02 a {
display:block;
width:199px;
height:30px;
background:url(../info/sidem02.gif) no-repeat left top;
text-indent:-9999px;
text-decoration:none;
outline:none;
margin-top:5px;
}
.sidem_02 a:hover, .sidem_02 a.on{
background-position:right bottom;
}


/* --------------------CONTENTS-------------------- */


#pickup {
	overflow-x: hidden;
    overflow-y: auto;
	text-align:left;
	background-color:#333;
}

#newsarea {
	padding-bottom: 8px;
	padding-left: 10px;
	width:640px;
	height: 200px;
	overflow-x: hidden;
    overflow-y: auto;
	text-align:left;
	background-color:#333;
	min-height:100%;
	border:solid #FFF;
	border-width:3px;
}

#newsarea dl {
	clear: both;
}

#newsarea dl dt {
	width: 610px;
	float: left;
}

#newsarea dl dd {
	width: 580px;
	color:#000;
}


/*IE7*/
*:first-child+html #newsarea {
	top:0px;
}
/*IE6*/
*html #newsarea {
	top:0px;
}
