@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:intro.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";

#introCon01{
	width: 640px;
	overflow: hidden;
	margin-bottom: 30px;
}
#introCon01 p{
	float: left;
	width: 440px;
	font-size: 100%;
	line-height: 1.3;
	letter-spacing: -1px;
}
#introCon01 img{
	float: right;
}

#introCon02 p{
	float: left;
	width: 440px;
	font-size: 100%;
	line-height: 1.3;
	letter-spacing: -1px;
}
#introCon02 img{
	float: right;
}