/* ------------------------------------------------------ */
/* htc setting of PNG image data, for IE6 */
.shadow_box,
#logo_box #logo_box_inner,
#subnavi_box,
#gnavi_box,
#contents_area,
#contents_area #right_area,
#right_area h3,
#content_box table tr th,
#content_box table tr td,
#credit_box /* do not delete this */ {
	behavior:url(00_htc/iepngfix.htc);
}

/* ------------------------------------------------------ */
/* title header style */
#title_area  {
	background: #FFFFFF url(00_images/plate/sitemap_title_bg.png) no-repeat left top;
	height: 100px;
	width: auto;
	border: 1px solid #330000;
	border-width: 0 0 1px;
}
#title_area h2 {
	display: none;
}

/* ------------------------------------------------------ */
#content_box {
	margin: 0px 40px 20px;
}
#content_box p {
	margin: 30px 70px 10px 0px;
}
#content_box ul {
	list-style-type: none;
	font-size: 1.3em;
	padding: 10px 0px 0px 0px;
}
#content_box ul li a {
	font-size: 1em;
	text-decoration: none;
}
#content_box ul li a:link {
	font-weight: bold;
}
#content_box ul li a:visited {
	font-weight: normal;
}
#content_box ul li a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#content_box ul li a:active {
	font-weight: bold;
}

#content_box ul li {
	font-size: 1em;
	background: url(00_images/icon/sitemap_list_next.gif) no-repeat left 0.1em;
	padding: 10px 0px 10px 43px;
}
#content_box ul li.list_top {
	background-image: url(00_images/icon/sitemap_list_top.gif);
	padding: 0px 0px 20px 20px;
}
#content_box ul li.list_end {
	padding-bottom: 5px;
	background-image: url(00_images/icon/sitemap_list_end.gif);
}
#content_box  ul li.cat_title {
	background-image: url(00_images/icon/sitemap_list_title.gif);
	padding-left: 30px;

}
#content_box ul li.cat_title_end {
	background-image: url(00_images/icon/sitemap_list_title_end.gif);
	padding-left: 30px;
}


#content_box  ul.sub_list   {
	font-size: 0.9em;
	padding: 0px 0px 0px 20px;
}


#content_box ul.sub_list li {
	padding-bottom: 6px;
}
