@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------------
	Reset
----------------------------------------------------*/

#index_contents #main {clear:both;width:980px;overflow:hidden}
#index_contents #left {float:left;width:980px;height:auto;margin-top:30px}
#index_contents #right{display:none}




/* sitemap */

#left dl {margin-top:1em;}
#left dl dd {border:none}

#left ul#sm li {
	padding-top:1em;padding-bottom:1em;padding-left:20px;float:left;width:950px;border-top:dotted 1px #CCC;
	background:url(../img/sitemap/mark.png) left 1.1em no-repeat;
	}

#left ul#sm li dl {margin-top:-2.5em ;overflow:hidden;}

#left ul#sm li dl dt {
  /*clear: left;*/
  float: left;
  width: 250px;
  margin-left:200px;
  padding: 1em 0;
  color:#666;
  border-top: dotted 1px #ccc;
  margin-top:-1px;
  
}
#left ul#sm li dl dd {
width:500px;
float: right;
  margin-top:0;
  margin-left:0;
  padding: 1em 0;
  border-top: dotted 1px #ccc;
  margin-top:-1px;

}
div#smb {clear:both;border-top:dotted 1px #CCC;margin-right:30px}