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


div#blogarea {
width:606px;
border-top:1px dotted #CE1029;
border-bottom:1px dotted #CE1029;
padding:20px 0 30px 0;
    zoom: 100%;
}



#blogarea:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

div.leftside {
float:left;
width:455px;
padding:0 15px 0 0;
background:url(../blog/cafe/images/line.gif) repeat-y 469px top;
}


div.rightside {
float:left;
margin:20px 0 0 20px;
width:116px;

}


div.rightside h5 {
font-weight:bold;
margin:0 0 6px 0;
padding:0 0 0 4px;
border-left:3px solid #999999;
background:#eeeeee;
font-size:100%;
line-height:1.5;
}

div.rightside ul {
margin:0 0 20px 0;
}

div.rightside ul li {
margin:0 0 0 15px;
}

div.menu {
width:609px;
zoom: 100%;

}

div.menu:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

div.menu dl {
float:left;
width:136px;
margin:0 0 0 12px;

}




div.product dl {
width:606px;
margin:20px 0 0 12px;
padding:14px 0 0 0;
position:relative;
border-top:dotted 1px #cccccc;
line-height:1.7;
min-height:165px;
_height:175px;
overflow:visible;
}





div.product dl dt {
width:180px;
position:absolute;
top:14px;
}



div.product dl dd {
margin:0 0 10px 0;
width:370px;
left:200px;
position:relative;

}


div.product dl dd span.pro {
display:block;
font-weight:bold;
color:#006BB5;
}