﻿@charset "utf-8";
/* CSS Document */
body{background:url(images/bg.jpg) center top; }
*{ margin:0; padding:0; font-family:"微軟正黑體 Light", "新細明體-ExtB", "Arial Unicode MS"; box-sizing:border-box; }
#layout{ width:950px; height:auto; display:block; overflow:hidden; margin:0 auto; }

#header{ width:100%; height:399px; background:url(images/top.png); position:relative;}
#header span{font-weight:bold; font-size:40px; text-align:center; display:block; overflow:hidden; width:445px; height:50px; position:absolute; z-index:999; left:24%;     bottom: 56px;  color:#FFFFFF; }

#main{ width:100%; height:auto; background:url(images/main.jpg) repeat-y center top; padding:0 40px; font-size:20px; color:#00214E; line-height:30px; }
#main b{ font-weight:bold; color: #980002;}

#footer{width:100%; height:306px; background:url(images/bottom.png);}

.event{ margin:15px 0; padding:10px; border: #DC9734 3px dotted; display:block; overflow:hidden; width:90%; border-radius:5px; }
.event h1{ font-size:20px; color: #BD6604; margin:0 0 10px;}
.event span{ color: #454545;}
.event i{ font-style:normal; font-size:15px; color:#980002;}

