﻿@charset "utf-8";

.LinkList_Ranking
{
  width:190px;
  padding:0px;
  margin: 0 0 5px 0;
  float:left;
}

.LinkList_Ranking .head
{
background:url(rank.gif) no-repeat left center;
float:left;
font-size:1px !important;
height:49px;
margin:0;
padding:0;
width:190px;
}

.LinkList_Ranking .content
{
 float:left;
 height:auto;
 margin:0;
 padding:5px;
 text-align:left;
 width:178px;
 border-bottom:1px solid #CFD3D2;
 border-left:1px solid #CFD3D2;
 border-right:1px solid #CFD3D2;
 background:url(rank_bg.gif) repeat-y; 
}

.LinkList_Ranking .content .top20
{
  margin-top:5px;
}

.LinkList_Ranking h3
{
font-size:small;
list-style-type:none;
margin:0;
overflow:hidden;
padding:1px 0px 3px 20px;
text-align:left;
width:155px;
}

.LinkList_Ranking h3.Rank1 { background: url(qa1.gif) no-repeat; margin-bottom:5px;}
.LinkList_Ranking h3.Rank2 { background: url(qa2.gif) no-repeat; margin-bottom:5px;}
.LinkList_Ranking h3.Rank3 { background: url(qa3.gif) no-repeat; margin-bottom:5px;}
.LinkList_Ranking h3.Rank4 { background: url(qa4.gif) no-repeat; margin-bottom:5px;}
.LinkList_Ranking h3.Rank5 { background: url(qa5.gif) no-repeat; }


/*= リンク設定 =*/

.LinkList_Ranking a.MTitleLink:hover
{
  color:#000000;
  text-decoration:none;
}

.LinkList_Ranking h3 a:link
{
 text-decoration:none;
}

.LinkList_Ranking h3 a:visited
{
 text-decoration:none;
}

.LinkList_Ranking h3 a:hover
{
 text-decoration:underline;

}

.LinkList_Ranking h3 a:active
{
 text-decoration:none;
}
