@charset "UTF-8";

/* :::::::::::::::::::::::::::::::::::::::::::::

	name:			sitemap.css;
	created:		2009-05-13;
	last-modified:	2009-05-13;

::::::::::::::::::::::::::::::::::::::::::::: */


/* css start ------------ */


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	sitemap
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body#sitemap div#header h1 {
	padding: 90px 0 40px 40px;
}

body#sitemap div#main {
	padding: 5px 0 40px 0;
	font-size: 75%;
	line-height: 1.75;
}

body#sitemap div#main a:link { color: #444444; text-decoration: none; }
body#sitemap div#main a:visited { color: #444444; text-decoration: none; }
body#sitemap div#main a:hover { color: #444444; text-decoration: underline; }
body#sitemap div#main a:active { color: #444444; text-decoration: underline; }


body#sitemap div.row {
	width: 760px;
	padding: 30px 0 0 0;
}

body#sitemap div.row div.set {
	float: left;
	width: 380px;
}

body#sitemap div.row div.set h2 {
	width: 340px;
	padding: 0 0 6px 0;
	background: url(../../common/img/dot_x_1_1.gif) repeat-x 1px 100%;
	font-weight: bold;
	color: #000000;
}

body#sitemap div.row div.set ul {
	padding: 5px 40px 0 2px;
}

body#sitemap div.row div.set ul li {
	padding: 4px 0 0 0;
}

body#sitemap div.row div.set ul li a {
	padding: 0 0 0 19px;
	background: url(../img/site_arw1.gif) no-repeat 0em 0.23em;
}
*:first-child+html body#sitemap div.row div.set ul li a { background-position: 0em 0.4em; }

body#sitemap div.row div.set ul ul {
	padding: 2px 0 0 19px;
}

body#sitemap div.row div.set ul ul li {
	padding: 2px 0 0 0;
}

body#sitemap div.row div.set ul ul li a {
	padding: 0 0 0 9px;
	background: url(../img/site_arw2.gif) no-repeat 0em 0.3em;
}



/* css end ------------ */