<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*リード
------------------------------*/
#lead h3 {
	margin-bottom:10px;
}
#lead p {
 font-size:1em;
 line-height:150%;
}

/*バンド内でのギターの役割
------------------------------*/
#box1 {
 background: url(../lesson/images/cont02/tensen.jpg) repeat-x left bottom;
 padding-bottom:20px;
 }
#box1 h4 {
 color: #CC0000;
 font-size:1.2em;
 font-weight:bold;
 padding-left:7px;
 border-left: 4px solid #CC0000;
 line-height:140%;
 margin-top:25px;
 margin-bottom:10px;
}

#box1 p {
 font-size:1em;
 line-height:150%;
}


#box2 p {
 font-size:1em;
 line-height:150%;
 margin-top:22px;
 margin-bottom:16px

}

#box2 table {
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 }
#box2 th, #box2 td {
 padding: 4px;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 font-size:1em;
 line-height:150%;
 }

#box2 th {
 text-align: center;
}</pre></body></html>