@charset "utf-8";
/*
    Site Name: 日本食糧新聞新製品トレンド
    Description: 
    Version: 
    Author: 
    CSS Reference: http://stopnlisten.no.land.to/2007/02/css_4.html
    Copyright (c) 2007 日本食糧新聞社. All rights reserved.
*/

/*
===== 1: universal reset =================================
*/
*{ margin:0; padding:0; }

/*
===== 2: body and base setting ===========================
*/
body{
    text-align:center;
    font-style:normal;
    font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
    margin:0px;
    padding:0px;
    background:#ffffff;
    color:#191919;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
    padding:0;
    line-height:1.4;
    text-align:left;
    display:block;
    margin:0px;
    font-size:small;
}
table{ margin:0; empty-cells:show; font-size:small; }
hr,.areaAnchor,.anchor{ display:none; }
img{
    border:none;
    vertical-align:bottom;
}
li{ list-style:none; }
acronym,abbr{ cursor:help; }

/*
===== 3: link setting ===========================
*/
a:link{ color:#0066cc; text-decoration:underline; }
a:visited{ color:#551a8b; }
a:hover{ color:#fff; background:#0066cc; text-decoration:none; }
a:active{ color:#0066cc; }

/*
===== 4: application general setting ===========================
*/
h1{ font-size:120%; margin-bottom:10px; }
h2{ font-size:110%; margin-bottom:10px; }

