@charset "utf-8";

/* tab nav */
#nav {
width:830px;
margin:0 auto 30px;
}

#nav ul {
overflow:hidden;
height:100%;
background:url(../img/news_bg_01.png) left bottom repeat-x;
}

#nav li {
float:left;
}

#nav ul img {
vertical-align:bottom;
}

/* news list */
#news ul {
width:820px;
margin:0 auto 30px;
font-size:1.2em;
}

#news li {
height:100%;
/*margin-bottom:20px;
padding:0 2px 22px;*/
padding:15px 0px;
padding-left:140px;
border-bottom:1px dotted #ccc;
zoom:1;
position:relative;
}

#news li:after {
content:"";
clear:both;
display:block;
height:0;
visibility:hidden;
}

#news ul h2 {
float:left;
/*
width:143px;
*/
font-weight:normal;
position:absolute;
left:0px;
top:50%;
line-height:1.4em;
margin-top:-.6em;
}

#news ul h2 img {
margin-right:3px;
vertical-align:middle;
}

#news ul .icon{
/*margin-bottom:-9px;
position:relative;
zoom:1;
height:15px;
*/
margin-bottom:5px;
}

#news ul .icon img{
margin-right:5px;
vertical-align:middle;
position:relative;
}

#news ul p {
float:right;
width:673px;
}

#news ul p img {
position:relative;
display:block;
margin:-9px 0 4px;
}

#news ul strong {
color:#D55E62;
}

#content .media a {
color:#A98346;
font-style:normal;
font-weight:bold;
}

