 
#main{
	width : 800px;
height : inherit;

background-color : white;

margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;


padding-bottom : 10px;
margin-top : 0px;
}
body{

margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;

background-color : #e1ffff;
}
a{
	color : blue;
text-decoration : none;
}
a:hover{
	color : red;
text-decoration : underline;
}
li{
	font-size : 12px;
letter-spacing : 1px;
margin-top : 4px;
margin-bottom : 6px;
}
p{
	font-size : 12px;
font-weight : 400;
line-height : 16px;
letter-spacing : 1px;

font-family : "ＭＳ ゴシック";
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
}

div{
	margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
}
