@CHARSET "UTF-8";

/* --------------------- Tags */
p {
	margin: 0px;
}

a {
	color: #06f;
	text-decoration: underline;
}

a:hover {
	color: #0d847a;
	text-decoration: none;
}

a:visited {
	color: #797979;
}

a img {
	border-style: none;
}

ul {
	list-style: none;
	list-style-position: outside; 
}

ol {
	list-style-position: outside;
}

#dt_area_content ul {
	margin: 0 0 15px 0px;
	line-height: 140%;
	padding-left: 0px;
}

#dt_area_content ul li {
	margin-top: 5px;
	padding-left: 12px;
	background: url("../images/style/icon_list01.gif") no-repeat 0 0.5em;
}

#dt_area_content ul ul {
	margin:0 0 0 20px;
}

#dt_area_content ul ul li {
	padding-left: 10px;
	background: url("../images/style/icon_list02.gif") no-repeat 0 0.5em;
}

/* --------------------- Table */
#dt_area_content table{
	margin-bottom: 15px;
	border-width: 1px 0 0 1px;
	border-color: #ccc;
	border-style: solid;
	width: 100%;
}

#dt_area_content th, #dt_area_content td {
	padding: 3px 5px;
	border-width: 0 1px 1px 0;
	border-color: #ccc;
	border-style: solid;
}

#dt_area_content th {
	background-color: #e5e5e5;
	font-weight: normal;
}

#dt_area_content table caption{
	margin-bottom: 5px;
	font-weight: bold;
}

//* --------------------- Cms Form Tag */
form.cmsForm {
	margin: 0px;
	padding: 0px;
}

/* --------------------- (only MS-IME) */
.imeAuto {}
.imeActive {}
.imeInActive {}
.imeDisabled {}