body{
background-color: #F2F2F2; 
text-align: center;
font-size: 10pt;
color: #996600;
}

body *{
margin: 0;
padding: 0;
}

div.main{				/*<DIV class="main">範囲内*/
width: 770;				/*サイト構成幅*/
background-color: #ffffff;		/*背景色*/
font-size: 10pt;			/*文字サイズ*/
margin: 0 auto;
}

h1{
background-color: #ffffff;
width: 770;
text-align: left;
font-size: 10pt;
color: #754C24;
font-weight: normal;
margin: 0 auto;
}

A:link{
text-decoration:none;
font-size: 10pt;
color: blue;
}

A:visited{
text-decoration:none ;
font-size: 10pt;
color : purple;
}

A:ACTIVE{
text-decoration:underline;
font-size: 10pt;
color : red;
}

A:HOVER{
text-decoration:underline;
font-size: 10pt;
color : red;
}
}
form {margin: 0px;}