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

#bg {
	width: 100%;
	min-width: 980px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: url(../img/bg.jpg) no-repeat center top #ffc9f0 fixed;
	z-index: -1;
}

#head {
	position: relative;
	height: 170px;
	z-index: 2;
}

#head h1 {
	width: 252px;
	height: 170px;
	float: left;
}

#head .navi {
	width: 728px;
	padding-top: 18px;
	float: left;
}

#head .navi li{
	width: 104px;
	display: inline;
	float: left;
	position: relative;
}

#head .navi li .cover{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}


#head .navi li.menu02,
#head .navi li.menu04,
#head .navi li.menu06{
	top: 19px;
}

#contents {
	width: 980px;
	position: relative;
	top: -20px;
}

#foot {
	width: 350px;
}

#foot p {
	width: 214px;
	float: left;
}

#foot .sns {
	width: 123px;
	height: 39px;
	float: right;
	background: url(../img/bg_share.png) no-repeat left top;
	position: relative;
	top: -12px;
}

#foot .sns ul{
	padding: 4px 0 0 53px;
}

#foot .sns ul li {
	width: 27px;
	height: 29px;
	display: inline;
	float: left;
	margin-right: 2px;
}

#foot .sns ul li.tw a{
	display: block;
	width: 27px;
	height: 29px;
	overflow: hidden;
	background: url(../img/btn_share_twitter.png) no-repeat left top;
}

#foot .sns ul li.fb a{
	display: block;
	width: 27px;
	height: 29px;
	overflow: hidden;
	background: url(../img/btn_share_facebook.png) no-repeat left top;
}
