html{
	font-family:HG丸ｺﾞｼｯｸM-PRO, monospace;
	}
	
body{
text-align: center;
}

h1{
text-align: center;
font-size: 300%;
}

#wrapper{
margin-top: 50px;
width: 750px;
text-align: left;
margin: 0 auto;
}

a{
font-size: 150%;
	background-color:#e5f6ff;
	color:#4D99E5;
line-height: 2;
width: 10em;
margin: 1em 0;
text-align: center;
text-decoration: none;
border: solid 2px; 
}

a:hover{
color: #0600ff;
background: #bbb7ff;
}

#left{float: left;}

#right{
float: right;
}


#footer{
clear: both;
text-align: right;
}