/*メッセージ
--------------------------------------------------*/
#message{
float:left;
width: 263px;
text-align:left;
line-height:1.4;
font-size:13px;
color:#000000;
}

#message-top{
margin-top: 10px;
margin-bottom: 0px;
height: 7px;
background-image: url(../images/top/message-top-back.gif);
background-repeat: no-repeat;
}

#message-middle{
margin-top: 0px;
text-align:left;
background-image: url(../images/top/message-middle-back.gif);
background-repeat: repeat-y;
padding-top:5px;
padding-left:10px;
padding-right:10px;
padding-bottom:5px;

}

#message-bottom{
height: 9px;
background-image: url(../images/top/message-bottom-back.gif);
background-repeat: no-repeat;
}


/*ニュース
---------------------------------------------------*/

#news{
float:right;
width: 243px;
text-align:left;
line-height:1.4;
font-size:13px;
color:#000000;
}

#news-top{
margin-top: 10px;
margin-bottom: 0px;
height: 7px;
background-image: url(../images/top/news-top-back.gif);
background-repeat: no-repeat;
}

#news-middle{
margin-top: 0px;
text-align:left;
background-image: url(../images/top/news-middle-back.gif);
background-repeat: repeat-y;
padding-top:5px;
padding-left:10px;
padding-right:10px;
padding-bottom:5px;

}

#news-bottom{
height: 9px;
background-image: url(../images/top/news-bottom-back.gif);
background-repeat: no-repeat;
}

/*イベント情報
---------------------------------------------------*/

#event{
width: 530;
margin-top: 0px;
text-align:left;
line-height:1.4;
font-size:13px;
color:#000000;
}

.event-text{
text-align:left;
}

.event-photo{
text-align:left;
}

.scroll {
width:240px;
height:150px;
overflow: auto;
}

.scroll2 {
width:220px;
height:150px;
overflow: auto;
}

