@charset "utf-8";

/* CSS Document */
@media screen {

.category{
background:url(../../news/img/cat_title.jpg) no-repeat 0 122px;
}


.neArea{
	margin-bottom: 30px;
}

.neArea dl{
	width:100%;
	margin-bottom: 10px;
	padding:0 0 10px 0;
	background:url(../img/line_dot.gif) bottom repeat-x;
	clear:both;
	font-size:75%;
}

.neArea dt {
	float: left;
	width:80px;
	line-height: 160%;
	padding-left:10px;
	display:block;
	font-size:80%;
	color:#aaa;
	font-weight:bold;
}

.neArea dt img{
margin-left:10px;
}


.neArea dd {
	line-height: 160%;
	margin-left:100px;
	display:block;
}

.neArea dd a{
color:#333;
}

.entryContainer ul{
padding:0;
margin:0 0 20px 0;
}

.entryContainer ul li{
font-size: 80%;
margin:0 0 20px 30px;
list-style-type:disc;
list-style-position:outside;
}

.entryContainer ol{
padding:0;
margin:0 0 20px 0;
}

.entryContainer ol li{
font-size: 80%;
margin:0 0 20px 30px;
list-style-position:outside;
list-style-type:decimal;
}


}

@media print {

.category #bread {
padding-top:140px;
background:url(../../news/img/cat_title_sc.jpg) no-repeat 0 0;
}

.neArea{
	margin-bottom: 30px;
}

.neArea dl{
	width:100%;
	margin-bottom: 10px;
	padding:0 0 10px 0;
	background:url(../img/line_dot.gif) bottom repeat-x;
	clear:both;
	font-size:75%;
}

.neArea dt {
	float: left;
	width:80px;
	line-height: 160%;
	padding-left:10px;
	display:block;
	font-size:80%;
	color:#aaa;
	font-weight:bold;
}

.neArea dt img{
margin-left:10px;
}


.neArea dd {
	line-height: 160%;
	margin-left:100px;
	display:block;
}

.neArea dd a{
color:#333;
}



}
