﻿.box
{
    float: left;
    width: 100%;
}
.box_top
{
    float: left;
    width: 100%;
    height: 6px;
    position: relative;
    border-top: solid 1px #B6B6B6;
    bottom: -1px;
    background-color: #fff;   
    font-size: 1pt;     
}
.box_top_l
{
    float: left;
    width: 6px;
    height: 6px;
    position: relative;
    top: -1px;
    background-image: url(i/box.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.box_top_r
{
    float: right;
    clear: right;
    width: 6px;
    height: 6px;
    position: relative;
    top: -1px;
    background-image: url(i/box.jpg);
    background-position: -6px 0px;
    background-repeat: no-repeat;
}
.box_bot
{
    float: left;
    width: 100%;
    height: 6px;
    position: relative;
    top: -1px;            
    font-size: 1pt;    
    border-bottom: solid 1px #B6B6B6;
    margin-bottom: 13px;
}
.box_bot_l
{
    float: left;
    width: 6px;
    height: 6px;
    position: relative;
    bottom: -1px;    
    background-image: url(i/box.jpg);
    background-position: 0px -6px;
    background-repeat: no-repeat;
}
.box_bot_r
{
    float: right;
    clear: right;
    width: 6px;
    height: 6px;
    position: relative;
    bottom: -1px;
    background-image: url(i/box.jpg);
    background-position: -6px -6px;
    background-repeat: no-repeat;
}
.box_mid
{
    float: left;
    width: 100%;        
}
.box_mid_box
{
    margin-left: 1px;
    margin-right: 1px;
}
.box_content
{
    margin: 5px;
}
.box_mid_body
{
    float: left;
    width: 100%;    
    position: relative;
    left: -1px;        
    overflow: hidden;
    border-left:solid 1px #B6B6B6;
    border-right:solid 1px #B6B6B6; 
}
.box_head
{
    float: left;
    width: 100%;
    height: 30px;        
    background-image: url(i/box_head_m.jpg);    
    background-repeat: repeat-x;
}
.box_head_l
{
    float: left;
    clear: left;
    width: 5px;
    font-size: 1pt;
    height: 30px;
    background-color: #fff;
    padding-left: 6px;
    background-image: url(i/box_head_l.jpg); 
    background-position: 6px;           
    background-repeat: no-repeat;    
}
.box_head_r
{
    float: right;
    clear: right;
    width: 5px;
    font-size: 1pt;
    height: 30px;
    padding-left: 6px;    
    background-color: #fff;
    background-image: url(i/box_head_r.jpg);            
    background-repeat: no-repeat;
}
.box_head_m
{
    float: left;
    margin-top: 4px;
    margin-left: 5px;
    font-weight: bold;
    color: #333;    
}