/*
    Firefoxは先頭でimportする必要がある
*/
@import url("/inc/color.css");

#my_head { width: 100%; height: 60px; color: white; }
#my_head2 { width: 100%; height: auto; color: white; font-size:9pt;}

#my_body { float: left; width: 700px; }
/*
#my_ad {float: right; width: 100px; text-align: right; }
*/
#my_ad { width: 100%; height: auto; text-align: center; }

#my_left { float: left; width:200px; text-align:left; margin-top: 20px; margin-left: 10;}
#my_right { float: left; width: 450px; text-align:center; margin-top:20px; margin-left:10;}



body
{
  width: 800;
  font-size:11pt;
  }

body.front
{
  margin: 0;
  background-repeat:repeat;
  text-align:center;
  }

h1.front
{ 
  font-size:12pt;

  }

