@charset "utf-8";

/* =import 
----------------------------------------------*/
@import url(style.css);


/* pager
---------------------------------------------- */
.pager{
text-align:right !important;
margin-bottom:10px
}
.pager dt,.pager dd{
display:inline;
margin-right:5px;
}
.pager dd{ font-weight:bold; }
.pager dd ul{ display:inline; font-weight:100; }
.pager dd ul li{
display:inline;
margin:0 2px 0 0;
}


/* info-list
---------------------------------------------- */
#info h4{
margin-bottom:8px;
}
#info .title{
width:100%;
margin-bottom:8px;
height:auto;
overflow:hidden;
}
#info .title h5{
width:450px;
float:left;
background:url(../images/common/allow-02.gif) no-repeat 0 5px;
padding-left:15px;
color:#4e382c;
}
#info .title span{
width:80px;
display:block;
float:right;
text-align:right;
color:#baa68a;
}


#info .section{
width:100%;
margin-bottom:15px;
text-align:left;
background:url(../images/common/dash-01.gif) repeat-x 0 bottom;
padding-bottom:10px;
margin-bottom:10px;
}
#info .section p{
padding:0 0 0 15px;
}





