@charset "utf-8";
/***********************************************************************
 @ filename         : base.css
 @ author           : twin lin
 @ description      : base styles for ob activity
                      contains default definitions for
					  - allpage
                      - toolbar
                      - footer
                      - layout
 @ media            : screen
 @ modified         : 2008-01-31
**********************************************************************/
*{margin:0;padding:0;border:0;font-size:13px;color:#143652;font-family: arial,helvetica,clean,sans-serif,Verdana,Geneva,新細明體;}
body {margin: 0; padding: 0; background: #adeef7 url(../images/bg.jpg) repeat-x; text-align: center;}
div#fullpage{margin:0px auto; width:960px; background: url(../images/main_bg.gif) repeat-y;}
div#head{background: url(../images/top.jpg) no-repeat; height:160px;}
div#head h1{display:none;}
div#content{background: url(../images/page_bg.gif) no-repeat  right 0; text-align: left;}
div#title{background: url(../images/main_title.jpg) no-repeat  left 0; width:635px; height:185px;}
div#title h1{display:none;}
div#menu{float:left;width:180px;}
div#main_content{float:left;width:737px;padding:15px 0 0 43px;margin-bottom:50px;}
dt.title{margin:20px 0 0 0;}
dd.info_t{margin:10px 0 0 0;}
dd.info_pr{margin:10px 0 0 0;height:22px;padding:8px 0 0 110px;}
dd.info_c{margin:0 0 5px 40px;line-height: 22px;}
dd a{color: #00559c;text-decoration: none;}
dd a:hover{color: #00559c;text-decoration: underline;}
span.redword{color:#ff0066;}
span.important{font-size:10px;}
div#footer{background:url(../images/footer.gif) no-repeat; height:60px;}
