@charset "utf-8";
/* CSS Document */

/*インデックス・各ブログトップページ用*/

#top-content{
clear: both;
height: auto;
width: 690px;
}

.box-title{
font-size: 1px;
line-height: 1px;
margin-top: 10px;
clear: both;
margin-bottom: 0px;
}

.ranking-box{
margin-top: 2px;
height: auto;
width: 690px;
margin-bottom: 5px;
padding-bottom: 10px;
padding-top: 5px;
}

.ranking-box .ranking-1-box{
width: 150px;
padding-left: 10px;
background-image: url(../images/ranking_1.gif);
background-repeat: no-repeat;
background-position: center top;
padding-top: 50px;
height: auto;
float: left;
padding-right: 10px;
text-align: center;
border: 1px none #CCCCCC;
padding-bottom: 10px;
margin-left: 5px;

}
.ranking-box .ranking-2-box{
width: 150px;
padding-left: 10px;
background-image: url(../images/ranking_2.gif);
background-repeat: no-repeat;
background-position: center top;
padding-top: 50px;
height: auto;
float: left;
padding-right: 10px;
text-align: center;
padding-bottom: 10px;
border: 1px none #CCCCCC;

}
.ranking-box .ranking-3-box{
width: 150px;
padding-left: 10px;
background-image: url(../images/ranking_3.gif);
background-repeat: no-repeat;
background-position: center top;
padding-top: 50px;
height: auto;
float: left;
padding-right: 10px;
text-align: center;
padding-bottom: 10px;
border: 1px none #CCCCCC;

}
.ranking-box .ranking-ichiosi-box{
width: 150px;
padding-left: 10px;
background-image: url(../images/ranking_4.gif);
background-repeat: no-repeat;
background-position: center top;
padding-top: 50px;
height: auto;
float: left;
padding-right: 10px;
text-align: center;
padding-bottom: 10px;
border: 1px none #CCCCCC;

}
.item-title{
font-size: 0.9em;
font-weight: normal;
line-height: 1.5em;
}
.item-title a:link{
color: #555555;
text-decoration: none;
}
.item-title a:visited{
color: #986699;
text-decoration: none;
}
.item-title a:hover{
color: #986699;
text-decoration: underline;
}

.new-item-box{
height: auto;
width: 690px;
padding-bottom: 5px;
}
.new-item-box .new-item{
width: 82px;
float: left;
height: auto;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
}
.new-item-box .new-item .item-title{
font-size: 0.8em;
line-height: 1.5em;
}


.information-box{
height: 145px;
width: 688px;
padding-top: 5px;
padding-bottom: 15px;
margin-top: 0px;
margin-bottom: 20px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC;
}
* html .information-box{
width:690px;
}
.information-box dl{
height: 145px;
width: auto;
overflow:auto;
padding-right: 5px;
padding-left: 5px;
}
.information-box dt{
float: left;
height: auto;
width: 70px;
display: block;
font-size: 0.9em;
padding-left: 10px;
color: #555555;
}
.information-box dd{
float: left;
width: 565px;
display: block;
font-size: 0.9em;
height: auto;
margin-bottom: 5px;
padding-left: 15px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCCCCC;
}

/*▼お気に入りに追加ボタン
.book-mark-btn{
margin-bottom:8px;
}
.book-mark-btn:hover{
opacity:0.7;
filter:alpha(opacity=60);
}

お気に入りに追加ボタン▲*/

