/*
  PROJECTNAME:Site
  FILENAME:init.css
  Created by PETARNA on 05/07/23.
  Copyright (c) 2005 PETARNA. All rights reserved.
*/
* { margin: 0; padding: 0; border: 0; }

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,a {
  font-size:100%;
  font-weight:normal;
  font-style:normal;
  line-height:100%;
  text-decoration: none;
}

body{
  background-color:#eee;
  font-family:"MS　P明朝",平成明朝,serif;
}