@import "reset.css";
@import "default.css";

html {
    overflow-y: scroll;
}

body {
    background-color: #282828;
/*     background-image: url(../img/bg_ja.png); */
/*     background-repeat: no-repeat; */
/*     background-attachment: fixed; */
/*     background-position: right bottom; */
    background-image: url(../img/bggradation.png);
    background-repeat: repeat-y;
    background-position: center top;
    color: white;
    font-family: Meiryo, Verdana, sans-serif;
    font-size: 14px;
    width: 700px;
    margin: 0 auto 0 auto;
/*     opacity: 0.99999; */
}
#bigheader {
    font-family: "Trebuchet MS";
    margin: 0 60px 8px 0;
    line-height: 1.25;
/*     width: 698px; */
/*     border: solid 1px; */
}
#locheader {
    margin-left: 4px;
    width: 698px;
    overflow: hidden;
}
h1 {
    font-family: "Trebuchet MS";
    font-size: 280%;
    text-shadow: black 0px 0px 10px;
    margin: 12px 0 0 0;
}
h2, h3 {
    padding: 0;
    margin: 4px 0;
    text-shadow: black 0px 0px 8px;
}
h1 a,
h1 a:link,
h1 a:visited {
    color: white;
    text-decoration: none;
}
a,
a:link,
a:visited {
    color: #93ccff;
}
a:hover {
    color: #f9af92;
}
sup {
    vertical-align: super;
    font-size: 80%;
}

.underline { text-decoration: underline; }
.yellow { color: #ff6; }
.red    { color: #f00; }
.pink   { color: #f66; }
.ymca   { color: #f00; }

.center { text-align: center; }

#langselector {
    float: right;
/*     margin-top: 8px; */
    border: solid 1px #ccc;
    background-color: #202020;
    font-size: 10px;
    width: 5.2em;
}
/* begin - not for Mac IE5 \*/
#langselector {
    width: auto;
}
/* end   - not for Mac IE5 */
#langselector ul {
    padding: 6px 8px;
    margin: 0;
}
#langselector li {
    padding: 0;
    list-style-type: none;
}
#langselector a,
#langselector a:link,
#langselector a:visited {
    color: white;
    text-decoration: none;
}
#lang_zh,
#lang_ja {
    color: #666;
}

#mainmenu {
/*     width: 700px; */
    overflow: hidden;
    font-family: Verdana;
    font-size: 95%;
}
#mainmenu ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #000;
    height: 40px;
}
#mainmenu li.menu {
    float: left;
    background: url(../img/menubutton_m.png) repeat-x left top;
    width: 114px;
    height: 30px;
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0 1px 0 0;
}
#mainmenu div.menul {
    float: left;
    background: url(../img/menubutton_l.png) no-repeat left top;
    width: 4px;
    height: 40px;
    margin: 0 1px 0 0;
}
#mainmenu div.menur {
    float: left;
    background: url(../img/menubutton_r.png) no-repeat left top;
    height: 40px;
    width: 5px;
    margin: 0;
}
#mainmenu li a {
    position: relative;
    display: block;
    color: white;
    text-decoration: none;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}
#mainmenu li a:hover {
    color: #333;
}
#mainmenu li:hover {
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}

.container {
    width: 700px;
    overflow: hidden;
}
.infoblock {
    padding: 8px 8px 16px 8px;
/*     border: solid 1px; */
/*     position: relative; */
/*     z-index: 50; */
}
.infoblock-left {
    padding: 8px 8px 16px 8px;
}
.infoblock-right {
    padding: 8px 8px 16px 8px;
}
.subblock {
    padding-top: 8px;
}
.floatblock {
    border: 1px solid #666;
    padding: 4px;
    margin: 4ex 0 4px 4px;
    background-color: #181818;
    float: right;
    font-family: "Century Gothic", Helvetica, sans-serif;
    font-size: 80%;
    line-height: 130%;
    width: 220px;
/*     position: relative; */
/*     z-index: 50; */
}
.wide250 {
    width: 250px;
}
.wide260 {
    width: 260px;
}
.floatblock img.icon {
    float: left;
    padding: 2px;
/*     margin: 4px 4px 0 2px; */
/*     margin: 4px 4px 4px 2px; */
    margin: 2px 4px 2px 2px;
    background-color: white;
}
.floatblock img.iconnoborder {
    float: left;
    margin: 2px 4px 2px 2px;
}
.floatblock img.photo {
    float: left;
    padding: 2px;
/*     margin: 4px 4px 0 2px; */
/*     margin: 4px 4px 4px 2px; */
    margin: 2px 4px 2px 2px;
    background-color: white;
}
.floatblock a:hover img.photo {
    background-color: #f9af92;
}
.floatblock .center {
    text-align: center;
}
.floatblock p.small {
    margin: -6px 0 0 0;
    font-size: 50%;
}
.webmaster {
    font-size: 70%;
    color: #aaa;
    margin-top: 8px;
}
.webmaster a {
    text-decoration: none;
    color: #ddd;
}
.load {
    height: 40px;
}
.loadanim {
    vertical-align: middle;
}
.loadmsg {
}
.footnote {
    text-align: right;
    color: #999;
    font-size: 9px;
    font-family: Helvetica, sans-serif;
}
.footnote a,
.footnote a:link,
.footnote a:visited {
    text-decoration: none;
    color: #999;
}
.footnote a:hover {
    background-color: #eee;
}

#bgimage {
    bottom: 0px;
    text-align: center;
    position: absolute;
/*     z-index: 0; */
}
.underconstruction {
    height: 250px;
    width: 100%;
    border: solid 1px #666;
    text-align: center;
    line-height: 5;
}

/*
top page
*/
#whatsnew {
    padding: 0;
    margin: 0;
    font-size: 90%;
    line-height: 1.25;
}
#whatsnew dd {
    margin-left: 8em;
    vertical-align: bottom;
    margin-bottom: 0.8ex;
}
#whatsnew dt {
    float: left;
    width: 8em;
    vertical-align: bottom;
}
.spot {
    font-style: italic;
    margin-bottom: 8px;
}
/*
club info
*/
.mapicon {
    float: right;
    width: 140px;
    font-size: 10px;
    text-align: center;
}
.mapicon a {
    text-decoration: none;
}
.mapicon img {
    border: none;
}
#panorama {
    margin: 4px 0 0 0;
}
#branchmenu {
    margin: 4px 0 0 0;
    border: solid white 1px;
    width: 698px;
    overflow: hidden;
}
#branchmenu ul {
    margin: 0;
    padding: 0;
    width: 710px;
    height: 2.7ex;
    overflow: hidden;
}
#branchmenu li {
    float: left;
    list-style-type: none;
    width: 173px;
    height: 100%;
    text-align: center;
    padding: 0 1px;
}
#branchmenu a {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
}
.branchtitle {
    display: none;
}

/*
tournaments
*/
.trnannounce {
    border: solid 1px #666;
    padding: 18px 20px 20px 20px;
    background-color: #110;
/*     opacity: 0.8; */
/*     -moz-opacity: 0.8; */
/*     filter: alpha(opacity=80); */
    text-align: center;
    overflow: hidden;
}
.trnlogo {
    display: block;
    float: right;
    margin: 3px 0 0 0;
}
.trnlogo img {
    border: solid 1px #fff;
}
.trndesc {
    overflow: auto;
}
.trnnote {
    color: #f00;
    font-size: 80%;
}
.trntitle {
    font-family: "Trebuchet MS";
    font-size: 120%;
}
.trnyear {
    background-color: #633;
    border: solid 1px #666;
}
.trnyear a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px 10px;
    color: white;
    text-decoration: none;
}
table.trnresult {
    border: 1px solid #666;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 8px 0 24px 1px;
    background-color: #181818;
/*     opacity: 0.8; */
/*     -moz-opacity: 0.8; */
/*     filter: alpha(opacity=80); */
    font-size: 90%;
}
.trnresult th,
.trnresult td {
    padding-left:  20px;
    padding-right:  20px;
}
.trnresult th {
    border-bottom: 1px solid #ccc;
    background-color: #200;
}
.usattrt {
    padding: 0px 2px;
    border: 1px solid #366;
    font-family: Verdana;
    font-size: 9px;
/*     vertical-align: 20%; */
    background-color: #9cc;
}
.usattrt a,
.usattrt a:link,
.usattrt a:visited {
    color: #000;
    text-decoration: none;
}
.usattrt a:hover {
    color: #f00;
}
.photos {
    padding: 0px 2px;
    border: 1px solid #366;
    font-family: Verdana;
    font-size: 9px;
/*     vertical-align: 20%; */
    background-color: #9cc;
}
.photos a,
.photos a:link,
.photos a:visited {
    color: #000;
    text-decoration: none;
}
.photos a:hover {
    color: #f00;
}

/*
faq
*/

/*
faq glue
*/
.faq {
    margin-bottom: 2ex;
}
.faq .label {
    font-family: "Andale Mono", Courier, Geneva, sans-serif;
    font-size: 120%;
}
.faq_q {
    margin-bottom: 1ex;
}
.faq_q .label {
    color: #ff6;
}
.faq_a .label {
    color: red;
}

/*
videos
*/
.videonote {
    font-size: 70%;
    text-align: center;
}
.videolink ul {
    margin: 0;
}
.videolink li {
    float: left;
    list-style-type: none;
    padding: 4px;
    margin: 0 2px 0 2px;
    width: 214px;
    font-size: 12px;
    border: solid 1px #666;
    background-color: #300;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}
.videolink a {
    display: block;
    text-decoration: none;
    color: white;
    width: 100%;
    height: 100%;
}
.videolink a:hover {
    color: #fcc;
}
.videolink img {
    float: left;
    margin-right: 4px;
}
.videolinkdesc {
    display: block;
    font-size: 80%;
    color: #ccc;
}
/*
mootube supplement
*/
.videodate {
    display: block;
    color: gray;
    font-size: 60%;
}


/*
ttnews
*/
#topbutton {
    overflow: hidden;
    font-family: Verdana;
    font-size: 95%;
    width: 125px;
    height: 40px;
}
#topbutton ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #000;
    height: 40px;
}
#topbutton li.topbuttonm {
    float: left;
    background: url(../img/menubutton_m.png) repeat-x left top;
    width: 114px;
    height: 30px;
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0 1px 0 0;
}
#topbutton li.topbuttonl {
    float: left;
    background: url(../img/menubutton_l.png) no-repeat left top;
    width: 4px;
    height: 40px;
    margin: 0 1px 0 0;
}
#topbutton li.topbuttonr {
    float: left;
    background: url(../img/menubutton_r.png) no-repeat left top;
    height: 40px;
    width: 5px;
    margin: 0;
}
#topbutton li:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
#topbutton a {
    position: relative;
    display: block;
    color: white;
    text-decoration: none;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}
#topbutton a:hover {
    color: #333;
}

/*
advertisement
*/
.ad {
    padding: 5px;
    margin-top: 8px;
    border: solid 1px #666;
    font-family: Meiryo, Verdana, sans-serif;
    font-size: 9px;
    text-align: justify;
    color: #eee;
    background-color: #220;
    overflow: hidden;
/*     opacity: 0.6; */
/*     -moz-opacity: 0.6; */
/*     filter: alpha(opacity=60); */
}
.ad img {
    float: left;
    border: none;
/*     margin: 4px 4px 4px 0; */
    margin-right: 4px;
/*     margin-left: 4px; */
}
.adfloat_left {
    float: left;
    width: 180px;
    margin-right: 8px;
}
.adfloat_right {
    float: right;
    width: 180px;
    margin-left: 8px;
}
.adheader {
    color: #ff3;
}
.ad a,
.ad a:link,
.ad a:visited {
    color: #93ccff;
}
.ad a:hover {
    color: #f9af92;
}

.adsense125_right {
    float: right;
    width: 125px;
    margin-left: 8px;
    margin-top: 40px;
}

/* debug */
.border {
    border: 1px solid;
}
