@charset "UTF-8";

/* common
--------------------------------------------------------------------------------------------------------------*/
#main p {margin-bottom: 10px;}


/* title
--------------------------------------------------------------------------------------------------------------*/
#titleimg h2 {background: url(img/tit.gif) no-repeat;}

/* SiteMap
--------------------------------------------------------------------------------------------------------------*/
#SiteMap dl {
width: 162px;
height: 190px;
float: left;
margin-bottom: 10px;
padding: 5px;
border: solid #ccc 2px;
}

#SiteMap dl dt { margin-bottom: 5px; }

#SiteMap dl dt a {
width: 156px;
height: 18px;
padding: 3px;
display: block;
background-color: #FF0000;
color: #FFF;
text-decoration: none;
font-weight: bold;
}

#SiteMap dl dt a:hover {
background-color: #FF9900;
color: #FF0000;
text-decoration: none;
}

#SiteMap dl.dl02, #SiteMap dl.dl05, #SiteMap dl.dl08, #SiteMap dl.dl11
{ margin: 0 11px; }

#SiteMap dl ul li { margin-bottom: 2px; }

#SiteMap dl ul li a {
				background: url(../img/ya.gif) no-repeat left center;
				padding-left: 15px;
				font-size: 12px;
			}
			
