﻿.steplist{
    background-color:#eeeeee;
    margin:0px;
    width:160;
}

.steplist_subject{
    font-size:14px;
    background-image:url("../images/gray_gradation.bmp");
    background-color:#EFE7DE;
    background-repeat:repeat-x;
    color:#111111;
    margin:4px;
    padding:3px;
    width:100%;
}

/*文章用*/

.steplist_step_no{
    border-bottom-style:solid;
    border-bottom-width:2px;
    border-bottom-color:#43C2FC;
    border-left-style:solid;
    border-left-color:#43C2FC;
    border-left-width:5px;
    padding-left:3px;
    background-color:#333333;
    margin-top:3px;
    margin-bottom:0px;
    margin-left:4px;
    margin-right:4px;
    font-size:13px;
    color:#dfdfdf;
    
}
.steplist_step_content{
    margin-top:0px;
    font-weight:bold;
    text-indent:5px;
    background-color:#eeeeee;
    padding:5px;
    margin-left:4px;
    margin-right:4px;
    margin-bottom:7px;
    border-style:solid;
    border-width:1px;
    border-color:#21A0FC;
    font-size:12px;
}
/*リスト用*/
.steplist_number_list{
    list-style-type:decimal;
}
.steplist_list_item{
    margin-top:0px;
    font-weight:bold;
    background-color:#eeeeee;
    padding:5px;
    margin-bottom:7px;
}
