.sst {
margin:0;
padding:0 0 0 10px;
border-left:3px solid #091533;
}

.section_c {
width:520px;
margin:0;
padding:10px 0 10px 0;
text-align:center;
}

/* ----- ul ----- */

ul.txt {
width:auto;
padding:10px 10px 15px 30px;
margin:10px 0 0 0;
border:1px solid #cccccc;
background-color:#fafafa;
}

ol.txt {
width:auto;
padding:10px 10px 15px 40px;
margin:10px 0 10px 0;
border:1px solid #cccccc;
background-color:#fafafa;
}

ul.txt_b {
list-style-image:url(../webmaking/img/list_01.gif);
margin:0;
padding:0 0 10px 30px;
}

ul.txt li,ol.txt li,ul.txt_b {
font-size:12px;
line-height:18px;
color:#666666;
text-align:justify;
}



/* ----- table ----- */

.list {
border:1px solid #cccccc;
border-collapse:separate;
background-color:#fafafa;
}

.list caption {
width:auto;
font-size:11px;
color:#333333;
text-align:left;
line-height:18px;
padding:5px 5px 3px 10px;
border-top:1px dotted #cccccc;
background-color:#efefef;
}

.list th {
width:120px;
font-size:11px;
color:#666666;
line-height:15px;
text-align:center;
font-weight:normal;
padding:5px;
background-color:#ffffff;
}

.list td {
font-size:12px;
color:#333333;
line-height:18px;
padding:5px 5px 5px 15px;
background:url(../img/bg_td.gif) left no-repeat;
}

.list th { border:1px solid #cccccc; }
