@charset "utf-8";
/* CSS Document */

#content01 h3{
margin-bottom:20px;
}

#content01 h4{
margin-bottom:10px;
}

#content01 .img01{
background:#fff;
padding:1px;
border:1px solid #D2C9B8;
}

#content01 .div01{
height:100%;
margin-bottom:30px;
}

#content01 .div01 .img01{
float:left;
}

#content01 .div01 p{
float:right;
width:550px;
font-size:1.2em;
}


#content01 .div02{
width:345px;
float:left;
height:100%;
margin-bottom:30px;
}

#content01 .div03{
width:345px;
float:right;
height:100%;
margin-bottom:30px;
}

#content01 .div02 .img01,
#content01 .div03 .img01{
float:left;
}

#content01 .div02 p,
#content01 .div03 p{
float:right;
width:215px;
font-size:1.2em;
}

