@charset "utf-8";

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

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

@import "module/default.css";


/* --------------
Layout
-------------- */

/* definition_.listMenu */
.listMenu{
	margin: 0 0 50px;
}

.listMenu li{
	float: left;
	line-height: 1;
	margin: 0 15px 0 0;
}

.listMenu li.end{
	float: left;
	margin: 0;
}

/* definition_.boxMenu */
.boxMenu{
	background-position: right top;
	background-repeat: no-repeat;
	clear: both;
	margin: 0;
	min-height: 307px;
}
.ver01{
	background-image: url(../../first/images/bg_catch.jpg);
}

.ver02{
	background-image: url(../../first/images/bg_catch02.jpg);
}

.ver03{
	background-image: url(../../first/images/bg_catch03.jpg);
}

/* IE6以下用 */
* html .boxMenu{
	height: 307px;
}

.ver01 p{
	width: 29em;
}

.ver02 p{
	width: 27.5em;
}

.ver03 p{
	width: 35em;
}




