@charset "utf-8";
/*
border: thin solid #000000; 
*/
/* set rounded box - white - grey */
#liquid-round-wh-gy {
background:#fff url(../_img/_box_wh_gy/wh_gy_lc.png) repeat-y left top;
margin:0px auto;
margin-bottom:5px;
}
.top {
background:url(../_img/_box_wh_gy/wh_gy_tl.png) no-repeat left top;
width:100%;
height:27px;
}
.top span {
background:url(../_img/_box_wh_gy/wh_gy_tr.png) no-repeat right top;
display:block;
position:relative;
height:27px;
}
.center-content {
background:url(../_img/_box_wh_gy/wh_gy_rc.png) repeat-y right top;
overflow: hidden;
position:relative;
padding:0px 20px 15px 25px;
margin:  -4px 0 -38px 0;

}
.bottom {
background:url(../_img/_box_wh_gy/wh_gy_bl.png) no-repeat left bottom;
width:100%;
height:50px;
}
.bottom span {
background:url(../_img/_box_wh_gy/wh_gy_br.png) no-repeat right top;
display:block;
position:relative;
height:50px;
}
