@charset "UTF-8";
body {
		background: url(../img/bg.png);
}
#dotted {
	background: url(../../images/top/dotted_bg.png);
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}
header {
    height: 100px;
}

/*  ロゴ */
#logo {
    position: fixed;
    left: 5%;
    top: 5%;
}
/* ナビゲーション */
nav {
    position: fixed;
    right: 10%;
    top: 7%;
}
nav ul li {
    float: left;
    margin-right: 20px;
}

/* フッター */
footer {
    position: fixed;
    bottom: 5%;
    right: 5%;
    width: 90%;
    padding-top: 1%;
    border-top: 1px solid #fff;
}

#footer_logo {
    float: right
}

/* キャッチ */
#top_txt {
    position: fixed;
    left: 50%;
    top: 35%;
    margin-left: -248px;
    display: none;
}