@charset "utf-8";

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

 File name:      base.css
 Update:         2010.06.07
 Style Info:     更新情報一覧CSSファイル
----------------------------------------------------------- */

/* -----------------------------------------------------------
　　更新情報設定
----------------------------------------------------------- */
.news {
 margin-top: 10px;
 padding-bottom: 3px;
 width: 650px;
 border-bottom: 1px solid #C0C5C4;
}
.news dt {
 float: left;
 width: 110px;
}
.news dd {
 float: right;
 width: 540px;
}
.bt-newslist {
 margin-top: 10px;
 text-align: right;
}
.news dd ul {
 margin-left: 1em;
}
.news dd ul li {
 margin-left: 1.5em;
 list-style-type: disc;
 list-style-position: outside;
}
.news dd.info-warning {
 margin-top: 5px;
 padding-left: 20px;
 width: 520px;
 background: url(../../../img/icon_alart.gif) no-repeat left 1px;
 font-size: 0.93em;
 line-height: 1.3;
}

/* -----------------------------------------------------------
　　IE PNG設定
----------------------------------------------------------- */

body, img, div { behavior: url("../iepngfix.htc") }

