/* 
 * ブロック定義
 */
/* title */
.th_dotline_darkkhaki_title {
	width:100%;
	margin-bottom:5px;
	color:#687b86;
}
/* line */
.th_dotline_darkkhaki_line {
	height:3px;
	background:transparent url("<{$smarty.const.CORE_BASE_URL}>/themes/dotline/images/darkkhaki/dot.gif") repeat-x scroll left top;
	margin-right:3px;
}

/* title */
.th_dotline_darkkhaki .highlight {
	background-color:#e7e3ee;
	color:#68438e;
}

.th_dotline_darkkhaki a.hover_highlight:hover {
	background-color:#e7e3ee;
	color:#68438e;
	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;
}