
/************** トップページＣＳＳ **************/

* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 1px;
    border: none;
}

body {
    font-style: normal;
    font-weight: normal;
    font-size: medium;
    text-align: left;
    color: #000;
    background-image: url(wall.gif);
    background-color: #555;
}

a { text-decoration: none; font-size: 12px; }

p {
    margin-top: 1.0em;
}




/* コンテンツ全体 */

#container {
    width: 800px;
    background-color: #fff;
    margin: 0px auto;
    text-align: left;
}




/* トップページ画像 */

#top_pic {
    clear: both;
    width: 800px;
    height: 400px;
    overflow: hidden;  /* IE6用おまじない */
}



/* メインメニュー */

#menu {
    margin-top: -50px;
    height: 50px;
}

#menu a {
    position: relative;
    display: block;
    float: left;
    height: 50px;
    background-image: url(menu_main.gif);
    background-color: transparent;
}

#menu a.top      { width:  67px; margin-left:  20px; background-position:    0px 0px; }
#menu a.blog     { width:  78px; margin-left:  15px; background-position:  -65px 0px; }
#menu a.gallery  { width: 110px; margin-left:  15px; background-position: -140px 0px; }
#menu a.archive  { width:  90px; margin-left:   230px; background-position: -300px 0px; }
#menu a.contact  { width: 100px; margin-left:   0px; background-position: -385px 0px; }
#menu a.facebook { width:  27px; margin-left:   3px; background-position: -488px 0px; }
#menu a.twitter  { width:  27px; margin-left:   0px; background-position: -519px 0px; }

#menu a.top:hover      { background-position:    0px -50px; }
#menu a.blog:hover     { background-position:  -65px -50px; }
#menu a.gallery:hover  { background-position: -140px -50px; }
#menu a.bbs:hover      { background-position: -255px -50px; }
#menu a.archive:hover  { background-position: -300px -50px; }
#menu a.contact:hover  { background-position: -385px -50px; }
#menu a.facebook:hover { background-position: -488px -50px; }
#menu a.twitter:hover  { background-position: -519px -50px; }




/* カウンタ */

#counter {
    padding: 0px 0px 0px 0px;
    width: 165px;
    line-height: 2.0;
    font-size: 12px;
    text-align: right;
    color: #666;
    float: left;
}




/* 新着情報 */

#news {
    margin: 0px 0px 0px 15px;
    padding-bottom: 8px;
    width: 600px;
    font-size: 11px;
    color: #222;
    background-color: #f2f2f2;
    float: left;
    overflow: hidden;
}

#news a         { font-size: 11px; }
#news a:visited { color: #800; }
#news a:hover   { text-decoration: underline; }

#news .title {
    margin-bottom: 8px;
    padding: 5px 0px 0px 10px;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    font-weight: bold;
    background-color: #e8e8e8;
    border-left: 10px solid #bfbfbf;
    border-bottom: 1px solid #cccccc;
}

#news .nakami {
    padding-left: 10px;
    height: 75px;
    line-height: 1.2;
    font-size: 11px;
    background-color: #f2f2f2;
    overflow-y: scroll;
    overflow-x: hidden;
}

#news .new, #news .old {
    padding-right: 10px;
    color: #040;
    font-size: 11px;
    background-image: url(list_other.gif);
    background-repeat: no-repeat;
}

#news .new {
    padding-left: 26px;
    background-position: 0px -1px;
}

#news .old {
    padding-left: 13px;
    background-position: 0px -21px;
}




/* 大会情報 */

#compe {
    margin: 10px 0px 0px 15px;
    padding-bottom: 8px;
    width: 600px;
    background-color: #f2f2f2;
    color: #222;
    line-height: 1.2;
    font-size: 11px;
    float: left;
    overflow: hidden;
}

#compe a         { font-size: 11px; }
#compe a:visited { color: #800; }
#compe a:hover   { text-decoration: underline; }

#compe .nakami {
    padding-left: 10px;
    height: 75px;
    line-height: 1.2;
    font-size: 11px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#compe .date {
    padding-left: 13px;
    font-size: 11px;
    color: #040;
    background-image: url(list_other.gif);
    background-repeat: no-repeat;
}

#tab01 .date {
    background-position: 0px -41px;
}

#tab02 .date {
    background-position: 0px -61px;
}

.tablist0 {
}

.tab_s01, .tab_s02 {
    position: relative;
    display: block;
    float: left;
    padding: 5px 0px 0px 10px;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    font-weight: bold;
    color: #999;
    background-color: #e8e8e8;
    border-bottom: 1px solid #cccccc;
}

.tab_s01 { width: 470px; border-left: 10px solid #bfbfbf; }
.tab_s02 { width: 100px; }

.selected0 {
    color: #222;
}

.tab01, .tab02 {
    margin-top: 8px;
    background-color: #f2f2f2;
}

.noshow0 {
    display: none;
}




/* リンク集 */

#linkarea {
    margin: 15px 0px 0px 15px;
    padding: 0px;
    width: 770px;
    color: #222;
    background-color: #f2f2f2;
}

#linkarea a         { color: #222; }
#linkarea a:visited { color: #800; }
#linkarea a:hover   { background-color: #fff; }

#linkarea .title {
    padding: 5px 0px 0px 10px;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    font-weight: bold;
    background-color: #e8e8e8;
    border-left: 10px solid #bfbfbf;
    border-bottom: 1px solid #cccccc;
}

#linkarea table {
/*    border-spacing: 10px;  */
/*    このプロパティはサーバーにアップロードするとIE8では機能しない。
      まことに奇妙な現象。  */
}

#linkarea td {
    padding: 12px 0 0 15px;
    vertical-align: top;
    line-height: 1.4;
    white-space: nowrap;
}

#linkarea h3 {
    margin: 0 0 8px 0;
}

#linkarea ul {
    margin: 0 0 20px 0;
}

#linkarea li {
    list-style-type: none;
    padding: 0px 7px 0px 14px;
    background-image: url(list_link_2013.gif);
    background-repeat: no-repeat;
/* 
【メモ】当初 white-space: normal; を指定して、１項目の途中で折り返さないように指定していた。しかし、マイコンピュータでは正常なのに、サーバーではリストマークの表示が乱れると言う不可解な現象が起きた。しかもIEのみで。しかたなく途中で改行を入れることで回避。

*/
}

.women1 li   { background-position: 0px    0px; }
.women2 li   { background-position: 0px  -20px; }
.men1 li     { background-position: 0px  -40px; }
.men2 li     { background-position: 0px  -60px; }
.calendar li { background-position: 0px  -80px; }
.site li     { background-position: 0px -100px; }
.org li      { background-position: 0px -120px; }
.junior li   { background-position: 0px -140px; }
.student li  { background-position: 0px -160px; }
.info li     { background-position: 0px -180px; }
.media li    { background-position: 0px -200px; }
.friend li   { background-position: 0px -220px; }
.useful li   { background-position: 0px -240px; }




/* フッター */

#footer {
    margin-top: 15px;
    padding-top: 10px;
    height: 40px;
    background-image: url(footer.gif);
    color: #222;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}

