<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'ISO-2022-JP';

/*---------メイン画像---------*/
#main_photo{
width:560px;
height:228px;
background:url(images/photo.jpg) no-repeat;
margin:0px;
padding:0px;
}

#main_photo_cover{
width:560px;
height:228px;
background: url(../img/cover.gif);
}

/*---------みどころ画像---------*/
#point_photo{
width:190px;
height:140px;
background:url(images/point.jpg) no-repeat;
margin:0px 10px 5px 15px;
padding:0px;
float:right;
}
#point_photo_cover{
width:190px;
height:140px;
background: url(../img/cover.gif);
}</pre></body></html>