@charset "shift-jis";

/*
# ============================================================================================================ #
Copyright (C) 2009-2010 TREE-WEB.NET, All right reserved.
Front   : http://www.tree-web.net/
Private : http://wisp.tree-web.net/
Works   : http://works.tree-web.net/
# ============================================================================================================ #
*/


/* ---------------------------------------------------------------- */
/* スタイルのリセット（初期化）                                     */
/* ---------------------------------------------------------------- */
.TW_WB_TOPICS * {
   maprgin:0px;
   padding:0px;
   font-weight:normal;
   list-style-type:none;
   line-height:normal;
   font-size:12px;
   text-align:left;
   font-size:16px;
}


/* ---------------------------------------------------------------- */
/* トピックリスト(ジャノメミシンページ)                             */
/* ---------------------------------------------------------------- */
.TW_WB_TOPICS {
   margin:auto;
   width:400px;
   height:200px;
}
.TW_WB_TOPICS ul{
   padding-top:2px;
}
.TW_WB_TOPICS li{
   position:relative;
   padding-bottom:4px;
   margin-bottom:4px;
   
   
   border-style:none none dotted none;
   border-width:1px;
   border-color:#eee;
}
.TW_WB_TOPICS .TW_WB_image{
   min-width:80px;
   min-height:55px;
   width:80px;
   height:55px;
}
.TW_WB_TOPICS .TW_WB_link{
   width:300px;
   height:1.1em;
   display:block;
   
   position:absolute;
   left:85px;
   top:0px;
   overflow:hidden;
}
.TW_WB_TOPICS .TW_WB_description{
   width:300px;
   height:2.2em;
   position:absolute;
   left:85px;
   top:18px;
   overflow:hidden;
   display:block;
}
.TW_WB_TOPICS .TW_WB_gotolink{
   position:absolute;
   bottom:5px;
   right:5px;
}



