div.scoop_main_area{
 width:940px;
 padding:10px;
 border:1px solid #eee;
 border-bottom:0px;
 background:#fff;
}

div.send_scoop_area{
 width:940px;
 padding:10px;
 border:1px solid #eee;
 background:#fff;
 text-align:right;
}

div.scoop_box{
 width:212px;
 height:160px;
 margin:10px;
 float:left;
 font-size:13px;
 text-align:center;
 border:1px solid #aaa;
}

.scoop_box img{
 margin-bottom:10px;
}

.scoop_box a{
 width:212px;
 height:150px;
 padding-top:10px;
 display:block;
 text-decoration:none;
 color:blue;
}

.scoop_box a:hover{
 width:212px;
 height:150px;
 padding-top:10px;
 background:#EE029D;
 color:#fff;
}

div.other_scoop{
 width:940px;
 margin:10px auto 0 auto;
 text-align:center;
 border:1px solid #EE029D;
 background:#fff;
}

.other_scoop a{
 width:940px;
 height:100%;
 display:block;
 padding:15px 0 15px 0;
 text-decoration:none;
 color:#EE029D;
}

.other_scoop a:hover{
 width:940px;
 padding:15px 0 15px 0;
 background:#EE029D;
 text-decoration:none;
 color:#fff;
}