@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

a { color: #666; text-decoration: none; }

.index {
	position: relative;
	
}

.index_box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 160px;
	margin: -80px 0 0 -200px;
	text-align: center;
}

.link a {
	margin: 0 10px;
	font-size: 12px;
}

.sns a {
	margin: 0 10px;
	font-size: 12px;
}