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

.box_set{
width:380px;
float:left;
height:auto;

}

.box1_frame{
background-image:url(images/box1_middle.jpg);
background-repeat:repeat-y;
width:380px;
text-align:center;
margin:0px auto 0px auto;
}

.box2_frame{
background-image:url(images/box2_middle.jpg);
background-repeat:repeat-y;
width:380px;
text-align:center;
margin:auto;
}

.box3_frame{
background-image:url(images/box3_middle.jpg);
background-repeat:repeat-y;
width:380px;
text-align:center;
margin:auto;
}

.boxcenter_frame{
background-image:url(images/box1_middle.jpg);
background-repeat:repeat-y;
width:380px;
text-align:center;
margin:auto;
}



.box_inbox{
padding:5px 10px 0px 10px;
}

.box_text{
padding:15px 10px 0px 10px;

}



