

.contentslide{
border: 1px solid #ecc0d7;
padding: 9px;
background-color:#f9f3f6;
}

.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;
}


div.blocka {
   float: left;
   width: 235px;
}

div.blockb {
   float: right;
   width: 148px;
}

#sp_body {
margin:0px;
width: 100%;
}

#frontbox {
font-size: 14px; 
color:#ee7b00;
font-family:'Hiragino Kaku Gothic Pro', sans-serif;
font-weight:bold;
}
#frontbox td {font-size: 14px; color:#ee7b00;}
#frontbox a {font-size: 14px; color:#ee7b00; text-decoration:none;}
#frontbox a:hover {font-size: 14px; color:#cccccc; text-decoration:none;}