@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      news.css
 Update:         2009.10.05
 Style Info:     新着情報ページ設定
----------------------------------------------------------- */

/* -----------------------------------------------------------
　　共通設定
----------------------------------------------------------- */
.bg {
 background: #FFF url(../../news/img/bg.jpg) no-repeat center top;
}
.news, .news-s {
 margin: 30px 87px 0;
 padding: 20px 43px 30px;
 width: 640px;
 height: 312px;
 background: url(../../news/img/bg_news.png) no-repeat left top;
}
.news dl, .news-s dl {
 padding: 15px 0 5px;
 width: 640px;
 border-bottom: 1px solid #CCC;
}
.news dt, .news-s dt {
 float: left;
 width: 110px;
 height: 20px;
 min-height: 20px;
 line-height: 20px;
}
.news dd, .news-s dd {
 float: right;
 padding-left: 45px;
 width: 475px;
 height: 20px;
 min-height: 20px;
 line-height: 20px;
}
/*.news-s dd {
 float: right;
 width: 520px;
}*/
.c {
 background: url(../../news/img/icon_common.gif) no-repeat left center;
}
.s {
 background: url(../../news/img/icon_salon.gif) no-repeat left center;
}
.p {
 background: url(../../news/img/icon_public.gif) no-repeat left center;
}

/* -----------------------------------------------------------
　　IE PNG FIX 2.0設定
----------------------------------------------------------- */
.news {
 behavior: url(../iepngfix.htc);
}
.news-s {
 behavior: url(../../iepngfix.htc);
}
