ul {
    padding: 0;
}
ul.UlGakudo {
    margin: 0 0 0 2em;
}
#News ul li img {
    margin: 0px 10px;
    float: left;
}
#News li p {
    display: block;
    overflow: auto;
}

/* ------ お知らせ ------ */ 
/* お知らせ 全体 */
ul.Info {
    width: 950px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 130%;
    line-height: 1.5em;
}
/* ------ お知らせ ------ */ 
/* お知らせ 全体 */
ul.Info {
    width: 950px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 130%;
    line-height: 1.5em;
}
/* お知らせ 大タイトル */
ul.Info li {
    padding: 10px 10px;
    text-align: center;
}
/* お知らせ 明細 */
ul.Info li.detail  {
    padding: 10px 10px 10px 30px;
    text-align: center;
}
/* お知らせ 備考(明細より文字を小さく、行間を狭くしています) */
ul.Info li.remark {
    padding: 5px 5px 5px 30px;
    font-size: 70%;
    line-height:20px;
    text-align: center;
}

/* お知らせ オープンデー */
table.openday{
  width: 80%;
  border-collapse:collapse
}
table.openday tr.line{
    border-bottom: 2px #cccccc dotted;
}
table.openday td.day{
  width: 40%;
}

/* --- 更新履歴 --- */ 
.BoxNews {
    width: 950px;
    margin: 50px 0px 0px;
}
.IconNotice {
    width: 110px;
    margin: 5px 15px 5px 12px;
    vertical-align: middle;
}
p.ListNews {
    text-indent: 8em;
}
.UlGakudo {
    margin: 20px 50px;
    font-size: 130%;
    line-height: 1.5em;
}
.ListGakudo {
    color : #ff4500;
    font-weight: bold;
    text-align: left;
}
.BoxPhotoContainer {
    text-align: center;
    margin: 0 0 0 13px;
    background-image: url(images/top_photo_bg.gif);
}

.Photo {
    width: 308px;
    margin: 0;
    padding: 0;
    float: left;
}
