@charset "utf-8";
/* CSS Document */


/* pngハック　IE6,5対応 */
* html img,div{
  behavior: url(../common/iepngfix.htc);

}






div#main a {
	text-decoration : none;
	margin: 0;
}



/* ------ Site Map CSS ------ */

ul{
list-style-type:none;
list-style-position:outside;
}

li{
line-height:1.5em;
}

ul,li {
	text-align:left;
}
	
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal;
}

fieldset,img {  
	    border:0; 
}

.clearHidden {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

.clearFix { 
zoom: 100%;
}

.clearFix:after {
content: " "; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}

body,p	{
	line-height:1em;
	color:#666666;
	text-align:left;
}

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}


.whiteBG {
	background-color:#FFFFFF;
}
div#sitemap-contents {
	text-align:left;
}


ul#linkList {
	width:700px;
	margin:0 0 50px 10px;
}


ul#linkList ul,ul#linkList li {
	display:block;
}


ul#linkList li p {
	width:150px;
	float:left;
	background-image:url(../saite_map/images/sitemap-arrow.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding:8px 0 8px 10px;
}

ul#linkList li ul {
	width:386px;
	float:right;
}

ul#linkList li ul li {
	clear: both;
}

ul#linkList li ul li p {
	float:left;
}

ul#linkList li ul li ul {
	width:193px;
	float:right;
}


.clear {
	clear:both;
}


.borderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
}
