@charset "utf-8";

/* lead box */
#content01 .lead {
height:100%;
}
#content01 .lead p {
clear:left;
margin:0 10px 10px;
font-size:1.4em;
}
#content01 .lead img {
float:left;
margin-left:10px;
}
#content01 .lead ul {
width:420px;
margin-left:220px;
font-size:1.2em;
line-height:1.4;
}
#content01 .lead ul li {
height:35px;
margin-bottom:10px;
padding:5px 5px 5px 35px;
background:transparent url(../img/index_bg_01.png) left top no-repeat;
cursor:pointer;
}
#content01 .lead ul li h3 {
font-weight:bold;
}
#content01 .lead ul li h3 a:hover {
text-decoration:none;
}

/* instructor box */
#content01 .div01 h3 {
position:relative;
margin-bottom:20px;
border-bottom:1px solid #D4CBC7;
padding:5px;
background-color:#F3F3F3;
font-size:1.4em;
font-weight:bold;
}
#content01 .div01 h4 {
clear:both;
padding:0 5px;
color:#9D7567;
font-size:1.4em;
font-weight:bold;
} 
#content01 .div01 h4 span {
display:block;
font-size:0.85em;
font-weight:normal;
line-height:1;
}
#content01 .div01 h4 img {
float:right;
margin-left:10px;
}
#content01 .div01 p {
margin-bottom:20px;
border-bottom:1px solid #D4CBC7;
padding:0 5px 30px;
font-size:1.2em;
}
