﻿body{text-align: center; /* 画面中央配置 */
     padding: 0; 
     margin-left: 0px;
     margin-right: 0px;}

table, td, th { border: 0px;
　　　　　　　　padding: 0; 
　　　　　　　　margin-left: 0px; 
　　　　　　　　margin-right: 0px;}


TABLE{font-size : 16px;}


H1 { color       : #ff33ff ;
     font-size   : 20px ;
     text-align  : center ;
     text- valign: top ; }

H2 { color       : #ff33ff ;
     font-size   : 16px ;
     text-align  : center ;
     text- valign: top ; }

STRONG{ margin: 2px 0 0 2px; 
        padding: 3px;
        text-align  : center ;
        font-size   : 14px ;
        text- valign: top ; }

P{ margin: 0 0 0 0; 
   padding: 0 0 0 5px;
   font-size   : 14px;
   text-align: left; }

TD {font-size : 14px;}

A  {font-weight : normal;}

ul { list-style-type: disc;
     margin: 0 0 0 20px; 
     padding: 0;
     font-size : 14px ;
     line-height: 1.3em;} 

div.contents{
	text-align:left; /* 左寄せ */
	font-weight:bold; /* 太字に */
	background-color:#ffc; /* 背景色指定 */
	border:ridge 3px #6c9 /* ボーダー指定 */
}

a:hover { background-color: #ffd78c; } 

