@charset "utf-8";

#news { background-color: #e6dfd6; text-align: center; padding-bottom: 90px}
#news .news_ttl {padding:40px 0 70px;}

#news .article{width:720px; padding: 40px 40px 40px 40px; border-radius: 10px; background:url("../img/common/neko_60px.png") no-repeat 40px 28px #FFF; margin: 0 auto; text-align: left;  }

#news .article .date {font-size:16px; font-weight: bold; margin-bottom: 8px; padding-left: 55px; color:#330000}
#news .article h4 {font-size:18px; font-weight: bold; color: #a72126; padding-left: 55px; line-height: 1.4}
#news .article .sec {font-size:14px; line-height: 2em; margin-top:25px; padding-top:25px; border-top: 1px solid #330000; overflow:hidden;}
#news .article a {font-weight: bold; color: #a72126}
#news strong {font-weight: bold;}

#news .textFloat{float:left; width: 370px}
#news .imgArea{float:right; width: 300px; line-height: 100%}

#news .foot {margin:50px}