/* {{{ + news */ 
.newsArea {
margin: 0 0 10px 0;
}
.newsArea .topBar{
clear:both;
padding: 3px 0 3px 5px;
font-size:1.3em;
font-weight:bold;
background:#f6f6f6;
border-top:1px solid #666;
border-bottom:1px dashed #666;
}
.newsArea .categoryBar{
clear:both;
padding: 0 0 0 5px;
font-size:1.3em;
font-weight:bold;
background:#EEF1F7;
border-top:1px solid #6B90DA;
border-bottom:1px dashed #BAC9E2;
}
.newsArea.Feature .categoryBar{
background:#FFF4F4;
border-top:1px solid #c00;
border-bottom:1px dashed #FFAAAA;
}
.newsArea.Entertainment .categoryBar{
background:#FFFFCC;
border-top:1px solid #FFCC00;
border-bottom:1px dashed #FFCC00;
}
.newsArea.Anime .categoryBar{
background:#FFF4DF;
border-top:1px solid #FF6600;
border-bottom:1px dashed #FF6600;
}
.newsArea.Game .categoryBar{
background:#F3F3F3;
border-top:1px solid #737380;
border-bottom:1px dashed #737380;
}
.newsArea.Business .categoryBar{
background:#F0F8FF;
border-top:1px solid #003366;
border-bottom:1px dashed #003366;
}
.newsArea.Tech .categoryBar{
background:#EEF2F1;
border-top:1px solid #536C66;
border-bottom:1px dashed #536C66;
}
.newsArea.Sports .categoryBar{
background:#EEF9EE;
border-top:1px solid #66CC66;
border-bottom:1px dashed #66CC66;
}
.newsArea.International .categoryBar{
background:#F8E8FF;
border-top:1px solid #CC66FF;
border-bottom:1px dashed #CC66FF;
}
.newsArea.Society .categoryBar{
background:#FFFFE1;
border-top:1px solid #999900;
border-bottom:1px dashed #999900;
}
.newsArea.Politics .categoryBar{
background:#F8F4FF;
border-top:1px solid #6633FF;
border-bottom:1px dashed #6633FF;
}


ul.news { 
margin-top: 15px;
list-style: none outside;
}
ul.news.d {
margin-top: 0px;
}
ul.news a {
/* text-decoration:underline; */
/* border-bottom: none; */
}
ul.news li.webshot {
height:300px;
width:300px;
padding-right:10px;
float:left;
}
ul.news.m li.webshot {
height:120px;
width:120px;
margin-top:10px;
padding-right:5px;
}
ul.news img.favicon {
vertical-align:middle;
width:18px;
height:18px;
margin-right:3px;
}
ul.news li.title {
font-weight:bold;
font-size:1.2em;
margin-bottom:5px;
clear:both;
}
ul.news.d li.title {
margin-top:15px;
font-size:1.4em;
clear:none;
}
ul.news li.title a {
color: #00F;
}
ul.news li.publisher {
padding:0 0 0 0;
display:inline;
font-size:0.9em;
}
ul.news.d li.publisher {
margin-left:30px;
}
ul.news li.date {
margin-left:5px;
display:inline;
font-weight:bold;
font-size:0.9em;
}
ul.news.d li.date {
margin-left:0;
font-weight:normal;
font-size:1em;
}
ul.news li.description {
margin:10px 0 0 0;
line-height:110%;
color:#333;
}
ul.news.d li.description {
margin:20px 0 0 0;
line-height:140%;
}
ul.news li.category {
margin:0 10px 0 0;
text-align:right;
}
ul.news.s li.category {
display:inline;
padding-left:20px;
}
ul.news.d li.category {
display:inline;
margin-left:10px;
}
ul.news li.category a {
color:#008000;
}

ul.news li.open {
margin-top:30px;
}
/* }}} */ 
/* {{{ + newsArea */ 
.newsArea {
width:47%;
float:left;
padding:0 10px;
}
.newsArea.twoline {
width:100%;
padding:0;
}
.newsArea.twoline ul{
width:47%;
float:left;
padding:0 10px;
}
.newsArea.twoline div.line{
clear:both;
}

.newsArea .openLinks{
margin-top:30px;
}
/* }}} */ 
/* {{{ + topNewsIndex */ 
#topNewsIndex .block{
clear:both;
}
/* }}} */ 
/* {{{ + newsIndex */ 
#newsIndex .newsArea {
width:99%;
padding:0 10px;
}
#newsIndex div.adBottom {
clear:both;
padding-top: 30px;
}
/* }}} */ 
/* {{{ + relatedNews */ 
#relatedNews {
padding-top: 20px;
}
#relatedNews .subTitle {
margin: 0px 10px;
padding: 0 0 0 10px;
font-weight:bold;
color:#666;
border-top:#ccc 1px dashed;
border-bottom:#ccc 1px dashed;
background-color:#fcfcfc;
}
#relatedNews .relatedCategory,
#relatedNews .relatedPublisher {
clear:both;
padding: 20px 0 0 0;
}
/* }}} */ 
