﻿@charset "UTF-8";

@import url("../../css/sidebar.css");

#content01{
width:645px;
float:left;
}

#content01 h3{
position:relative;
padding:2px 0px 5px;
margin-bottom:20px;
border-bottom:1px dotted #aaa !important;
border-bottom:1px solid #dadada;
}

#content01 h4{
margin-bottom:10px;
font-size:1.4em;
}

#content01 p{
margin-bottom:10px;
font-size:1.2em;
}

#content01 .box01{
height:100%;
padding-bottom:15px;
margin-bottom:15px;
border-bottom:1px solid #E2E2E2;
}

#content01 .box01 .div01{
width:320px;
height:90px;
font-size:1.2em;
}

#content01 .box01 .left{
float:left;
}

#content01 .box01 .right{
float:right;
}

#content01 .box01 .div01 img{
float:left;
margin-right:15px;
}

#content01 .box01 .div01 dl{
float:left;
width:165px;
}

#content01 .box01 .div01 dl dt{
font-weight:800;
margin-bottom:5px;
}


#content01 .div03{
margin-top:25px;
border:1px #D4BF93 solid;
background:#EAD3AB;
padding:7px;
margin-bottom:25px;
height:100%;
}

#content01 .div03 dl{
width:313px;
height:100%;
}

#content01 .div03 dl dt{
padding-top:5px;
margin-bottom:5px;
}

#content01 .div03 dl dd{
background:#FDFAF5;
text-align:center;
padding-top:10px;
height:60px;
}

#content01 .div03 dl.left{
float:left;
}

#content01 .div03 dl.right{
float:right;
}

