﻿@charset "UTF-8";

.box01{
//    background-color: #444;
    position:relative; top:0px; left:0px;
    width:545px;
    height:540px;
}

.box02{
//    background-color: #888;
    position:relative; top:0px; left:0px;
    width:545px;
    height:230px;
    float:left;
    border-bottom: 1px dotted black;
}

.box02-01{
//    background-color: #666;
    position:relative; top:0px; left:0px;
    width:330px;
    height:200px;
    float:left;
}

.box02-02{
//    background-color: #222;
    position:relative; top:10px; left:0px;
    width:207px;
    height:200px;
    float:right;
}

