@charset "utf-8";

.boxFont{
    font-size:80%;
}

.box{
    width:302px;
    height:28em;
    margin-right:11px;
    margin-bottom:11px;
    padding:11px;
    border-top:1px solid #dcdcdc;
    border-right:2px solid #dcdcdc;
    border-bottom:2px solid #dcdcdc;
    border-left:1px solid #dcdcdc;
    display:block;
    float:left;
}

.box2{
    width:640px;
    height:20em;
    margin-bottom:11px;
    padding:11px;
    border-top:1px solid #dcdcdc;
    border-right:2px solid #dcdcdc;
    border-bottom:2px solid #dcdcdc;
    border-left:1px solid #dcdcdc;
    display:block;
    float:left;
}

.boxTitle{
    width:auto;
    height:auto;
    padding:0.5em;
    font-size:120%;
    font-weight:bold;
    background-color:#c9d0e6;
    text-align:center;
    display:block;
}


.center{
    clear:both;
}

/* end
******************************************/