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

/*ページ設定
----------------------------------------------*/
#page {
	width: 940px;
	height: 800px;
	margin: 0 auto;
	background: url(../img/index/main_bg.png) no-repeat 50% -100px;
	position: relative;
}

h1 {
	text-indent: -9999px;
}

/*リンク設定
----------------------------------------------*/
a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

/*SNS設定
----------------------------------------------*/
#tw {
	position: absolute;
	top: 20px;
	right: 130px;
}
#fb {
	position: absolute;
	top: 20px;
	right: 50px;
}


/*メンバー画像
----------------------------------------------*/
#memberAll,#memberSweet,#memberBitter {
	position: absolute;
	top: 415px;
	left: 172px;
}

#memberSweet,#memberBitter {
	display: none;
}

/*ジャケット
----------------------------------------------*/
#sweet {
	position: absolute;
	top: 500px;
	left: 231px;
}

#bitter {
	position: absolute;
	top: 500px;
	left: 474px;
}

#sweet p,#bitter p {
	position: relative;
	top: -40px;
}

/*フッター
----------------------------------------------*/
#foot {
	width: 100%;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #999;
	padding-top: 15px;
}

#foot_link {
	margin: 30px 0 50px;
}
#foot_link li {
	display: inline;
	padding: 0 5px;
}