/* biography */
.biography .date {
	float: right;
	width: 190px;
	vertical-align: middle;
	margin: 20px 0px 0px 0px;
	text-align: right;
}
#bioimage {
	width: 200px;
	height: 299px;
	margin: 30px 35px 30px 35px;
	background-attachment: scroll;
	background-image: url(../image/profile_suzukikei.jpg);
	background-repeat: no-repeat;
}

/* image */
.leftimage1 {
	width: 190px;
	height: 200px;
	margin: 30px 40px 30px 40px;
	background-attachment: scroll;
	background-image: url(../image/flute.jpg);
	background-repeat: no-repeat;
}
.leftimage2 {
	width: 210px;
	height: 210px;
	margin: 30px 30px 30px 30px;
	background-attachment: scroll;
	background-image: url(../image/whitefoyer2.jpg);
	background-repeat: no-repeat;
}

/* blog */
.calender {
	width: 245px;
	padding: 0px 15px 0px 10px;
}
.calbox {
	float: left;
	width: 35px;
	text-align: center;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CECECE;
}
.cmttbtitle {
	clear: both;
	float: left;
	width: 90px;
	height: 1.1em;
	margin-right: 5px
	overflow: hidden;
}
.cmttbname {
	float: left;
	width: 90px;
	height: 1.1em;
	margin-right: 5px
	overflow: hidden;
}
.cmttbdate {
	float: left;
	width: 70px;
	height: 1.1em;
	text-align: right;
}
