@charset "utf-8";

/*---------------------------------------

	
	page 
	
	/sitemap/index.html
	
	- namazu temp
--------------------------------------------------- */
/* =================================================================
												/sitemap/
================================================================= */
/* ==== float */
.siteCate h3,
.siteCate ul,
.siteCate ul li li{
float:left;
}

.siteCate ul ul{
float:none;
}
.siteCate h3{
width:180px;
}
.siteCate ul{
width:740px;
}
.siteCate ul ul{/* reset */
width:auto;
}
.siteCate ul ul li{
width:230px;
}
.siteCate .openFile4 li{
width:175px;
}

.siteCate ul li li{
clear:none;
}

/* posi */
.siteCate ul ul{
margin-top:0;
}
.siteCate ul{
margin-top:13px;
}
.siteCate{
padding-bottom:13px
}
.siteCateUnder ul ul li,
.siteCate ul ul li{
margin-left:0;
padding-left:0;
}
.siteCateUnder ul ul li a,
.siteCate ul ul li a{
margin-left:15px;
display:block;
}
.siteCate ul strong{
margin-left:0;
}
.siteCate ul li.openFile strong{
margin-left:0;
}
.siteCate ul li.openFile ul{
margin-left:15px;
}

/* ==== title */
.siteCate ul span,
.siteCate ul strong{
display:block;
color:#333;
font-weight:normal;
}
.siteCate ul strong{
padding-top:5px;
}

/* open title */
.siteCate ul li.openFile,
.siteCate ul li.openFile4{
padding-bottom:20px;
}


/* icon */
.siteCate ul strong,
.siteCateUnder ul li,
.siteCate ul li{
margin-left:20px;
padding-left:15px;
padding-top:3px;
padding-bottom:3px;
background-image:url(../../images/icon_black.gif);
background-repeat:no-repeat;
background-position:0 0.7em;
}

/* border */
.siteCate ul{
border-left:solid 1px #edecec;
}
.siteCate{
border-bottom:solid 1px #edecec;
}
.siteCate ul ul{
border-left:0;
}

/* ----------siteCateUnder - sitemap,rss links */
.siteCateUnder{
margin-left:180px;
}


/* =================================================================
												clear
================================================================= */
/* clear */
.siteCate:after,
.siteCate ul:after{
content:".";
display:block;
height:0;
visibility:hidden;
clear:both;
font-size:0px;
line-height:0;
}

/* IE6,7 \*/
.siteCate,
.siteCate ul{
height:1%;
}

.siteCate,
.siteCate ul{
display:inline-block;
}
/* end */

/* macIE5 clear \*//*/
.siteCate,
.siteCate ul{
display:inline-block;
}
/* end */

/* without mac IE5 \*/
.siteCate ul li,
.siteCate ul li strong,
.siteCateUnder{
clear:both;
}
/* end */

.siteCate ul li.bg-none {
	margin-left: 5px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0.7em;
}