
img {
    border: none;
}

#mainIndex {
}

/* ランキングチェッカー */

#rc_box {
    width:148px;
    margin:0px auto 0px auto;
    padding:0px 0px 3px 0px;
    border: 1px solid #cccccc;
    font-size:10px;
    background-color: #fff;
}

#rc_box a{
    color:#0066CC;
    text-decoration:none;
}
#rc_box a:hover{
    color:#003399;
    text-decoration:underline;
}

/*******************************************/

#rc_header {
    width:148px;
    padding-bottom:0px;
    /*background-repeat: no-repeat;*/
    /*background-position: right bottom;*/
    /*background-image: url("rc_border.gif");*/
    border-bottom: 1px dotted #99CCFF;
}

/*******************************************/

#rc_link {
    width:128px;
    border-bottom: 1px dotted #99CCFF;
    margin:0px 5px 0px 5px;
    padding:8px 5px 8px 5px;
}

#rc_link p {
    font-size:100%;
    color:#666;
    letter-spacing:2px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

/*******************************************/

#rc_pr {
    width:148px;
    padding-bottom:0px;
}

#rc_pr p {
    font-size:100%;
    color:#666;
    margin:0px 0px 8px 0px;
    padding:8px 10px 0px 10px;
    letter-spacing:2px;
}

/*******************************************/

#rc_data {
    width:128px;
    margin:6px 5px 0px 5px;
    padding:0px 5px 8px 5px;
    /*background-repeat: no-repeat;*/
    /*background-position: right bottom;*/
    /*background-image: url("rc_border.gif");*/
    line-height: 100%;
    border-bottom: 1px dotted #99CCFF;
}

#rc_data ul{
    width:128px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    list-style:none;
}

#rc_data ul li{
    float:left;
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 6px 0px;
}

#rc_data #img1 {
    padding: 1px;
    border: 1px solid #cccccc;
    width: 60px;
    float: left;
}

#rc_data #img1 img {
    width: 60px;
}

#rc_data #txt1 {
    padding: 0px 3px 0px 3px;
    width: 48px;
    height: 50px;
    float: left;
    color: #666;
    font-size: 100%;
    line-height: 120%;
}

#rc_data #img2 {
    padding: 1px;
    border: 1px solid #cccccc;
    width: 40px;
    float: left;
}

#rc_data #img2 img {
    width: 40px;
}

#rc_data #txt2 {
    padding: 0px 3px 0px 3px;
    width: 38px;
    height: 35px;
    float: left;
    color: #666;
    font-size: 95%;
    line-height: 115%;
}

#rc_copy {
    width:148px;
    margin:0 auto 0 auto;
    color: #999;
    text-align:right;
    font-size: 75%;
    padding:1px 10px 1px 5px;
}

/*
 clearfix [
----------------------------------------------------------- */
.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 */

.attention{
    color:#CC0000;
    font-size:10px;
}
