/* 
 * ブロック定義
 */
/* title */
.th_dotline_green_title {
	width:100%;
	margin-bottom:5px;
	color:#539564;
}
/* line */
.th_dotline_green_line {
	height:3px;
	background:transparent url("<{$smarty.const.CORE_BASE_URL}>/themes/dotline/images/green/dot.gif") repeat-x scroll left top;
	margin-right:3px;
}

/* title */
.th_dotline_green .highlight {
	background-color:#ebfbf7;
	color:#5d9997;
}

.th_dotline_green a.hover_highlight:hover {
	background-color:#ebfbf7;
	color:#5d9997;
	text-decoration:none;
}
/* 一般 */
.th_dotline_title_line {
	width:21px;
	height:21px;
}

.th_dotline_content {
	border: 0px;
	padding: 10px 10px 20px 10px;
}

.th_dotline_sub_content {
	border: 0px;
	padding: 0px 10px 10px 10px;
}

.th_dotline_line {
	padding:5px 0px;
}