/* Base Theme ============================================================= */


/* Reset ------------------------------------------------------------------ */


/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}

ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    margin: 0;
    padding: 0;
}

h1,h2,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-spacing: 0;
}

fieldset,img,abbr,acronym {
    border: 0;
} 

/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}


ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #003366;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */


.inline { display: inline; }
.hidden { display: none; }




/* Layout ----------------------------------------------------------------- */

body {
    float: center;
    text-align: center;
    background: #fff;
    background-image: url("http://spurs.sc/files/bg_body.jpg");
    background-repeat: repeat-x;
}

#container {
    width: 1000px;
    margin: 0 auto;
    margin-top: -8px;
}


#container-inner {
    width: 994px;
    margin-left: 2px;
    margin-right: 2px;
    text-align: left;
}


#header, #beta, #content, #alpha, #gamma {
    position: relative;
}


#footer {
    position: absolute;
}


#alpha, #beta, #gamma {
    display: inline;
    float: left;
}


#content-inner, #footer-inner, #alpha-inner, beta-inner, #gamma-inner {
    position: static;
}


#footer {
    clear: both;
    margin-top: 10px;
    width: 992px;
}


#footer-inner {
    padding-bottom: 20px;
    color: #003366;
    text-align: center;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 18px;
}

#footer-add {
    width:994px;
    background-image: url("http://spurs.sc/files/bg_footer_bar.gif");
    text-align: center;
    margin-top: 7px;
    padding-top: 5px;
    padding-bottom: 4px;
}

#footer-news {
    margin-left: 25px;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 28px;
    color: #003366;
    font-size: 18px;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.below-add {
    width: 480px;
    height: 24px;
    margin-bottom: 2px;
    margin-left: 0px;
    padding-top: 5px;
    padding-left: 14px;
    background-image: url("http://spurs.sc/files/bg_footer_bar.gif");
}

.below-add1 {
    height: 22px;
    margin-bottom: 2px;
    margin-left: 0px;
    padding-top: 5px;
    padding-left: 25px;
    font-size: 10px;
    background-image: url("http://spurs.sc/files/bg_footer_bar.gif");
}

.footer-link {
    padding-bottom: 7px;
    color: #003366;
    text-align: center;
    font-size: 11px;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#footer-inner, #alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
}

.menu_bar {
    width:994px;
    background-image: url("http://spurs.sc/files/bg_menu_bar.gif");
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding-top: 5px;
    height: 24px;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

}

.appli_form {
    height: 1000px;
}

/* Wide-Thin-Thin */


.layout-wtt #alpha {
    width: 407px;
}


.layout-wtt #beta {
    width: 281px;
    margin-left: 2px;
}


.layout-wtt #gamma {
    width: 302px;
    margin-left: 2px;
}

/* Thin-Wide-Thin */


.layout-twt #alpha {
    background-color: #fff;
    width: 551px;
}


.layout-twt #beta {
    background-color: #fff;
    margin-left: 3px;
    width: 440px;
}


.layout-twt #gamma {
    width: 186px;
}


/* Wide-Thin */

.layout-wt #alpha {
    background-color: #fff;
    width: 584px;
    border: solid 0px #fff;
}

.layout-wt #beta {
    width: 410px;
    margin-left: 5px;
    background-color: #fff;
    margin-left: 0px;
}

.layout-wt #beta-inner {
    margin-top: 0px;
}


/* Wide */


.layout-w #alpha {
    background-color: #fff;
    width: 992px;
    border: solid 1px #fff;
}


.layout-w #alpha-inner {
    height: auto;
}


/* Thin-Thin */


.layout-ttt #alpha {
    position: relative;
    width: 345px;
}

.layout-ttt #gamma {
    position: relative;
    float: left;
    width: 646px;
    margin-left: 3px;
}


/* Medium-Wide */


.layout-mw #alpha {
    width: 496px;
}


.layout-mw #beta {
    margin-left: 2px;
    width: 496px;
}


/* Wide-Medium */


.layout-wm #alpha {
    width: 545px;
}

.layout-wm #beta {
    margin-top: 1px;
    margin-left: 2px;
    width: 447px;
}


/* Content ---------------------------------------------------------------- */


a:link, a:visited {
    text-decoration: underline;
    color: #003366;
}


h1, h2, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}


blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}


ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }




/* Header */


#header {
    background-image: url("http://spurs.sc/files/bg_header.gif");
    background-repeat: no-repeat;
    height: 130px;
    border: solid 1px #FFFFFF;
}

.header-logo {
    float: left;
}


.header-add {
    margin-top: -3px;
    margin-left: 262px;
}

.header-add2 {
    margin-top: 25px;
    margin-left: 250px;
}

.header-add3 {
    margin-top: 8px;
    margin-left: 250px;
}



/* Assets */


.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}


.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}


.ptv {
    width: 300px;
    height: 320px;
    border: solid 1px #FFFFFF;
    margin-bottom: 2px;
}

.mid-add {
    width: 302px;
    height: 250px;
    margin-bottom: 2px;
}

.entry-asset1 {
    float: left;
    margin-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    width: 403px;
}

.entry-asset2 {
    float: left;
    margin-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    background-image: url("http://spurs.sc/files/bg_news_td.gif");
    background-repeat: repeat-x;
    background-color: #fff;
    height: 78px;
    width: 403px;
}

.entry-asset3 {
    border: solid 1px #fff;
    background-color: #fff;
}

.entry-asset4 {
    background-color: #fff;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    border: solid 2px #003366;
}

.entry-asset5 {
    padding: 3px;
    background-color: #EFEFEF;
    width: 281px;
    border: solid 1px #fff;
}

.entry-asset5-1 {
    color: #003366;
    background-color: #EFEFEF;
    width: 281px;
    border: solid 1px #fff;
}

.entry-asset6 {
    margin-top: 1px;
    margin-bottom: 2px;
    padding: 1px;
    padding-right: 2px;
    background-color: #fff;
    border: solid 1px #BCB7C8;
}

.entry-asset7 {
    margin-left: 0px;
    background-color: #fff;
    background-image: url("http://spurs.sc/files/table_bg.jpg");
    border: solid 1px #BCB7C8;
    padding-top: 4px;
    height: 324px;
}

.entry-asset8 {
    padding-top: 1px;
    padding-bottom: 5px;
    margin-bottom: 2px;
    border: solid 1px #fff;
    background-color: #EFEFEF;
    border: solid 1px #BCB7C8;
}

.entry-asset9 {
    height: 411px;
    border: solid 1px #fff;
    background-image: url(http://spurs.sc/files/bg_news_tb.gif);
}

.entry-asset10 {
    background-color: #fff;
    margin-top: 3px;
}

.entry-asset11 {

    margin-bottom: 2px;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 20px;
    border: solid 1px #BCB7C8;
    background-color: #fff;
    font-size: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.entry-asset12 {
    padding-bottom: 15px;
    background-color: #fff;

}

.entry-asset13 {
    position: relative;
    float: left;
    width: 320px;
    margin-top: 1px;
    padding-top: 3px;
    padding-left: 0px;
    padding-bottom: 10px;
    border: solid 1px #fff;
    background-image: url(http://spurs.sc/files/bg_news_tb.gif);
}

.entry-asset14 {
    position: relative;
    float: left;
    width: 320px;
    margin-top: 1px;
    margin-left: 2px;
    padding-top: 3px;
    padding-left: 0px;
    padding-bottom: 10px;
    border: solid 1px #fff;
    background-image: url(http://spurs.sc/files/bg_news_tb.gif);
}

.entry-asset15 {
    margin-top: 3px;
    margin-left: 2px;
    padding: 2px;
    float: left;
    background-color: #fff;
    width: 320px;
    height: 460px;
    border: solid 2px #0d1c3d;
}

.entry-asset16 {
    position: relative;
    margin-top: 3px;
    float: left;
    background-color: #fff;
    width: 221px;
    height: 100px;
    border-top: solid 1px #0d1c3d;
    border-right: solid 1px #0d1c3d;
    border-bottom: solid 1px #0d1c3d;
    background-image: url(http://spurs.sc/files/bg_gallery_item.gif);
    background-repeat: no-repeat;
}

.entry-asset17 {
    margin-bottom: 2px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px;
    border: solid 1px #BCB7C8;
    background-color: #fff;
    font-size: 13px;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 20px;
}

.entry-asset18 {
    float: left;
    margin-top: 5px;
    margin-bottom: 2px;
    padding-top: 3px;
    padding-bottom: 6px;
    padding-left: 1px;
    border: solid 1px #fff;
    background-color: #fff;
}

.entry-asset19 {
    float: left;
    margin-top: 47px;
    margin-bottom: 2px;
    padding-top: 3px;
    padding-bottom: 6px;
    padding-left: 1px;
    border: solid 1px #fff;
    background-color: #fff;
}

.entry-asset20 {
    margin-left: 1px;
    margin-right: 0px;
    padding-top: 10px;
    padding-left: 10px;
    line-height: 12px;
    background-color: #fff;
    height: 270px;
    background-image: url(http://spurs.sc/files/bg_cl.gif);
    background-repeat: no-repeat;
}

.entry-asset21 {
    margin-bottom: 2px;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px #fff;
    background-color: #ffd;
    font-size: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif; ;
}

.entry-asset22 {
    margin-top: -2px;
    padding-top: 1px;
    border: solid 1px #fff;
    background-color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif; ;
    border: solid 1px #003366;
    width: 494px;
    height: 238px;
}

.entry-asset22a {
    margin-top: -2px;
    padding-top: 1px;
    border: solid 1px #fff;
    background-color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif; ;
    border: solid 1px #003366;
    width: 494px;
    height: 395px;
}


.entry-asset22-1 {
    float: left;
    width: 290px;
}

.entry-asset23 {
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
    background-image: url("http://spurs.sc/files/bg_news_td.gif");
    background-repeat: repeat-x;
    background-color: #fff;
    height: 78px;
}

.entry-asset24 {
    margin-left: 290px;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 0px;
    background-color: #fff;
    width: 195px;
    height: 236px;
}

.entry-asset24a {
    margin-left: 290px;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 0px;
    background-color: #fff;
    width: 195px;
    height: 392px;
}

.entry-asset24b {
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 0px;
    background-color: #fff;
}

.entry-asset25 {
    margin-bottom: 2px;
    padding: 5px;
    line-height: 24px;
    text-align: center;
    border: solid 1px #fff;
    background-color: #fff;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.entry-asset26 {
    margin-bottom: 40px;
    padding: 5px;
    padding-left: 15px;
    line-height: 24px;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.entry-asset27 {
    float: left;
    width: 545px;
}

.entry-asset27a {
    margin-top: 0px;
    padding: 2px;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    border: solid 1px #fff;
    background-color: #fff;
    height: 320px;
}

.entry-asset27b {
    position: relative;
    float: left;
    border: solid 1px #CFDAD2;
}

.entry-asset27c {
    position: relative;
    float: left;
    padding-left: 4px;
}

.entry-asset27d {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 3px;
}

.entry-asset30 {
    margin-top: 0px;
    padding: 3px;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    border: solid 1px #fff;
    background-color: #fff;
}

.entry-asset31 {
    margin-bottom: 10px;
    margin-left: 10px;
    float: right;
    height: 500px;
    width: 300px;
    border: solid 2px #000;
    line-height: 15px;
    background-image: url(http://spurs.sc/files/bg_news_tb.gif);
}

.ml_asset {
    height: 380px;
}

.ml_asset1 {
    text-align: left;
    margin-top: 0px;
    padding: 3px;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 10px;
    border: solid 1px #fff;
    background-color: #fff;
}

.ml_asset2 {
    margin-top: 0px;
    padding: 3px;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 10px;
    border: solid 1px #fff;
    background-color: #fff;
}

.ml_asset3 {
    position: absolute;
    margin-top: 20px;
    margin-left: 175px;
    width: 200px;
}

.ml_asset3a {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.ml_asset3b {
    float: left;
    text-align: left;
    margin-top: 20px;
    padding-left: 5px;
    font-size: 10px;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    width: 90px;
}

.ml_asset3c {
    float: right;
    text-align: right;
    margin-top: 20px;
    padding-right: 5px;
    font-size: 10px;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    width: 90px;
}

.ml_asset3x {
    float: left;
    margin-top: 20px;
    width: 200px;
    border-bottom: solid 1px #000;
}

.ml_asset3z {
    text-align: center;
    margin-top: 12px;
    font-size: 12px;
    font-weight: bold;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.ml_asset4 {
    float: left;
    text-align: left;
    line-height: 15px;
    margin-top: 100px;
    margin-left: 40px;
    margin-bottom: 15px;
    font-size: 12px;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    width: 200px;
}

.ml_asset4a {
    position: absolute;
    width: 224px;
    text-align: right;
    margin-top: 5px;
    font-size: 25px;
    color: #555555;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.ml_asset5 {
    text-align: left;
    line-height: 15px;
    margin-top: 100px;
    margin-left: 400px;
    margin-bottom: 15px;
    font-size: 12px;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    width: 200px;
}

.ml_asset5a {
    position: absolute;
    width: 224px;
    text-align: left;
    margin-top: 5px;
    margin-left: 313px;
    font-size: 25px;
    color: #555555;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.ml_asset6 {
    position: absolute;
    margin-top: 35px;
    margin-left: 170px;
}

.twitter {
    margin-top: 0px;
    font-family:'ＭＳ Ｐゴシック';
}

.asset-header1 {
    padding-top: 3px;
    margin-bottom: 1px;
    font-weight: bold;
}

.asset-header-img {
    position: relative;
    float: right;
    margin-top: 3px;
    margin-right: 2px;
}


.asset-header2 {
    padding-top: 2px;
    margin-bottom: 1px;
    font-weight: bold;
}

.asset-header3 {
    margin-bottom: 1px;
    padding-left: 5px;
    padding-top: 5px;
    border: solid 1px #fff;
    color: #fff;
    background-image: url("http://spurs.sc/files/bg_login.gif");
    background-repeat: repeat-x;
    height: 25px;
}

.asset-header4 {
    font-size: 25px;
    margin-top: 1px;
    padding: 20px;
    background-image: url("http://spurs.sc/files/bg_news_td.gif");
    background-repeat: repeat-x;
}

.asset-header5 {
    margin-top: 5px;
    padding-left: 3px;
}

.asset-header6 {
    position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif; ;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    margin-top: 320px;
    width: 280px;
    background-image: url("http://spurs.sc/files/bg_login.gif");
    background-repeat: repeat-x;
    height: 16px;
}

.asset-header7 {
    text-align: right;
    width: 279px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 3px;
    background-color: #0d1c3d;
    height: 16px;
}

.asset-header8 {
    padding-top: 7px;
    margin-bottom: 1px;
    font-weight: bold;
}

.asset-header9 {
    padding-top: 3px;
    margin-bottom: 1px;
}

.asset-header10 {
    padding-left: 5px;
    padding-top: 5px;
    border: solid 1px #fff;
    color: #fff;
    background-image: url("http://spurs.sc/files/bg_login.gif");
    background-repeat: repeat-x;
    font-weight: bold;
    height: 25px;
    width: 639px;
}

.asset-header11 {
    position: absolute;
    margin-top: 488px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-left: 5px;
    border: solid 1px #fff;
    color: #fff;
    background-image: url("http://spurs.sc/files/bg_login.gif");
    background-repeat: repeat-x;
    height: 25px;
    width: 400px;
    font-size: 15px;
    font-weight: bold;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.asset-header12 {
    font-size: 25px;
    margin-top: 2px;
    padding: 10px;
    background-image: url("http://spurs.sc/files/bg_news_td.gif");
    background-repeat: repeat-x;
}

.asset-header13 {
    font-size: 25px;
    margin-top: 2px;
    padding: 10px;
    background-image: url("http://spurs.sc/files/bg_news_td.gif");
    background-repeat: repeat-x;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.asset-header14 {
    font-size: 35px;
    color: #001B6A;
    margin-top: 1px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 15px;
    text-align: left;
    background-image: url("http://spurs.sc/files/bg_news_td.gif");
    background-repeat: repeat-x;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.sub-header1 {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    padding-right: 30px;
    color: #C8C4B7;
}

.sub-header2 {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    padding-right: 30px;
    color: #D59F00;
}

.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.asset-body1 {
    padding-top: 8px;
    padding-left: 5px;
    font-size: 11px;
    background-image: url("http://spurs.sc/files/bg_news_td.gif");
    background-repeat: repeat-x;
    height: 69px;
}

.asset-body1-1 {
    margin-top: 1px;
    background-image: url("http://spurs.sc/files/bg_news_td.gif");
    background-repeat: repeat-x;
    height: 77px;
}

.asset-body-a {
    float: left;
    margin-top: 2px;
    padding-top: 8px;
    padding-left: 5px;
    font-size: 11px;
}

.asset-body-b {
    float: left;
    margin-top: 0px;
    padding-top: 11px;
    padding-left: 5px;
    font-size: 9px;
    width: 130px; 
}

.asset-body2 {
    padding-top: 5px;
    margin-left: 2px;
}

.asset-body3 {
    padding-top: 5px;
    padding-left: 3px;
    font-size: 10px;
    width: 270px;
}

.asset-body4 {
    text-align: right;
    padding-top: 1px;
    padding-right: 5px;
    margin-bottom: 2px;
    font-size: 10px;
}

.asset-body5-1 {
    float: right;
    font-family:'times new roman','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    text-align: center;
    line-height: 23px;
    margin-top: 5px;
    margin-left: 5px;
    padding-top: 15px;
    background-image: url("http://spurs.sc/files/grass.gif");
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: bold;
    width: 154px;
    height: 115px;
}

.asset-body5-2 {
    font-family:'times new roman','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    text-align: right;
    padding-top: 30px;
    padding-right: 152px;
    color: #003366;
    font-size: 18px;
    font-weight: bold;
}

.asset-body5-2-1 {
    font-family:'times new roman','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    text-align: center;
    padding-top: 5px;
    padding-right: 150px;
    color: #003366;
    font-size: 14px;
    font-weight: bold;
}


.asset-body5-2-2 {
    font-family:'times new roman','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    text-align: right;
    padding-top: 10px;
    padding-right: 155px;
    color: #003366;
    font-size: 20px;
    font-weight: bold;
}


.asset-body5-3 {
    font-family:'times new roman','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    text-align: center;
    padding-top: 30px;
    padding-right: 6px;
    color: #003366;
    font-size: 10px;
}

.asset-body5-4 {
    font-family:'times new roman','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    text-align: left;
    padding-top: 16px;
    padding-left: 5px;
    color: #003366;
    font-size: 10px;
}

.asset-body6 {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
}


.asset-body6-1 {
    font-family:'times new roman','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    height: 299px;
    margin-bottom: 2px;
    padding-top: 5px;
    padding-left: 208px;
    padding-right: 5px;
    font-size: 15px;
    background-color: #fff;
}

.asset-body7
 {
    padding: 35px 20px 40px 20px;
    font-size: 16px;
    line-height: 28px;
}


.asset-body8
 {
    text-align: right;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
}


.asset-body9 {
    position: absolute;
    text-align: right;
    line-height: 16px;
    margin-top: 1px;
    margin-left: 45px;
    font-size: 11px;
}

.asset-body10 {
    position: absolute;
    float: right;
    text-align: right;
    line-height: 16px;
    margin-left: 220px;
    font-size: 11px;
    width: 18px;
}

.asset-body10-2 {
    position: absolute;
    float: right;
    text-align: right;
    line-height: 16px;
    margin-left: 257px;
    font-size: 11px;
    width: 13px;
}

.asset-body11 {
    position: absolute;
    text-align: left;
    line-height: 16px;
    margin-left: 25px;
    font-size: 12px;
    width: 10px;
}

.asset-body12 {
    position: absolute;
    text-align: right;
    line-height: 16px;
    margin-top: -20px;
    margin-left: 180px;
    font-size: 10px;
    color: #fff;
}

.asset-body13 {
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #2b3d6f;
    font-size: 15px;
    text-align: center;
}

.asset-body14 {
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #2b3d6f;
    font-size: 11px;
    padding-top: 5px;
    padding-left: 5px;
    line-height: 15px;
}

.asset-body15 {
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #003366;
    padding: 15px;
    font-size: 15px;
}


.asset-body16 {
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #003366;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
}

.asset-body17-1 {
    float: left;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #003366;
    padding-top: 10px;
    padding-left: 6px;
    padding-right: 3px;
    font-size: 30px;
}

.asset-body17-2 {
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #003366;
    padding-top: 5px;
    font-size: 13px;
    font-weight: bold;
}

.asset-body17-3 {
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    margin-top: -4px;
    color: #003366;
    font-size: 12px;
    text-align: right;
    padding-right: 3px;
}

.asset-body17-4 {
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #003366;
    margin-top: -3px;
    font-size: 18px;
&nbsp; &nbsp; font-weight: bold;
}

.asset-body17-5 {
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #003366;
    font-size: 10px;
    padding-left: 10px;
}

.asset-body17-6 {
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #003366;
    font-size: 10px;
    padding-right: 5px;
    text-align: right;
}


.asset-body18 {
    margin-top: 2px;
    margin-left: 2px;
    font-size: 10px;
}


#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}


.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}


.asset-name1 {
    margin-bottom: .25em;
    font-size: 12px;
}

.asset-name2 {
    font-size: 12px;
    line-height: 20px;
}

.asset-name3 {
    font-size: 15px;
    font-weight: bold;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.asset-name4 {
    font-size: 12px;
    padding-top: 3px;
    font-weight: bold;
    height: 15px;
    width: 290px;
}

.asset-name5 {
    font-size: 10px;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.asset-name6 { 
    font-size: 15px;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.asset-name7 {
    font-size: 13px;
    font-weight: bold;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.asset-name8 {
    font-size: 11px;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

h2 {
    margin-top: 0px;
    margin-bottom: 1px;
    padding-top: 5px;
    padding-left: 5px;
    border: solid 1px #fff;
    color: #fff;
    background-image: url("http://spurs.sc/files/bg_login.gif");
    background-repeat: repeat-x;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    font-family:'times new roman', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.entry-title {
    margin-left: 5px;
}

.entry-title1 {
    padding-top: 15px;
    margin-bottom: 5px;
    margin-left: 5px;
    font-weight: bold;
    font-size: 12px;
}

.entry-title2 {
    margin-left: 1px;
}

.asset-content {
    margin-top: 3px;
    margin-left: 4px;
    font-size: 10px;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
    padding-top: 2px;
    font-weight: normal;
}

.asset-meta0 {
    font-size: 12px;
    font-weight: normal;
}

.asset-meta1 {
    padding-left: 225px;
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
}

.asset-meta2 {
    font-size: 15px;
    font-weight: normal;
    margin-left: 15px;
}

.asset-meta3 {
    font-size: 10px;
    font-weight: normal;
    text-align: right;
}


.asset-label {
    padding-bottom: 2px;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    background-image: url("http://spurs.sc/files/label-bg.gif");
    background-repeat: repeat-x;
}

.asset-footer {
    margin-top: 1.5em;
    padding-top: .5em;
}

#content-nav {
    margin-top: 10px;
    margin-left: 710px;
    padding: 3px;
    background-color: #fff;
    font-size: 11px;
    font-weight: bold;
}


.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}


.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}


.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}


.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}


.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}




/* User pics */




.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}


.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}




/* Feedback */


.comments-open label {
    display: block;
}


#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}


#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}


#comment-submit {
    font-weight: bold;
}


.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}


.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}


.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}


.comment-content p {
    margin-bottom: .5em;
}


/* Widgets */


.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}


.widget-content {
    position: relative;
    margin: 5px 0 20px;
}


.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.widget-content ul ul {
    margin-left: 15px;
}


.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}


.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}


.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}


.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }


#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}


.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}


.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}


.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}


.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}


.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}


.input-default {
    background-color: #9AAEC2;
}


.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}


@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

.ticker {
	display: none;
}



/*
@import url(http://spurs.sc/mt4/mt-static/themes-base/blog.css);
@import url(http://spurs.sc/mt4/mt-static/themes/minimalist-red/screen.css);
*/

.Rounded {background:transparent none repeat scroll 0 0; margin:0 0 5px 7px; width:662px; float:left;}
.RoundedHome {background:transparent none repeat scroll 0 0; margin:0 0 5px 0; width:985px;}
.RoundedRightColumn {background:transparent none repeat scroll 0 0; margin:0 6px 5px 0; width:316px;}
* html .RoundedRightColumn {background:transparent none repeat scroll 0 0; margin:0 6px 5px 0; width:316px;}
.Rounded h1, .Rounded h2, .Rounded p {margin:0; padding:0;}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#f6f6f6; border-left:1px solid #dedddf; border-right:1px solid #dedddf;}
.xb1 {margin:0 5px; background:#dedddf;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.rcboxcontent {display:block; background:#f6f6f6; border:0 solid #dedddf; border-width:0 1px; padding:3px 5px;}

.ContentOutline {
  background-color:#FFFEFE;
  border-bottom:1px solid #dadada;
  border-left:1px solid #dadada;
  border-right:1px solid #dadada;
  clear:both;
  overflow:hidden;
  padding:8px 0 10px;
  width:648px;
  }

#oneHotspur a.btn_tabs, #events .introcol a.btn_tabs {
margin:0 0 3px 0!important;
position:absolute!important;
bottom:0;
left:5px;
}

.ContentOutline {
  background-color:#FFFEFE;
  border-bottom:1px solid #dadada;
  border-left:1px solid #dadada;
  border-right:1px solid #dadada;
  clear:both;
  overflow:hidden;
  padding:8px 0 10px;
  width:648px;
  }

  span.bl, span.br {
  	width: 14px; /* Size of corner */
  	height: 14px; /* Size of corner */
  	display: block;
  	margin:-11px -3px 0;
  	position: relative;
  	overflow: hidden;
  	}
	* html span.bl, * html span.br {
  	margin:-11px -2px 0;
  	}
		.bl {
  		background: url(http://www.tottenhamhotspur.com/images/bl.gif) 0px 14px;
  		float: left;
  		margin-bottom: -1px;
  		margin-left:0px;
  		}
		.br {
  		background: url(http://www.tottenhamhotspur.com/images/br.gif) 0px 14px;
  		float: right;
  		margin-bottom: -1px;
  		margin-right: 0px;
  		}

  .latest_news h5, .features_index h5{
    background:url(http://www.tottenhamhotspur.com/images/template/bg_title.gif) top left no-repeat;
    height:35px;
    color:#FFFEFE;
    font:bold 1.3em Arial, Helvetica, sans-serif;
    }
  	.latest_news h5 span, .features_index h5 span{
    	background:url(http://www.tottenhamhotspur.com/images/template/bg_title_span.gif) top right no-repeat;
    	display:block;
    	padding:10px 12px 3px;
    	text-transform: uppercase; /* force text to uppercase */
    	}

