@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
              news
==================================*/
.news dt ,
.news dd {
    float: left;
    border-bottom:none;
    color: #444444;
    padding: 10px 0px;
    text-align: left;
}
.news dt {
    width: 16%;
}
.news dd {
    width: 80%;
}
.news li {
    padding: 0;
	border-bottom: none;
}
h2 img {
    width:auto;
}
.news_ttl {
    margin: 0 auto 5px;
    padding: 0;
    border-bottom: none;
    font-size: 18px;
    font-weight: bold;
}