/* CSS Document */

.h1	{font-size:18px; font-style:inherit; color:#000099; font-weight:bold; font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"}
.h2	{font-size:12px; color:#666666;}

.h3	{font-size:16px; color:#FF0000; font-weight:bolder; margin-left:1.5em;}
.h4 {font-size:14px;}
.h5	{font-size: 12px;}
.area	{width: 400px; border-style: solid; border-left:none; border-right:none; border-top:none; border-bottom-width: 2px; border-color:#000099;}

.area1		{width:600px; height:80px; background-color:#000000}

A.btn {
  display: block;             /* ブロック要素にする */
  width: 180px;                /* 横幅 */
  color: #ffffff;
  background-color: #666699;  /* 背景色 */
  border: outset 2px #9999cc; /* 枠の色 */
  margin: 0px;
  padding: 3px 1px 1px 0px;
  font-size: 12px;            /* フォントサイズ */
  line-height: 12px;          /* 行の高さ */
  text-align: center;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */
}
A.btn:hover {
  color: #eeeeee;
  background-color: #555588;  /* 背景色 */
  border: inset 2px #9999cc;  /* 枠の色 */
  margin: 0px;
  padding: 4px 0px 0px 1px;
}
A.btn:active { color: #ffffff; }
A.btn:visited { color: #ffffff; }

.lays   { 
          position         : absolute          ;
          left             : 50px              ;
          top              : -200px            ;
          font             : 900 30px Arial    ;
		  width			   : 350px			   ;	
}