@CHARSET "UTF-8";

/* CSS document for access */

/* Contents */
.contents {
	width: 1200px;
	height: 1130px;
	overflow: hidden;
	background: url(../img/background_contents.png) repeat-y;
}
/* Contents */



/* main */
.main {
	position: absolute;
}

.sub_ttl {
	font-size: 150%;
	font-weight: bold;
	color: #BBBB85;
}

.text {
	font-size: 110%;
	line-height: 14px;
}

#staffphoto {
	position: absolute;
	top: 302px;
}


/* main */

