@charset "UTF-8";

/*topics.html専用
-----------------------------------------*/
body nav ul li a[href="topics.html"] {
color: #FFF;
}

/*topics
-----------------------------------------*/
section article {
margin: 25px 25px;
padding-bottom: 25px;
background: url(../img/hr.png) no-repeat bottom;
}
section article h1 {
background: url(../img/icon1a.png) no-repeat 0 .1em;
color: #572B38;
font-size: 16px;
line-height: 1.1;
padding-left: 20px;
margin-right: 100px;
}
section article p {
color: #666;
font-size: 14px;
line-height: 1.6;
margin-left: 20px;
}
section article time {
color: #666;
font-size: 10px;
line-height: 1.1;
text-align: right;
display: block;
margin-top: -15px;
margin-bottom: 10px;
}



