@charset "shift_jis";
/* CSS Document */

table {
    border-collapse:collapse;
}
table td {
    padding:0;
}

#wrapper #indexMainVisual {
    margin:0;
    clear:both;
}

#wrapper #left {
    width: 226px;
    float: left;
}
#left .links img,
#left .hottopic img,
#left .racing img {
    display: block;
}
#left .links img {
    float: left;
}
#wrapper #right {
    width: 523px;
    height: 300px;
    float: right;
    border-left: 1px solid #CCCCCC;
}
#wrapper #right .over_frame {
    overflow: auto;
    height: 150px;
    padding: 0 15px;
}
#wrapper #right table th {
    text-align: left;
    font-weight: normal;
    line-height: 1.4;
    padding: 3px 15px 3px 0;
    vertical-align: top;
    font-size: 84%;
}
#wrapper #right table td {
    line-height: 1.4;
    vertical-align: top;
    font-size: 84%;
    padding: 3px 0;
}
#wrapper #right table td a {
    color: #555555;
    text-decoration: none;
}
#wrapper #right table td a:hover {
    text-decoration: underline;
	color:#ff0000;
}
h2 {
    margin: 0 0 15px 0;
    padding: 5px 15px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}