@charset "utf-8";

/* base */
h2{
background:url(../staff/img/h2_background.gif) no-repeat 0 50%;
color:#B0940D;
}

/* layout */
ul.topic_path{
background:url(../staff/img/topicpath_background.gif) no-repeat 0 0;
}
div#contents_navigation dl ul li{
background:url(../staff/img/listicon.gif) no-repeat 0 3px;
}

/* flow */
div.flow dl dt{
width:120px;
margin:0;
padding:0 0 70px 0;
clear:left;
background:url(../staff/img/flow_background.gif) no-repeat 45px 50px;
}
div.flow dl dd{
float:right;
width:390px;
padding:0;
border:none;
}
* + html div.flow dl dd{
float:none;
width:auto;
padding:0 0 0 130px;
}
* html div.flow dl dd{
float:none;
width:auto;
padding:0 0 0 130px;
}
div.flow dl dt.end{
padding:0;
background:none;
}
div.flow dl dd.end{
height:auto;
background:none;
}
