@charset "utf-8";

#about {
	position: relative;
	width: 900px;
	height: 450px;
	background: url(../images/about_bg.jpg) no-repeat;
	overflow: hidden;
}
#about #about_block_01 {
	position: absolute;
	top: 0;
	left: 0;
}
#about #about_block_02 {
	position: absolute;
	top: 230px;
	right: 0;
	text-align: right;
}

#type dl {
	float: left;
	width: 200px;
	margin: 15px 0 15px 33px;
}
#type dl#semi-sweet {
	margin-left: 0;
}
#type dl#western-style {
	margin-left: 34px;
}
#type dl dd.info,
#type dl dd.spec {
	font-size: 85%;
}
#type dl dd.info {
	height: 120px;
}
#type dl dd.spec {
	height: 75px;
}

#type dl.recital {
	clear: both;
	float: none;
	width: auto;
	margin-left: 0;
	padding: 0;
	border: 1px #e9e4d8 solid;
}
#type dl.recital dt {
	padding: 0.1em 10px;
	background: #e9e4d8;
}
#type dl.recital dd {
	padding: 0.1em 15px;
	background: #fff;
}
#type dl.recital dd address {
	font-style: normal;
	font-size: 100%;
}

#type #snaps {
	float: left;
	width: 520px;
	margin: 15px 0;
}
#type #message {
	float: right;
	width: 360px;
	margin: 15px 0;
}
