﻿/* master */
body {
    text-align: center;
    font-family: Tahoma, Geneva, Arial, Helvetica, Sans-Serif;
    color: #000000;
    background: url('/lib/img/bg.png') repeat-x 0 0;
    position: relative;
}
body, td, ul li {
    font-size: 75%;
}
div#mp {
    margin: 8px auto; padding: 0 10px;
    width: 820px;
    text-align: left;
}
div#mh {
    border-bottom: solid 4px #fa8000;
    height: auto !important; height: 47px;
    background: #ffdd93;
    position: relative;
}
img#mhl {
    margin: 2px 0px 5px 8px;
}
div#mm {
    position: absolute; bottom: 0; right: 0;
    margin: 6px 6px;
}
div#mm a {
    color: #000000;
    font-size: 112%; font-weight: bold;
    margin: 0px 6px;
}
div#mm a:hover {
    color: #ff4500; text-decoration: none;
}
div#mc {
    background-color: #fffef4;
    min-height: 500px;
    height: auto !important; 	height: 500px;
    position: relative;
}
div#mcf {
    margin-left: 20px;
    border-top: solid 1px #fa8000;
    width: 25px;
    position: absolute; bottom: 1px;
}
a#mcft {
    padding-left: 2px;
    font-size: 90%;
}
div#mf {
    margin-top: 2px; margin-bottom: 10px;
    text-align: right;
    font-size: 90%;
}
div#social {
    margin-top: 0px; 
    float: left;
}
span#mfl {
    color: #1e90ff;
}
span#mfl > a {
    margin: 0 3px;
}
span#mfc {
    padding-left: 10px;
    color: #707070;
}

/*home*/
div#home {
    background: url('/lib/img/hbg.png') no-repeat 0 0;
    width: 820px; height: 500px;
    text-align: center;
}
img#motto {
    margin-top: 80px;
}

/*page*/
div#pc {
    background-color: #fffef4;
    float: left;
    width: 600px;
}
div#bt {
    margin: 8px 10px 5px 20px;
    padding: 2px 10px;
    border-bottom: solid 1px #fa8000;
    font-size: 175%; font-weight: lighter;
    color: #000000;
}
div#bc {
    background-color: #fffef4;
    padding: 12px 10px 10px 20px;
}
div#psb {
    float: right;
    width: 182px;
    margin: 14px 10px 10px 8px;
}
/*content*/
p, li {
    line-height: 1.1;
}
p {
    margin: 0 0 5px 0;
}
p.item {
    margin: 0 0 15px 0;
}
h1 {
    font-size: 125%; font-weight: normal;
    padding: 16px 20px 3px 0px;
}
h2 {
    font-size: 112%; font-weight: bold;
    padding: 10px 20px 3px 0px;
}
a {
    color: #1e90ff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: #1e90ff;
}
table {
    border-collapse: collapse;
}
td {
    border: solid 1px #fa8000;
    padding: 2px 5px;
    font-size: 100%;
}
/* news */
table#news {
    width:100%;        
}
table#news tr {
    border-bottom: solid 1px #f5ba52;        
}
table#news td {
    border: 0;
    text-align: center;
    vertical-align: middle;
    padding: 8px 0px;
}
table#news td.ni {
    width: 95%;
    text-align: left;
    padding-left: 10px;
}     
table#news td.ni span {
    font-weight: bold;
    display: block;
} 

/* mrc */
b.rt, b.rb { display: block; }
b.rt b, b.rb b { display: block; height: 1px; overflow: hidden; background: #ffdd93; }
b.r1 { margin: 0 5px; }
b.r2 { margin: 0 3px; }
b.r3 { margin: 0 2px; }
b.rt b.r4, b.rb b.r4 { margin: 0 1px; height: 2px; }
/*sbrc*/
b.rts, b.rbs { display: block; }
b.rts b, b.rbs b { display: block; 	height: 1px; overflow: hidden; background: #fa8000; }
b.rts b.r4, b.rbs b.r4 { margin: 0 1px; height: 2px; }
div.sbt {
    background-color: #fa8000;
    padding: 0px 10px 3px 10px;
    font-weight: bold; font-size: 110%; color: white;
    text-align: center;
}
div.sbb {
    padding: 8px;
    background-color: #fff5d6;
    border: solid 1px #f5ba52;
    font-size: 11px;
    text-align: center;    
}

