@charset "utf-8";

/* =import 
----------------------------------------------*/
@import url(style.css);

/* title
----------------------------------------------*/
#right_container h3{
height:32px;
overflow:hidden;
color:#ffffff;
text-align:left;
padding:0 0 0 15px;
line-height:2.3em;
font-size:120%;
margin-bottom:10px;
background:url(../images/list/right-titlebg.gif) no-repeat 0 0;
}


/* section
----------------------------------------------*/
.section{
width:100%;
text-align:left;
}
.section .textarea{
width:100%;
height:auto;
overflow:hidden;
}

.section h4{
width:100%;
height:35px;
margin-bottom:8px;
color:#cc3100;
line-height:2.5em;
text-indent:15px;
background:url(../images/detail/detail-titlebg.gif) no-repeat;
}
.section h5{
width:100%;
text-indent:15px;
margin-bottom:8px;
background:url(../images/common/allow-02.gif) no-repeat 0 5px;
}
.section h5 span{
display:block;
background:url(../images/common/dash-01.gif) repeat-x 0 bottom;
padding-bottom:5px;
}
.section p{
width:100%;
text-align:justify;
margin-bottom:20px;
}
.section .fst{ color:#5d754e; }


/* list
----------------------------------------------*/
#right_container .section ul.decimal{
padding-left:40px;
margin-bottom:20px;
}
#right_container .section ul.decimal li{
list-style:decimal;
margin-bottom:10px;
}



