/*
 * ***********************************************
 * 上書き用CSS定義
 * ***********************************************
*/

/* ############ 書籍バナー部分 ############ */

/* メイン左部お知らせ （通常クラスを上書き）*/
.inform0 {
    width:470px;	/* width:730px; */
    float:left;
    padding:5px;
    margin:10px 10px 30px;
    list-style-type: none;
    font-weight:bold;
    /* background:#f0f0f0; 通常用 */
    background:#fcf8a1; /* 目立たせる用 */
}

/* お知らせ部バナー （書籍バナー表示時専用） */
.bn_250 {
	width:250px;
}

.bn_190 {
	width:190px;
}
