@charset "utf-8";
/* CSS Document */

.profile {
	background-attachment: scroll;
	background-image: url(img/prof_b.jpg);
	background-repeat: no-repeat;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	margin: 0px;
	padding: 0px;
	background-position: center top;
	font-size: 18px;
}
.box {
	padding: 0px;
	width: 580px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	height: 100px;
}
div #b {
	float: right;
	width: 80%;
	text-align: left;
	white-space: pre;
}
div #y {
	float: left;
	width: 15%;
}

