<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ===================================================================
CSS information
 file name  : concept.css
 style info : concept/index.html
=================================================================== */

/*----------------------------------------------------
	main
----------------------------------------------------*/
#main {
	width: 610px;
	float: right;
}
#main #concept {
	width: 100%;
	height: 100%;
	clear: both;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
#main #concept h2 {
	background: url(./images/title1.gif) no-repeat left top;
	width: 610px;
	height: 47px;
	margin-bottom: 20px;
	text-decoration: none;
	text-indent: -9999px;
}
#main #concept #photo {
	width: 130px;
	height: 100%;
	float: left;
	margin-left: 5px;
}
#main #concept #photo img {
	width: 150px;
	height: 200px;
	vertical-align: bottom;
}
#main #concept #text {
	width: 440px;
	height: 100%;
	float: right;
}
#main #concept #text p {
	line-height: 1.5;
}
</pre></body></html>