﻿@charset "utf-8";

div,
dl,dt,dd,
ul,ol,li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img {
	margin: 0;
	padding: 0;
}

#headstd {
	margin-bottom: 40px;
}


#headstd h3 {
	background-image: url("../img/sitemap/title.gif");
}

#maincts {
	margin-left: 25px;
	width: 580px;
}

#maincts dl {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#maincts dl dt {
	padding: 0px;
	margin: 0px;
	width: 260px;
	height: 37px;
	margin-bottom: 3px;
}

#maincts dl dd {
	margin-bottom: 50px;
}

#maincts dl dt.t1 a,
#maincts dl dt.t2 a,
#maincts dl dt.t3 a,
#maincts dl dt.t4 a,
#maincts dl dt.t5 a,
#maincts dl dt.t6 a,
#maincts dl dt.t7 a,
#maincts dl dt.t8 a{
	display: block;
	background-repeat: no-repeat;
	background-position: 0px top;
	width: 260px;
	height: 37px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}


#maincts dl dt.t1 a{background-image: url("../img/sitemap/t1.gif");}
#maincts dl dt.t2 a{background-image: url("../img/sitemap/t2.gif");}
#maincts dl dt.t3 a{background-image: url("../img/sitemap/t3.gif");}
#maincts dl dt.t4 a{background-image: url("../img/sitemap/t4.gif");}
#maincts dl dt.t5 a{background-image: url("../img/sitemap/t5.gif");}
#maincts dl dt.t6 a{background-image: url("../img/sitemap/t6.gif");}
#maincts dl dt.t7 a{background-image: url("../img/sitemap/t7.gif");}
#maincts dl dt.t8 a{background-image: url("../img/sitemap/t8.gif");}

#maincts ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
}

#maincts ul.green li,
#maincts ul.blue li {
	font-size: 90%;
	background-repeat: no-repeat;
	background-position: 3px 2px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 6px;
	margin-left: 5px;
	padding-left: 17px;
}

#maincts ul.green li {
	background-image: url("../img/lpr.gif");
}

#maincts ul.blue li {
	background-image: url("../img/lp.gif");
}

#maincts dl.leftcts {
	float:left;
}

#maincts dl.rightcts {
	float:right;
}

