body {
    text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 140%;
}
#wrapper {
    width:90%;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    z-index: 10;
}
/* ナビゲーションデザイン */
#nav_box {
    width: 200px;
    position:absolute;
	left: 0;
	top: 50px;
}

/* アノラックロゴ */
#branding {
    background-image: url(../images/top_rogo.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 100px;
	margin-bottom: 5px;
}
#branding h1, #branding p {
    display: none;
}

/* メニューリスト */

#menu_list {
	width: 180px;
	background-image: url(../images/top_menu_back.png);
	padding: 10px;
	min-height: 100px;
	margin-bottom: 5px;
	font-size: 14px;
	text-align: center;
}

#menu_list li {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#menu_list li a {
    color: white;
}

/* SNSへのリンク */

#link_sns {
	width: 200px;
	/* background-image: url(../images/top_menu_back.png); */
}

#link_sns a {
	display: block;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	height: 270px;
	background: url(../images/top_sns_simble.png) no-repeat;
	text-indent: -9999px;
}

#link_sns a:hover {
	background-image: url(../images/top_sns_simble_over.png);
}

div#footer {
    font-size: 12px;
    position:absolute;
    bottom: -570px;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
    text-align: right;
    width: 900px;
}

div#footer a {
    color: #ffebb7;
}




/* バック画像用です */
img#back_img {
	left: 0px;
	min-height: 100%;
	height: auto;
	top: 0px;
	z-index: 0;
	min-width: 1024px;
	width: 100%;
	position: fixed;
}
