@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 {
overflow:hidden;
height:100%;
margin-bottom:20px;
padding:0 2px 22px;
border-bottom:1px dotted #ccc;
}

#news ul h2 {
float:left;
width:143px;
font-weight:normal;
}

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

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

#news ul strong {
color:#D55E62;
}

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