@charset "utf-8";

#content h1 {
margin-bottom:10px;
}
#content h2 {
margin-bottom:13px;
}

/* each section */
#content .section {
overflow:hidden;
width:660px;
margin-bottom:25px;
}
#content .section h3 {
margin-bottom:9px;
padding-left:15px;
background:url(../img/know_bg_01.png) repeat-y;
font-size:1.4em;
line-height:1.2;
}
#content .section .image {
float:right;
margin-right:21px;
margin-left:33px;
}
#content .section h4,
#content .section h5,
#content .section p,
#content .section ul,
#content .section ol {
font-size:1.2em;
}
#content .section h5 {
font-weight:normal;
}
#content .section p {
margin-bottom:20px;
}
#content .section ul {
list-style:disc outside;
margin-top:-20px;
margin-left:1.5em;
}

/* notes */
#content .notes {
margin-top:-5px;
margin-bottom:25px;
}
#content .notes p {
font-size:1.2em;
text-align:right;
}


