@charset "utf-8";
@import url(common.css);

/* ===== Header ========================================= */
#Header{height:420px;}
.topimage{width:1300px; height:320px; background:url(../img/topimg.jpg) top no-repeat; margin:0 auto;}

/* ===== Main Contents(Container) =========================== */
#Container{margin:20px auto 0 auto;}
#Container .left{width:250px; margin-right:25px; float:left; text-align:left;}
#Container .center{width:470px; float:left; text-align:left;}

/*お知らせ・枚方の風景・イチオシ！*/
.left h3.info{width:250px; height:25px; margin-bottom:15px; background:url(../img/top_info.gif) top left no-repeat; text-indent:-9999px;}
.left h3.photo{width:250px; height:25px; margin-bottom:15px; background:url(../img/top_photo.gif) top left no-repeat; text-indent:-9999px;}
.left h3.reco{width:250px; height:25px; margin-bottom:15px; background:url(../img/top_reco.gif) top left no-repeat; text-indent:-9999px;}
.left dl{width:250px; margin-bottom:40px;}
.left dt.date{width:250px; margin-top:5px; font-size:10px;}
.left dd.info{width:250px; margin:0; padding-bottom:5px; border-bottom:1px dotted #cacaca;}
.left dd{width:250px; margin:0; padding-bottom:5px;}
.left img.thumbnail{width:240px; border:4px solid #fff;}

/*イベントリスト*/
.center h3.event{width:470px; height:25px; margin-bottom:15px; background:url(../img/top_event.gif) top left no-repeat; text-indent:-9999px;}
/*.center dl{width:470px; margin-bottom:15px; border-bottom:1px dotted #cacaca;}
.center dt.thumbnail{margin-right:8px; float:left;}
.center dt.title{margin-bottom:1px; font-size:110%; font-weight:bold;}
.center dt.date,.center dt.place{margin-bottom:1px; font-size:90%;}
.center dl img{width:80px; border:3px solid #ffffff;}
.center dt small{color:#cc0000; font-size:70%;}*/

.center ul{width:470px; margin-bottom:8px; padding-bottom:8px; border-bottom:1px dotted #cacaca;}
.center li.thumbnail{margin:0 8px 20px 0; float:left;}
.center li.title{margin-bottom:5px; font-size:110%; font-weight:bold;}
.center li.date,.center li.place{font-size:90%;}
.center li small{color:#cc0000; font-size:70%;}
.center ul img{width:80px; border:2px solid #ffffff;}


.left h3 img,.center h3 img{width:50px; height:15px; float:right; padding-top:5px;}


/* EOC */