
/************
  game.css
*************/

body {
    padding:5px 10px;
    }

div.path{
    font-size:85%;
    margin:5px 10px 10px;
    } 

#content_single{
    margin-left:20px;
    margin-top:10px;
    }
    
#footer{
    clear:both;
    margin-top:20px;
    }

    
h1.page_title{
    font-weight:bold;
    font-size:110%;
    color:#000;
    margin-bottom:10px;
    }

h2.page_title{
    font-size:110%;
    margin-top:2em;
    margin-bottom:iem;
    padding-bottom:5px;
    border-bottom:1px solid #373737;
    }

.page_send{
    text-align:center;
    font-size:80%;
    }
.page_send a{
    text-decoration:none;
    }

.seemore{
    text-align:right;
    font-size:95%;
}

.external_bonus .seemore{
    margin-top:1em;
}

.navi-border .seemore,
.r-navi-border .seemore{
    padding:0 5px 8px 0;
    margin:0;
}

/************* 
  index.html 
***************/    
#header{
    margin-bottom:1em;
}

#contents-inner {
    margin: 0 230px;
    padding: 1em 0 2em;
}

#content{
    margin-left:5px;
    }


#contents-inner div.banner{
    margin-bottom:10px;
}

#contents-inner div.banner div{
    background-color:#000;
    text-align:center;
    width:600px;
}

table.hr_item_table{
    width:100%;
}

table.hr_item_table  div.media_top{
    background-color:#F8BCBC;
    padding:3px;
    font-weight:bold;
    
}

table.hr_item_table td {
    font-size:85%;
    padding-bottom:10px;
}

table.hr_item_table td  .title{
    padding:0 5px 0;
    text-align:left;
}

table.hr_item_table td  .title a{
    text-decoration:none;
}

table.hr_item_table td .image{
    width:130px;
    height:130px;
    margin-bottom:8px;
}

/************* 
  weekly page 
***************/    

div.item_table table{
    font-size:90%;
    width:90%;
    }
 div.item_table table td{
    padding: 5px 0;
    vertical-align:top;
    }

.item_count{
    text-align:right;
    margin-right:2em;
    }
    
    