@charset "utf-8";
@import url("import.css");
/* ===================================================================
CSS information

 file name   :beauty.css
 style info  :beautyディレクトリ用CSS
=================================================================== */

/* -----------------------------------------------------------
	index.html
		beauty
----------------------------------------------------------- */

#main .genre {
	clear:both;
}

#main .genre p {
	float:left;
	width:450px;
}

#main h3 {
	clear:both;
}

#main .genreDescription {
	float:left;
	width:450px;
}

#main .genreImage {
	float:right;
}

