@charset "UTF-8";
/* CSS Document for JapanDigest frontpage, modified 30 June 09 */

.contentslide{
border: 1px solid #aedef5;
padding: 9px;
width: 170px;
background-color:#aedef5;
color:#FFFFFF;
}

.contentslide .contentdiv{
display: none;
}

.pagination {
width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
padding-top:2px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
width: 100%; /*IE6 width*/
}

.pagination a{
width:100%;
text-decoration: none; 
}

.pagination a:hover, .pagination a.selected{
}

img.front {
padding-bottom:7px;
border:0;
}

.dividertop {
background-image:url(img/dotuk.gif)  ;
background-repeat:repeat-x;
margin-top:3px;
height:7px;
width:100%;
}

div.blocka {
   float: left;
   width: 190px;
   padding-right:10px;
}

div.blockb {
   float: right;
   width: 190px;
}

#sp_body {
width: 100%;
color:#FFFFFF;
padding:20px 0;
_margin:15px 0 -25px 0;
}

#sp_body a {
margin:0;
width: 100%;
color:#214aa6;
}

#sp_body a:hover{
margin:0;
width: 100%;
color:#5087e2;
text-decoration:none;
}

.top_banners {
width:400px; 
height:85px;
margin-top:10px;
}


