@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
background: #000000;
font-family: "verdana","osaka","Helvetica", "Arial", "Sans-Serif";
font-size: 12px;
line-height: 17px;
color: #fff;
}

#newsArea {
	/*overflow: hidden;*/
	/*height: 105px;*/
	width: 200px;
	padding: 5px;
	border: 0px solid #FFFFFF;
	margin: 10px;
	height: 140px;
	overflow: visible;
}
h1 {
	font-size:12px;
	color:#FF6600;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color:#FFFFFF;
	text-decoration: none;
}
a:hover {
	color:#FFCC00;
	text-decoration: none;
}
#news .date {
	width: 55px;
	font-size: 10px;
	color: #666666;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
}
#news .cnts {
	margin-left: 55px;
	font-size: 10px;
	color: #666600;
	line-height: 14px;
	padding-bottom: 0.6em;
}
#news a:link, #news a:visited, #news a:active {
	font-weight: 200;
	font-size: 12px;
	color: #A7A7A7;
	text-decoration : none;
	padding-top: 2px;
	padding-bottom: 2px;
}
#news a:hover { 
	font-size: 12px;
	text-decoration : none;
	color: #FF9900;
}
