@charset "utf-8";

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

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

@import "module/default.css";


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

/* definition_.textBoxL */
.boxArticle .textBoxL{
	margin: 10px 0 20px;
	padding: 0;
	width: 430px;
}

/* 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;
}

/* definition_.imgBoxR */
.boxArticle .imgBoxR{
	border-width: 0;
	margin: 10px 0 20px;
	padding: 0 10px 0 0;
}

/* 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;
}

.boxArticle .boxTopics .innerBox{
	background-image: url(../images/bg_topics_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 10px 10px;
}

.boxArticle .dlStyle01{
	clear: both;
}

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

.boxArticle .dlStyle01 dd{
	float: right;
}

.boxArticle .boxTopics .dlStyle02{
	margin: 20px 0 0;
	padding: 0 5px;
}

.boxArticle .boxTopics .dlStyle02 dt{
	background-image: url(../images/border02.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

.boxArticle .boxTopics .dlStyle02 dd{
	line-height: 1.5;
	margin: 0 0 30px;
}

.boxArticle .boxTopics .dlStyle02 dd.ttl{
	line-height: 1.5;
	margin: 0 0 5px;
}

.boxArticle .boxTopics .dlStyle02 dd li{
	list-style-type: disc;
	margin: 0 0 0 15px;
}

.boxArticle .boxTopics .ulStyle01{
	margin: 0 0 0 5px;
}

.boxArticle .boxTopics .ulStyle01 li{
	float: left;
	margin: 0 0 20px;
}

/* definition_.boxTopics2 */
.boxArticle .boxTopics2{
	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 .boxTopics2 .innerBox{
	background-image: url(../images/bg_topics_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 10px 10px;
}

.boxArticle .boxTopics2 p{
	margin: 10px 0 5px;
}

/* definition_.btnPageTop */
.btnPageTop{
	margin: 10px 0 30px;
	text-align: right;
}











