@charset "iso-8859-1";

@import url(base.em.css);

*{
	padding:0;
	margin:0;
	font-family:arial,sans serif;
}
.news{
	position:absolute;
	left:0px;
	top:147px;
	background-color:white;
	border:2px solid #f04c29;
	width:650px;
	height:380px;
}
.item{
	position:absolute;
	left:20px;
	top:13px;
	font:400 0.75em arial;
	width:600px;
	height:360px;
	overflow:auto;
	padding:0 10px 0 10px;
	z-index:100;
	color:black;
}
.tops{
	position:absolute;
	left:658px;
	top:147px;
	background-color:white;
	border:2px solid #f04c29;
	width:238px;
	height:380px;
}
.line{
	position:absolute;
	left:10px;
	top:13px;
	font:400 0.75em arial;
	width:220px;
	height:360px;
	overflow:auto;
	padding:0 10px 0 0px;
	z-index:100;
}
#jou{
	position:absolute;
	left:20px;
	top:540px;
	width:500px;
}
img{
	border:0;
	padding:0;
	margin:0;
}
#content{
	position:absolute;
	top:157px;
	left:0px;
	width:600px;
	height:450px;
	overflow:auto;
	background-color:#ffc;
	border:2px solid red;
	padding:5px 5px 5px 10px;
	color:#f04c29;
}
#test_image{
	float:right;
	margin:0 0 5px 5px;
}
#headlines{
	position:absolute;
	top:157px;
	left:636px;
	width:250px;
	height:450px;
	overflow:auto;
	background-color:#ffc;
	border:2px solid red;
	padding:5px 5px 5px 5px;
}	
#headlines h3,#headlines p{
	padding:0 0 5px 0;
}
#headlines a{
	font:600 1.0em arial,sans serif;
	color:#f04c29;
	text-decoration:none;
}
#headlines a:hover{
	color:black;
	text-decoration:underline;
}
#headlines li{
	padding:10px 15px 10px 15px;
}
#lst{
	position:absolute;
	left:10px;
}
#content p, #content ul{
	color:black;
	font:400 0.85em arial,sans serif;
	padding:3px 10px 3px 0;
	text-align:justify;
}
#content li{
	list-style-type:disc;
	padding:0;
	margin:0 10px 3px 15px;
	marker-offset:3px;
}
#content a{
	color:black;
	font:400 1.0em arial,sans serif;
	padding:3px 0 3px 0;
	text-decoration:underline;
}
#content a:hover{
	color:#f04c29;
}
