@charset "UTF-8";

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



/*
-----------------------------------------------------
大会案内
-----------------------------------------------------
*/
.game{
clear:both;
margin-top:40px;
}

.game table, .game th, .game td, #outline table, #outline th, #outline td{
border-collapse:collapse;
border:1px solid #999999;
}

.game table{
margin:3px 0px 0px;
}

.game th, .game td{
padding:5px;
width:25%;
text-align:center;
}

.game th, #outline th{
background-color:#FFFFCC;
}

.game .schedule{
float:left;
width:350px;
}
.game .schedule table{
font-size:90%;
}

.game .price{
float:right;
width:230px;
}

.game .price p{
margin:0px 0px 12px;
}

#outline th, #outline td{
padding:5px;
text-align:left;
}

#outline th{
vertical-align:top;
}

#outline td ul{
list-style:decimal;
margin:0px 0px 0px 20px;
}

#outline p{
text-align:right;
margin:5px 0px 0px;
}

#entry-area{
clear:both;
text-align:center;
margin:28px 0px 0px;
}
#taikai_list {
list-style-type: disc;
list-style-position: inside;
margin-left: 20px;
margin-top:30px;
margin-bottom:25px;
}
#taikai_list li {
margin-bottom:3px;
}
