.t {background: url(../images/box/dot.gif) 0 0 repeat-x; width: 12em}
.b {background: url(../images/box/dot.gif) 0 100% repeat-x}
.l {background: url(../images/box/dot.gif) 0 0 repeat-y}
.r {background: url(../images/box/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/box/bl.gif) 0 100% no-repeat}
.br {background: url(../images/box/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/box/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/box/tr.gif) 100% 0 no-repeat; padding:10px}

.t h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
text-align: center;
margin-bottom: 10px;
}

.t p{
font-family: Arial, Helvetica, sans-serif;
font-size: 60%;
text-align: left;
margin-left: 5px;
margin-right: 5px;
}

