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

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

html, body {
	height: 100%;
	background-color: #FFF;
} 

#container{
	width: 100%;
	height: 100%;
}

#top_box {
	position: relative;
	top: 45%;
	left: 50%;
	width: 180px;
	height: auto;
	margin-top: -125px;
	margin-left: -90px;
	padding: 30px 0;
}
#top_box img {
	width: 180px;
	height: auto;
}

#top_box p {
	margin-top: 5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: center;
}

a,
a:link,
a:visited {
	color: #3E3A39;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #3E3A39;
	text-decoration: none;
}

img {
	border:0;
}

