@charset "utf-8";

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

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

@import "module/default.css";


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


/* 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_.textBoxR2 */
.boxArticle .textBoxR2{
	float: right;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 500px;
}

.boxArticle .textBoxR2 p{
	margin: 0;
}

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

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

/* definition_.imgBoxL */
.boxArticle .imgBoxL{
	border-width: 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 15px 0 0;
	width: 147px;
}

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

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

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

.boxArticle .dlStyle01 dd{
	float: right;
}

.boxArticle .dlStyle02{
	clear: both;
}

.boxArticle .dlStyle02 dt{
	clear: both;
	float: left;
}

.boxArticle .dlStyle02 dd{
	padding: 0 0 0 108px;
}

.boxArticle .ulStyle03{
	clear: both;
}

.boxArticle .ulStyle03 li{
	background-image: url(../../taxsupport/images/ic_next.gif);
	background-position: 30px top;
	background-repeat: no-repeat;
	border-color: #DDD;
	border-style: solid;
	border-width: 0 0 2px;
	margin: 0 0 7px;
	padding: 20px 0 3px 10px;
}

.boxArticle .ulStyle03 li.first{
	background-image: none;
}

.boxArticle .ulStyle03 li.fourth{
	padding: 7px 0 3px 10px;
}

.boxArticle .ulStyle03 li span{
	padding: 0 30px 0 0;
}

.boxArticle .ulStyle03 li img{
	vertical-align: baseline;
}

.boxArticle .ulStyle04{
	margin: 0 0 20px;
}

.boxArticle .ulStyle04 li{
	float: left;
	margin: 0 10px 0 0;
}

.boxArticle .ulStyle04 li.end{
	margin: 0;
}

.boxArticle .olStyle01{
	margin: 0 0 0 10px;
}

.boxArticle .olStyle01 li{
	line-height: 1.5;
	list-style-type: decimal;
	margin: 0 0 25px 15px;
}

.boxArticle .olStyle01 li.end{
	list-style-type: decimal;
	margin: 0 0 0 15px;
}

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

.boxArticle .instructor{
	background-color: transparent;
	color: #080f69;
	font-weight: bold;
}














