body {
	background-color: #000;
	margin-top: 4%;
	text-align: center;
	letter-spacing: 1px;
}

a{/*リンクされた文字*/
	color:#999;
	font-style:normal;
	text-decoration:underline;
	font-weight: normal;
}
a:link {/*未訪問のリンク*/
	color:#999;
	font-style:normal;
	text-decoration:underline;
	font-weight: normal;
}
a:visited {/*訪問後のリンク*/
	color:#999;
	font-style:normal;
	text-decoration:underline;
	font-weight: normal;
}
a:hover {/*マウスをのせたとき*/
	color:#666;
	font-style:normal;
	text-decoration:underline;
	font-weight: normal;
}
a:active {/*クリック中*/
    text-decoration:none;
}
img {
	width: 70%;
	height: auto;
}
.close_text {
	font-family: 'Lora', serif;
	font-size: 11px;
	font-style: normal;
	line-height: 10px;
	font-weight: 400;
	color: #FFF;
}
