/* CSS Document */

#content .lesson{
	width:605px;
	clear:both;
	margin:0px 0px 0px 25px;
	line-height:150%;
}
#content .lesson .lesson01{
	margin:4px 25px 25px 0px;
    width: 605px;
}

.lesson_img{
	margin:5px 0px 10px 10px;
	float:right;
    clear: both;
}
.lesson_content{
	clear:left;
	margin:5px 0px 10px 0px;
}

table#table-01 {
    width: 605px;
    border: 1px solid;
background:url(../../images/lesson/bg_01.jpg);
    border-collapse: collapse;
    border-spacing: 0;
}
table#table-01 th {
    padding: 5px;
    border: #B0B0B0 solid;
    border-width: 1px 1px 1px 1px;
    background: #D2D2D2;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td {
    padding: 5px;
    line-height: 120%;
    border: 1px #A0A0A0 solid;
    border-width: 1px 1px 1px 1px;
    text-align: center;
    white-space: nowrap;
}

.n_g{
	margin:10px 10px 10px 20px;
}
table#table-02 {
    width: 605px;
    border: none;
background:url(../../images/lesson/bg_01.jpg);
    border-collapse: collapse;
    border-spacing: 0;
}
table#table-02 th {
    padding: 5px;
    border: none;
    border-width: 1px 1px 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    white-space: nowrap; 
}
table#table-02 td {
    padding: 5px;
    line-height: 120%;
    border: none;
    border-width: 1px 1px 1px 1px;
    text-align: left;
    white-space: nowrap;
}
