@charset "UTF-8";
.moji {
	font-family: "Courier New";
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	word-spacing: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 10px;
	letter-spacing: normal;
	list-style-type: none;
}

.moji img{padding-top:20px;
}

a:link {/*未訪問のリンク*/
	color:#666666;
	font-style:normal;
	text-decoration:none;
}
a:visited {/*訪問後のリンク*/
	color:#666666;
	text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
	color:#333333;
	font-style:normal;
	text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}

