@charset "utf-8";

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

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

@import "module/default.css";


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

/* definition_.textBoxR */
.textBoxR{
	margin: 40px 30px 35px 0;
	width: 410px;
}

/* under IE6 */
* html .textBoxR{
	margin: 40px 15px 35px 0;
}

.textBoxR p{
	margin: 0;
}

/* definition_.imgBoxL */
.imgBoxL{
	border-width: 0;
	margin: 0 0 35px 8px;
}

/* definition_.boxAdvantage */
.boxAdvantage{
	background-image: url(../images/border02.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	clear: both;
	margin: 0 0 20px;
	padding: 0 0 20px;
	width: 635px;
}

.boxAdvantage .imgBoxL{
	margin: 10px 10px 0 0;
	width: 120px;
}

.boxAdvantage .textBoxL{
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 330px;
}

.boxAdvantage .textBoxL p{
	margin: 15px 0 0;
}

.boxAdvantage .imgBoxR{
	border-width: 0;
	margin: 0;
	width: 159px;
}

/* definition_.boxAdvantage2 */
.boxAdvantage2{
	clear: both;
	margin: 0 0 30px;
	padding: 0 0 20px;
	width: 635px;
}

.boxAdvantage2 .imgBoxL{
	margin: 10px 10px 0 0;
	width: 120px;
}

.boxAdvantage2 .textBoxL{
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 330px;
}

.boxAdvantage2 .textBoxL p{
	margin: 15px 0 0;
}

.boxAdvantage2 .imgBoxR{
	border-width: 0;
	margin: 0;
	width: 159px;
}
















s

