@charset "utf-8";
/* CSS Document */

html {
	color:#000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, p,legend, textarea,  blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}

ul
{
	list-style-position: outside;
	list-style-image:url(/DovetailWRP/Site/Themes/08images/layout/block_bullet.gif);
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
}

li {
   	DISABLE-padding: 5px 0px 5px 0px;
	margin: 0px;
	margin-left: 15px;

}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

strong, em
{
	font-size: 1em;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	line-height: .5em;
	font-size: .8em;
}
sub {
	line-height: .5em;
	font-size: .8em;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
	font-size:100%;
}
legend {
	color:#000;
}