@charset "UTF-8";

#staffcontainer {
	width: 100%;
	display: table;
}

#staffnavi {
	width: 100px;
	display: table-cell;
	vertical-align: top;
}

#staffnavi ul {
	list-style-type: none;
}

#staffnavi li {
	cursor: pointer;
}

#staffnavi img {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#staffcontents {
	position: relative;
	width: 600px;
	height: 450px;
	display: table-cell;
}

#Yoshinari, #Hasunuma {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#staffcontents img {
	margin-left: 35px;
	margin-bottom: 35px;
}

.staffarea {
	position: absolute;
	width: 600px;
	height: 450px;
	top: 0px;
	left: 0px;
}

.fixed {
	position: fixed;
	top: 0px;
}

.bloglink {
	position: absolute;
	top: 13px;
	left: 368px;
}