@charset "UTF-8";

/*
-----------------------------------------------------
Base CSS
FileName:   base.css
Version:    2008.6.3
-----------------------------------------------------
*/


/*
-----------------------------------------------------
ページ共通部分
-----------------------------------------------------
*/
*{
margin: 0;
padding: 0;
}

body {
text-align: center;
color: #333333;
font-size: 12px;
line-height: 1.4em;
background:url(../image/bg.gif) repeat top left;
}

img{
border: 0px;
vertical-align:bottom;
}

ul{
list-style-type: none;
}

a{
color: #0000EE;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

a:active{
color: #0000EE;
}

a:visited{
color: #0000EE;
}

div {
display: block;
}

option {
float: none !important;
}

fieldset{
border: none;
}



/*
-----------------------------------------------------
全体レイアウト
-----------------------------------------------------
*/
#container{
margin: 0px auto;
width: 836px;
text-align:left;
}



/*
-----------------------------------------------------
ヘッダー
-----------------------------------------------------
*/
#header-area{
background:url(../image/header_bg.jpg) no-repeat top left;
height:156px;
width:836px;
position:relative;
}

h1{
float:left;
width:181px;
padding:19px 0px 0px 19px;
}

h1.logo_index{
float:left;
width:181px;
padding:19px;
}

#header-area #navi{
float:right;
width:617px;
margin:65px 0px 0px;
}

#header-area #navi-sub li, .navi-i{
float:left;
}

#header-area #navi-sub li{
margin:0px 10px 0px 0px;
}

#header-area #navi-sub {
left:515px;
top:16px;
position:absolute;
}



/*
-----------------------------------------------------
コンテンツ
-----------------------------------------------------
*/
#contents-area{
background:url(../image/contents_bg.jpg) repeat-y top left;
}

#main-area{
float:left;
width:600px;
padding:0px 0px 0px 28px;
}

#banner-area{
float:right;
width:150px;
padding:0px 18px 0px 0px;
}

#main-area h2{
background:url(../image/pagetitle_bg.jpg) no-repeat top left;
height:30px;
color:#002CAF;
font-size:14px;
line-height:28px;
padding:0px 15px;
}

#main-area h3{
color:#002CAF;
font-size:14px;
border-bottom:1px dotted #999999;
padding:0px 0px 5px;
margin:0px 0px 10px;
}

#main-area .fram{
margin:15px 0px 0px;
}

.schedule .explain {
font-size:10px;
margin:10px 0px;
list-style-type: none;
color: #333333;
}


/*
-----------------------------------------------------
バナー
-----------------------------------------------------
*/
#banner-area img{
margin:0px 0px 10px;
}



/*
-----------------------------------------------------
トップ　ニュース
-----------------------------------------------------
*/
#news p {
font-size: 12px;
margin:0px 0px 10px;
line-height:1.5em;
}

#news .news_text img {
float: left;
border: 1px solid #999999;
margin-right: 10px;
margin-bottom: 5px;
margin-top: 5px;
padding: 2px;
}

#news .news_left {
float: left;
width: 100px;
}

#news .news_right {
float: right;
width: 500px;
}

#news .news_title {
font-weight: bold;
color: #000066;
margin:0px 0px 5px;
}

#news .news_title img {
margin-right:7px;
margin-bottom:2px;
}

#news li {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #666666;
margin-bottom:15px;
}


/*
-----------------------------------------------------
float回避 親ボックスに指定
-----------------------------------------------------
*/
.floatclear {
clear:both;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */



/*
-----------------------------------------------------
大会結果
-----------------------------------------------------
*/
#result_pan {
margin-bottom: 35px;
}

.result_text {
float: left;
width: 420px;
}

.result_photo {
float: right;
width: 170px;
text-align: center;
margin-bottom:7px;
}

.result_photo .result_1stpic {
border: 1px solid #999999;
padding: 2px;
margin-bottom:7px;
}

.result {
border-bottom:1px dotted #999999;
margin-bottom:15px;
}

#main-area .fram .result_h3 {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
padding-bottom:0px;
}

.result .result_text .result_shosai {
margin-top: 15px;
}

#matchresult-y table {
border: solid 1px #999999;
border-collapse: collapse;
text-align:center;
margin-bottom:15px;
}

#matchresult-y td {
border: solid 1px #999999;
padding: 2px;
}

#matchresult-y td.teamname {
text-align: left;
}

#matchresult-y td.bl {
text-align: left;
font-weight: bold;
}

#matchresult-y td.no {
background-color:#FFEC00;
width:40px;
}

#matchresult-y td.information {
background-color:#CCE6FF;
width:40px;
}

#matchresult-y p.pagetop {
text-align:right;
font-size:10px;
margin-top:5px;
}
#result_tournament {
padding-bottom: 20px;
}

#matchresult-k li{
text-align:center;
}

#matchresult-k li {display: inline-table;}

#matchresult-k span.second, #matchresult-k span.third {
width: 300px;
float: left;
display: block;
margin-top:0px;
padding-top:15px;
}

#matchresult-k span.second img, #matchresult-k span.third img {
border: 1px solid #999999;
padding: 2px;
margin-bottom:7px;
}

.result_triangle_td {
background-color:#ECECEC;
color: #999999;
}

.result_triangle_td span {
font-size: 90%;
}

.result_batu {
font-size: 100%;
}

*html .result_batu {
font-size: 110%;
}

*+html .result_batu {
font-size: 200%;
}

.result_maru {
font-size: 100%;
}

*html .result_maru {
font-size: 110%;
}

*+html .result_maru {
font-size: 200%;
}
