@charset "utf-8";
body {
	font-size: 14px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.words {
	width: 650px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
h1 {
	font-size: 20px;
}

/*  Link Color   
----------------------------------------------------------- */  
a {   
    text-decoration:none;   
}   
a:link {
	color:#009;
}   
a:visited {
	color:#009;
}   
a:hover {
	text-decoration:underline;
	color: #900;
}   
a:active {
	color:#F00;
}  
.foot {
	font-family: "Times New Roman", Times, serif;
	margin: 50px;
}
