@charset "UTF-8";
/**
 * @ Style Name     : News Index Style
 * @ Style Place    : /css/news/hp.css
 * @ Create Date    : 10.03.28
 * @ Lastup Date    : 10.03.28
 * @ Author Company : SHIKI-DESIGN (http://www.shiki-design.com/)
 * @ Author Name    : Nakatani
 * @ Lastup Name    : Nakatani
 */

/**
 * @ Layout Each
 */
.contents{
margin:15px 0 0 5px;
width:680px;
}
.newsList{
margin:15px 0 0 0;
width:680px;
}
.newsList li{
padding:5px 0 5px 5px;
border-bottom:1px dotted #ccc;
}
.newsList a{
padding:5px 0 5px 25px;
background:url(/imgs/news/ico_pdf.gif) no-repeat 0 1px;
*background:url(/imgs/news/ico_pdf.gif) no-repeat 0 6px; /** IE6/IE7 **/
}