#group{
width:700px;
margin:0 auto;
font-size:15px;
}

#group #group_main{
width:680px;
margin:15 auto;
text-align:left;
}

#group #group_main p.note{
margin:5 auto 15 auto;
text-align:left;
background-color:#fff8dc;
padding:5px;
}


#group #group_main #domestic{
width:321px;
height:231px;
background:url(images/domestic_est.gif) no-repeat;
float:left;
position:relative;
}

#group #group_main #domestic p.domestic_btn{
position:relative;
top:165px;
left:55px;
margin:0px;
}


#group #group_main #abroad{
width:321px;
height:231px;
background:url(images/abroad_est.gif) no-repeat;
float:right;
position:relative;
}

#group #group_main #abroad p.abroad_btn{
position:relative;
top:170px;
left:55px;
margin:0px;
}

.clear{
clear:both;
}

