@charset "utf-8";

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

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

@import "module/default.css";


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

/* definition_.goal */
.goal{
	margin: 0 0 10px;
}
.goal strong{
	font-weight: bold;
}

/* definition_.boxArticle */
.boxArticle .dlStyle01{
	clear: both;
}

.boxArticle .dlStyle01 dt{
	float: left;
	padding: 0 0 0 1px;
}

.boxArticle .dlStyle01 dd{
	float: right;
}

.boxArticle .pStyle01{
	clear: both;
	margin: 5px 0 30px;
}

/* definition_.boxTopics */
.boxArticle .boxTopics{
	background-image: url(../images/bg_topics_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
	margin: 0 0 30px;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 615px;
}
.boxArticle .boxTopics .innerBox{
	background-image: url(../images/bg_topics_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 10px 10px;
}

.boxArticle .boxTopics .imgBoxL{
	border-width: 0;
	margin: 0 10px 0 0;
	width: 315px;
}

.boxArticle .boxTopics .textBoxR{
	margin: 0;
	padding: 0 10px 0 0;
	width: 260px;
}

/* definition_.textBoxR */
.boxArticle .textBoxR{
	padding: 0 20px 0 0;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 420px;
}

.boxArticle .textBoxR p{
	margin: 10px 0;
}

/* definition_.imgBoxL */
.boxArticle .imgBoxL{
	border-width: 0;
}























