@charset "utf-8";

#about {
	position: relative;
	width: 900px;
	height: 450px;
	margin-bottom: 15px;
	background: url(../images/about_bg.jpg) no-repeat;
	overflow: hidden;
}

#type #babble,
#type #rock_stone {
	margin-bottom: 30px;
}
#type #babble .img01,
#type #rock_stone .img01 {
	float: left;
	width: 690px;
}
#type #babble .img02,
#type #rock_stone .img02 {
	float: right;
	width: 200px;
}
#type #babble p,
#type #rock_stone p {
	clear: both;
}

#type table {
	margin-bottom: 20px;
}
#type table th {
	padding: 0.1em 10px;
	border: 0;
	vertical-align: top;
}
#type table td {
	padding: 0.1em 10px;
	border: 0;
	vertical-align: top;
}

