@charset "shift_jis";


/*　sitemap.css
============================================================

Author: abe
Last modified: [ 2010 ]
CSS構成: 新成医会サイト サイトマップスタイル

============================================================*/
/* -- [ sitemap] --------------------------------------- */

#sitemap{
padding: 5px;
line-height:1.8em;
margin: 0 0 10px;
}
#sitemap h3{
border:none;
margin:0 0 10px;
padding:0;
background:none;
}


#sitemap dl{
margin-bottom:5px;
}
#sitemap dt,dd img{
	vertical-align:top;
}
#sitemap dt{
font-weight:bold;
}
#sitemap dt a{
display:block;
color:#333333;
text-decoration:none;
padding-left:35px;
background:url(../img/li01.gif) no-repeat 10px 5px;
}
#sitemap dd{
margin-left:25px;
font-size:100%;
}
#sitemap dd a{
display:block;
color:#333333;
text-decoration:none;
padding-left:35px;
background:url(../img/li03.gif) no-repeat 16px 8px;
height:2em;
}
#sitemap dt a:hover{
background:url(../img/li01.gif) no-repeat 10px 5px #7fc6ff;
}
#sitemap dd a:hover{
background:url(../img/li02.gif) no-repeat 16px 8px #7fc6ff;
}

#sitemap dl.in{
margin-left:20px;
}

#sitemap dl.in dt{
	font-weight:normal;
	margin-left:20px;
	
}
#sitemap dl.in dd{
	margin-left:20px;

}
