@charset "utf-8";
/* +-----------------------------------------------------------------------+ */
/* | CSS2,1                                                                | */
/* +-----------------------------------------------------------------------+ */
/* | Copyright (c) 2007 Xenophy CO., LTD.                                  | */
/* +-----------------------------------------------------------------------+ */
/* | Authors: Fujihito Watanabe <watanabe@xenophy.com>                     | */
/* +-----------------------------------------------------------------------+ */

/* | sitemap
/* +-----------------------------------------------------------------------+ */

#sitemap #content {
    background:url(../images/right/bg.gif) repeat-x;
    margin:1px 0 0 0;
}

#sitemap .content-space {
    padding-left:7px;
    clear:left;    
}

#sitemap h2.title {
    padding:15px 0 0 19px;
    color:#404040;
    font-weight:bold;
    font-size:18px;
}

#sitemap .t-sitemap {
    width:560px;
    height:47px;
    margin:0 0 15px 0;
	background:url(../images/content/h2_useful-article_sitemap.gif) no-repeat;
}

body:first-of-type#sitemap h2.title {
	padding:12px 0 0 19px;
	line-height:150%;
}

#sitemap .sitemap-area {
	width:540px;
}

#sitemap .content-space h3.title {
	height:15px;
	margin:0 0 10px 15px;
	padding:3px 0 0 8px;
	border-left:5px solid #8BCC1A;
	font-weight:bold;
}

#sitemap .content-space ul {
	margin:0 0 10px 15px;
	padding:0 0 5px 0;
	border-bottom:1px solid #CCCCCC;
}

#sitemap .content-space a {
	text-decoration:underline;
}

#sitemap .content-space ul li a {
	line-height:200%;
}

#sitemap .content-space ul.indent01 {
	padding:0 0 5px 25px;
	list-style:disc;
}

#sitemap .content-space li.indent02 {
	margin:0 0 0 25px;
	list-style: circle;
}

