@charset "utf-8";
@import url("base.css");
@import url("structure.css");

/*----------------------------------
	サイトマップ
----------------------------------*/
#site_map{width: 745px;}
#site_map .site_map_L{width: 350px;float: left;}
#site_map .site_map_R{width: 350px;float: right;}

#site_map dt,#site_map dt a{width: 350px; font-size: 14px; margin-bottom: 10px; margin-top: 10px; padding-left: 5px; color: white; padding-bottom: 8px; padding-top: 8px; background-color: #82C0EA;}
#site_map dd li{padding-bottom: 10px; width: 350px; padding-top: 5px; margin-bottom: 5px; border-bottom-color: #dddddd; border-bottom-width: 1px; border-bottom-style: dotted; font-size: 13px;}
